rail:aVehicleIdentification

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
countryCode rail:tThreeLetterString optional
code for the registered country (one to three letters)
uicIdentNumber rail:tTwelveDigits required
the UIC identification number with 12 digits
vehicleKeeperMarking rail:tFiveLetterString optional
code for the vehicle ownwer (one to five letters)

Used By

Source

<xs:attributeGroup name="aVehicleIdentification">
  <xs:attribute name="uicIdentNumber" type="rail:tTwelveDigits" use="required">
    <xs:annotation>
      <xs:documentation>the UIC identification number with 12 digits</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="countryCode" type="rail:tThreeLetterString">
    <xs:annotation>
      <xs:documentation>code for the registered country (one to three letters)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="vehicleKeeperMarking" type="rail:tFiveLetterString">
    <xs:annotation>
      <xs:documentation>code for the vehicle ownwer (one to five letters)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>