rail:aVehicleRef

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
frontGangway xs:boolean optional
flag, whether there is a gangway at the front end of the vehicle usable
orderNumber rail:tPositiveCounter required
position of that vehicle (group) in the formation
rearGangway xs:boolean optional
flag, whether there is a gangway at the rear end of the vehicle usable
vehicleCount rail:tCounter optional
number of consecutive vehicles of that type in the formation
vehicleRef rail:tGenericRef required
vehicle type as reference

Used By

Complex Type rail:tVehicleRef

Source

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