| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| bookingNumber | rail:tGenericName | required | |||||
| posInFormation | rail:tPositiveCounter | optional |
|
||||
| vehicleRef | rail:tGenericRef | optional |
| Complex Type | rail:tBooking |
<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> |