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

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)
|
+--{http://www.w3.org/2001/XMLSchema}byte (restriction)

Documentation
Properties
This component is not nillable.

Model

inclusive lower bound: -128
inclusive upper bound: 127


Source
<xs:simpleType id="byte" name="byte">
<xs:restriction base="xs:short">
<xs:minInclusive id="byte.minInclusive" value="-128"/>
<xs:maxInclusive id="byte.maxInclusive" value="127"/>
</xs:restriction>
</xs:simpleType>


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