diagram | ![]() |
||
namespace | http://taf-jsg.info/schemes | ||
properties |
|
||
children | TrainWeight TrainLength WeightOfSetOfCarriages LengthOfSetOfCarriages TractionDetails TrainMaxSpeed HighestPlannedSpeed MaxAxleWeight RouteClass BrakeType EmergencyBrakeOverride BrakingRatio MinBrakedWeightPercent BrakeWeight | ||
used by |
|
||
annotation |
|
||
source | <xs:element name="PlannedTrainTechnicalData"> <xs:annotation> <xs:documentation>Shows the relevant technical data for a running train</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element ref="TrainWeight"/> <xs:element ref="TrainLength"/> <xs:element ref="WeightOfSetOfCarriages" minOccurs="0"/> <xs:element ref="LengthOfSetOfCarriages" minOccurs="0"/> <xs:element ref="TractionDetails" maxOccurs="unbounded"/> <xs:element ref="TrainMaxSpeed"/> <xs:element ref="HighestPlannedSpeed" minOccurs="0"/> <xs:element ref="MaxAxleWeight" minOccurs="0"/> <xs:element ref="RouteClass" minOccurs="0"> <xs:annotation> <xs:documentation>Indication of the route class (based on CEN EN 15528: line categories for managing the interface between load limits of vehicels on infrastructure).</xs:documentation> </xs:annotation> </xs:element> <xs:element ref="BrakeType" minOccurs="0"/> <xs:element ref="EmergencyBrakeOverride" minOccurs="0"/> <xs:element ref="BrakingRatio" minOccurs="0"/> <xs:element ref="MinBrakedWeightPercent" minOccurs="0"/> <xs:element ref="BrakeWeight" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |