3.7.2.7 ST_Version (Version)
Specifies a version number in the form X.Y, where X is the major version number and Y is the minor version number.
This simple type's contents are a restriction of the XML Schema string datatype.
This simple type also specifies the following restrictions:
• This simple type's contents have a maximum length of 64 characters.
Referenced By |
---|
ApplicationVersion (§3.7.1.1, ApplicationVersion); OfficeVersion (§3.7.1.9, OfficeVersion); WindowsVersion (§3.7.1.20, WindowsVersion) |
The following XML Schema fragment defines the contents of this simple type:
-
<simpleType name="ST_Version"> <restriction base="xsd:string"> <maxLength value="64"/> </restriction> </simpleType>