QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
bruttoWeight | rail:tWeightTons | optional |
|
||||
code | rail:tGenericName | optional |
|
||||
description | rail:tElementDescription | optional |
|
||||
formationCount | rail:tCounter | optional |
|
||||
id | rail:tGenericID | required |
|
||||
length | rail:tLengthM | optional |
|
||||
name | rail:tGenericName | optional |
|
||||
nettoWeight | rail:tWeightTons | optional |
|
||||
speed | rail:tSpeedKmPerHour | optional |
|
||||
tareWeight | rail:tWeightTons | optional |
|
||||
weight | rail:tWeightTons | optional |
|
||||
xml:lang | xs:language | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' |
Element | rail:eFormations/rail:formation |
<xs:complexType name="eFormation"> <xs:annotation> <xs:documentation>data for train composition or vehicle formation</xs:documentation> <xs:documentation source="http://wiki.railml.org/index.php?title=RS:formation"/> </xs:annotation> <xs:complexContent> <xs:extension base="rail:tFormation"> <xs:sequence> <xs:annotation> <xs:documentation>contain formation data</xs:documentation> </xs:annotation> <xs:element name="trainOrder" type="rail:eTrainOrder" minOccurs="0"> <xs:annotation> <xs:documentation>car order for a formation</xs:documentation> <xs:documentation source="http://wiki.railml.org/index.php?title=RS:trainOrder"/> </xs:annotation> </xs:element> <xs:element name="categoryRef" type="rail:tElementWithReference" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>reference to train categories in TimeTable part, e.g. ltd. Express, the formation can run as in service</xs:documentation> <xs:documentation source="http://wiki.railml.org/index.php?title=RS:categoryRef"/> </xs:annotation> </xs:element> <xs:element name="trainEngine" type="rail:tTrainEngine" minOccurs="0"> <xs:annotation> <xs:documentation>acceleration value for whole formation</xs:documentation> <xs:documentation source="http://wiki.railml.org/index.php?title=RS:trainEngine"/> </xs:annotation> </xs:element> <xs:element name="trainBrakes" type="rail:tBasicBrakeType" minOccurs="0"> <xs:annotation> <xs:documentation>for whole formation deceleration</xs:documentation> <xs:documentation source="http://wiki.railml.org/index.php?title=RS:trainBrakes"/> </xs:annotation> </xs:element> <xs:element name="trainResistance" type="rail:tTrainResistance" minOccurs="0"> <xs:annotation> <xs:documentation>mechanical train resistance vs. speed</xs:documentation> <xs:documentation source="http://wiki.railml.org/index.php?title=RS:trainResistance"/> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |