2.2.2.4.1 TwoByteVersion

Target namespace: urn:schemas-microsoft-com:asm.v2

Referenced by: osType

The TwoByteVersion simple type specifies a version.

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

 <xs:simpleType name="TwoByteVersion">
   <xs:restriction base="xs:integer">
     <xs:minInclusive value="0"/>
     <xs:maxInclusive value="65535"/>
   </xs:restriction>
 </xs:simpleType>