次の方法で共有


ShortVersion simpleType (apps for Office 1.1)

Defines the format for the Short Version element.

Introduced in

apps for Office Manifest Schema Reference v1.1

Type information

Base type

xs:string

Namespace

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

Schema file

OfficeAppManifestv1.1.xsd

Definition

<xs:simpleType name="ShortVersion">
    <xs:restriction base="xs:string">
        <xs:pattern value="([0-9]{1,5})\.([0-9]{1,5})" />
    </xs:restriction>
</xs:simpleType>