This topic has not yet been rated - Rate this topic

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>

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.