Version simpleType (apps for Office)
apps for Office
Published: February 26, 2013
Defines the format for the Version element.
|
Base type |
xs:string |
|
Namespace |
http://schemas.microsoft.com/office/appforoffice/1.0 |
|
Schema file |
offappmanifest.xsd |
<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>