generic type for counters (e.g. order number of a vehicle in an formation), starting with '1' |
<xs:simpleType name="tPositiveCounter"> <xs:annotation> <xs:documentation>generic type for counters (e.g. order number of a vehicle in an formation), starting with '1'</xs:documentation> </xs:annotation> <xs:restriction base="xs:positiveInteger"/> </xs:simpleType> |