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

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

Documentation
Properties
This component is not nillable.

Model

inclusive lower bound: 1


Local Usage
totalDigits

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


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