次の方法で共有


AlternateId simpleType (apps for Office 1.1)

Defines an alternate ID type as defined by the Office Store.

Introduced in

apps for Office Manifest Schema Reference v1.0

Type information

Base type

xs:string

Namespace

https://schemas.microsoft.com/office/appforoffice/1.1

Schema file

OfficeAppManifestv1.1.xsd

Definition

<xs:simpleType name="AlternateId">
    <xs:restriction base="xs:string">
        <xs:pattern value=".{5,12}\\WA[0-9]{9}" />
    </xs:restriction>
</xs:simpleType>