AppPrincipalDefinition 複合型

(SharePoint アドイン マニフェスト)

適用対象: SharePoint アドイン |SharePoint Foundation 2013 |SharePoint Server 2013

アドイン プリンシパル定義。

注:

SharePoint アドインはもともと "SharePoint 用アプリ" と呼ばれたため、文字列 app は要素、属性、およびファイル名の一部またはすべてとして表示されます。下位互換性を確保するために、スキーマは変更されていません。

型情報

情報 場所
Namespace http://schemas.microsoft.com/sharepoint/2012/app/manifest
スキーマ ファイル appmanifest.xsd
拡張ベース なし

定義

    <xs:complexType name="AppPrincipalDefinition">
      <xs:choice>
        <xs:element name="RemoteWebApplication" >
          <xs:attribute name="ClientId"
          type="AppPermissionAppPrincipalDefinition"
          use="required"
          />
        </xs:element>

        <xs:element name="Internal" >
          <xs:attribute name="AllowedRemoteHostUrl"
          type="ManifestUri"
          use="optional"
          />
          <xs:attribute name="RedirectUrl"
          type="ManifestUri"
          use="optional"
          />
        </xs:element>

        <xs:element name="AutoDeployedWebApplication" >

      <xs:complexType>
        <xs:sequence>
          <xs:element name="DebugInfo"  type="AutoDeployedWebApplicationDebugInfoDefinition"
          minOccurs="0"
          >
          </xs:element>
        </xs:sequence>
      </xs:complexType>

        </xs:element>
      </xs:choice>
    </xs:complexType>

要素と属性

スキーマで sequenceminOccursmaxOccurschoice などの具体的な要件が定義されている場合は、定義のセクションを参照してください。

子要素

要素

説明

AutoDeployedWebApplication

未定義

内部

未定義

RemoteWebApplication

未定義

属性

なし。