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

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

Documentation
Properties
This component is not nillable.

Model

inclusive upper bound: 0


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

Local Usage
negativeInteger

Source
<xs:simpleType id="nonPositiveInteger" name="nonPositiveInteger">
<xs:restriction base="xs:integer">
<xs:maxInclusive id="nonPositiveInteger.maxInclusive" 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.