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

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}nonNegativeInteger (restriction)

Documentation
Properties
This component is not nillable.

Model

inclusive lower bound: 0


Sub Types
{http://www.w3.org/2001/XMLSchema}nonNegativeInteger (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}positiveInteger (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}unsignedLong (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}unsignedInt (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}unsignedShort (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}unsignedByte (restriction)

Local Usage
all, narrowMaxMin, numFacet, occurs, positiveInteger, unsignedLong

Source
<xs:simpleType id="nonNegativeInteger" name="nonNegativeInteger">
<xs:restriction base="xs:integer">
<xs:minInclusive id="nonNegativeInteger.minInclusive" value="0"/>
</xs:restriction>
</xs:simpleType>


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