<xs:attributeGroup name="aVehicleRef">
<xs:attribute name="orderNumber" type="rail:tPositiveCounter" use="required">
<xs:annotation>
<xs:documentation>position of that vehicle (group) in the formation</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="vehicleRef" type="rail:tGenericRef" use="required">
<xs:annotation>
<xs:documentation>vehicle type as reference</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="vehicleCount" type="rail:tCounter">
<xs:annotation>
<xs:documentation>number of consecutive vehicles of that type in the formation</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="frontGangway" type="xs:boolean">
<xs:annotation>
<xs:documentation>flag, whether there is a gangway at the front end of the vehicle usable</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rearGangway" type="xs:boolean">
<xs:annotation>
<xs:documentation>flag, whether there is a gangway at the rear end of the vehicle usable</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |