| type | restriction of xsd:int | ||||||
| properties |
|
||||||
| used by | |||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xsd:simpleType name="positiveInt"> <xsd:annotation> <xsd:appinfo>An integer that must be positive.</xsd:appinfo> </xsd:annotation> <xsd:restriction base="xsd:int"> <xsd:minExclusive value="0"/> </xsd:restriction> </xsd:simpleType> |