Share via


2.3.56 ShortVersion

Target namespace: http://schemas.microsoft.com/office/officeappbasictypes/1.0

Referenced by: VersionedRequirement, Sets, Methods

Defines the format for the Short Version element.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

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

See section 5.6 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).