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

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)

Documentation
Properties
This component is not nillable.

Model

inclusive lower bound: -9223372036854775808
inclusive upper bound: 9223372036854775807


Sub Types
{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)

Local Usage
int

Source
<xs:simpleType id="long" name="long">
<xs:restriction base="xs:integer">
<xs:minInclusive id="long.minInclusive" value="-9223372036854775808"/>
<xs:maxInclusive id="long.maxInclusive" value="9223372036854775807"/>
</xs:restriction>
</xs:simpleType>


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