simpleType short
namespace http://www.w3.org/2001/XMLSchema
type restriction of xs:int
properties
id short
facets
Kind Value annotation 
minInclusive -32768 
maxInclusive 32767 
source <xs:simpleType name="short" id="short">
 
<xs:annotation>
   
<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#short"/>
 
</xs:annotation>
 
<xs:restriction base="xs:int">
   
<xs:minInclusive value="-32768" id="short.minInclusive"/>
   
<xs:maxInclusive value="32767" id="short.maxInclusive"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy