次の方法で共有


Version simpleType (apps for Office 1.1)

Defines the format for the Version element.

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="Version">
    <xs:restriction base="xs:string">
        <xs:pattern value="([0-9]{1,5})(\.[0-9]{1,5}){0,3}?" />
    </xs:restriction>
</xs:simpleType>