simpleType nonNegativeIntType
type restriction of xsd:int
properties
base xsd:int
facets
Kind Value Annotation
minInclusive 0
annotation
documentation
Represents an integer that is greater than to zero.
source <xsd:simpleType name="nonNegativeIntType">
 
<xsd:annotation>
   
<xsd:documentation>Represents an integer that is greater than to zero.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:int">
   
<xsd:minInclusive value="0"/>
 
</xsd:restriction>
</xsd:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy