| type | restriction of xsd:int | ||||||
| properties |
|
||||||
| used by |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xsd:simpleType name="nonNegativeInt"> <xsd:annotation> <xsd:appinfo>An integer that must be non-negative (0 is used as a flag for "no value".</xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:int"> <xsd:minInclusive value="0"/> </xsd:restriction> </xsd:simpleType> |