rail:aBooking

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
bookingNumber rail:tGenericName required
posInFormation rail:tPositiveCounter optional
needed as reference, if the same vehicle is referenced several times inside a formation
vehicleRef rail:tGenericRef optional

Used By

Complex Type rail:tBooking

Source

<xs:attributeGroup name="aBooking">
  <xs:attribute name="bookingNumber" type="rail:tGenericName" use="required"/>
  <xs:attribute name="posInFormation" type="rail:tPositiveCounter">
    <xs:annotation>
      <xs:documentation>needed as reference, if the same vehicle is referenced several times inside a formation</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="vehicleRef" type="rail:tGenericRef"/>
</xs:attributeGroup>