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