QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
formationRef | rail:tGenericRef | optional |
|
||||
length | rail:tLengthM | optional |
|
||||
load | rail:tWeightTons | optional |
|
||||
orientationReversed | xs:boolean | optional |
|
||||
speed | rail:tSpeedKmPerHour | optional |
|
||||
timetableLoad | rail:tWeightTons | optional |
|
||||
weight | rail:tWeightTons | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' |
Element | rail:eTrainPart/rail:formationTT |
<xs:complexType name="eFormationTT"> <xs:complexContent> <xs:extension base="rail:tFormationTT"> <xs:sequence> <xs:element name="equipmentUsage" type="rail:eEquipmentUsage" minOccurs="0"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=TT:equipmentUsage_formationTT"/> </xs:annotation> </xs:element> <xs:element name="passengerUsage" type="rail:ePassengerFacilityTT" minOccurs="0"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=TT:passengerUsage"/> </xs:annotation> </xs:element> <xs:element name="reservationInfo" type="rail:eReservationInfo" minOccurs="0"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=TT:reservationInfo"/> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |