http://www.w3.org/2001/XMLSchema
simpleType short

Super Types
{http://www.w3.org/2001/XMLSchema}anySimpleType
|
+--{http://www.w3.org/2001/XMLSchema}decimal (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}integer (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}long (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}int (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}short (restriction)

Documentation
Properties
This component is not nillable.

Model

inclusive lower bound: -32768
inclusive upper bound: 32767


Sub Types
{http://www.w3.org/2001/XMLSchema}short (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}byte (restriction)

Local Usage
byte

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


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.