rail:tPositiveCounter

generic type for counters (e.g. order number of a vehicle in an formation), starting with '1'

Simple Type Information

Used By

Source

<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>