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

short

Annotation
Documentation

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

Schema

<xs:simpleType name="short" id="short">
     <xs:restriction base="xs:int">
          <xs:minInclusive value="-32768" id="short.minInclusive"/>
          <xs:maxInclusive value="32767" id="short.maxInclusive"/>
     </xs:restriction>
</xs:simpleType>