QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
adjustableWheelSet | xs:boolean | optional |
|
||||
axleLoad | rail:tWeightTons | optional |
|
||||
axleSequence | xs:string | optional |
|
||||
bruttoAdhesionWeight | rail:tWeightTons | optional |
|
||||
bruttoWeight | rail:tWeightTons | optional |
|
||||
length | rail:tLengthM | optional |
|
||||
nettoAdhesionWeight | rail:tWeightTons | optional |
|
||||
nettoWeight | rail:tWeightTons | optional |
|
||||
numberDrivenAxles | rail:tCounter | optional |
|
||||
numberNonDrivenAxles | rail:tCounter | optional |
|
||||
onTrainHead | xs:boolean | optional |
|
||||
onTrainTailOnly | xs:boolean | optional |
|
||||
resistanceFactor | xs:decimal | optional |
|
||||
speed | rail:tSpeedKmPerHour | optional |
|
||||
tareAdhesionWeight | rail:tWeightTons | optional |
|
||||
tareWeight | rail:tWeightTons | optional |
|
||||
towingSpeed | rail:tSpeedKmPerHour | optional |
|
||||
trackGauge | rail:tLengthM | optional |
|
||||
trackGaugeAlternative | rail:tLengthM | optional |
|
||||
vehicleCategory | rail:tVehicleCategoryType | optional |
|
||||
vehicleFamilyRef | rail:tGenericRef | optional |
|
Complex Type | rail:tVehicle |
<xs:attributeGroup name="aVehicle"> <xs:attribute name="vehicleFamilyRef" type="rail:tGenericRef"> <xs:annotation> <xs:documentation>reference to 'id' in vehicle data in order to obtain all data common for the vehicle family not explicitly specified in this element of an individual vehicle</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="vehicleCategory" type="rail:tVehicleCategoryType"> <xs:annotation> <xs:documentation>basic vehicle category used for train formation planning</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="axleSequence" type="xs:string"> <xs:annotation> <xs:documentation>description of axle sequence</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="numberDrivenAxles" type="rail:tCounter"> <xs:annotation> <xs:documentation>the number of motored axles used for traction</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="numberNonDrivenAxles" type="rail:tCounter"> <xs:annotation> <xs:documentation>the number of axles not used for traction (without motor or gear)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="trackGauge" type="rail:tLengthM"> <xs:annotation> <xs:documentation>the track gauge in metres the vehicle is mainly used for</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="trackGaugeAlternative" type="rail:tLengthM"> <xs:annotation> <xs:documentation>the track gauge in metres the vehicle is alternatively used for</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="adjustableWheelSet" type="xs:boolean"> <xs:annotation> <xs:documentation>the vehicle comprises wheelsets adjustable to different track gauge</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="length" type="rail:tLengthM"> <xs:annotation> <xs:documentation>vehicle length in metres</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="speed" type="rail:tSpeedKmPerHour"> <xs:annotation> <xs:documentation>maximum allowed vehicle speed in km/h</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="towingSpeed" type="rail:tSpeedKmPerHour"> <xs:annotation> <xs:documentation>maximum allowed vehicle speed in km/h when its towed (not powered)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="bruttoWeight" type="rail:tWeightTons"> <xs:annotation> <xs:documentation>total weight of vehicle with full payload in metric tons (gross weight)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="nettoWeight" type="rail:tWeightTons"> <xs:annotation> <xs:documentation>net weight of vehicle payload in metric tons</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="tareWeight" type="rail:tWeightTons"> <xs:annotation> <xs:documentation>tare weight of vehicle (empty) in metric tons</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="bruttoAdhesionWeight" type="rail:tWeightTons"> <xs:annotation> <xs:documentation>portion of total vehicle weight on motored axles in metric tons (adhesion weight)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="tareAdhesionWeight" type="rail:tWeightTons"> <xs:annotation> <xs:documentation>portion of tare vehicle weight on motored axles in metric tons (adhesion weight)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="nettoAdhesionWeight" type="rail:tWeightTons"> <xs:annotation> <xs:documentation>DEPRECATED: portion of vehicle payload weight on motored axles in metric tons (adhesion weight)</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="axleLoad" type="rail:tWeightTons"> <xs:annotation> <xs:documentation>weight per axle of vehicle in metric tons</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="resistanceFactor" type="xs:decimal"> <xs:annotation> <xs:documentation>running resistance of vehicle in N/kN (to be used in conjunction with 'trainResistance' element</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="onTrainHead" type="xs:boolean"> <xs:annotation> <xs:documentation>vehicle may run at the train head</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="onTrainTailOnly" type="xs:boolean"> <xs:annotation> <xs:documentation>vehicle must be the last one in any formation, no other vehicle coupled to its end</xs:documentation> </xs:annotation> </xs:attribute> </xs:attributeGroup> |