rail:tVersionNumber

an arbitrary version number for any system; allowing digits, letters and white space

Simple Type Information

Used By

Source

<xs:simpleType name="tVersionNumber">
  <xs:annotation>
    <xs:documentation>an arbitrary version number for any system; allowing digits, letters and white space</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>