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:

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>