generic type for counters (e.g. number of equipment), allowing zero |
<xs:simpleType name="tCounter"> <xs:annotation> <xs:documentation>generic type for counters (e.g. number of equipment), allowing zero</xs:documentation> </xs:annotation> <xs:restriction base="xs:nonNegativeInteger"/> </xs:simpleType> |