ZVON > References > XML Schema 2001 Reference
index | >> Schema << | DTD

unsignedShort

Annotation
Documentation

 
Source http://www.w3.org/TR/xmlschema-2/#unsignedShort

Schema

<xs:simpleType name="unsignedShort" id="unsignedShort">
     <xs:restriction base="xs:unsignedInt">
          <xs:maxInclusive value="65535" id="unsignedShort.maxInclusive"/>
     </xs:restriction>
</xs:simpleType>