<xs:complexType name="eWagon">
<xs:annotation>
<xs:documentation>data about the car body of a vehicle and its payload</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:wagon"/>
</xs:annotation>
<xs:complexContent>
<xs:extension base="rail:tWagon">
<xs:sequence>
<xs:element name="passenger" type="rail:ePassenger" minOccurs="0">
<xs:annotation>
<xs:documentation>data for passenger cars</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:passenger"/>
</xs:annotation>
</xs:element>
<xs:element name="goods" type="rail:eGoods" minOccurs="0">
<xs:annotation>
<xs:documentation>data for freight cars</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:goods"/>
</xs:annotation>
</xs:element>
<xs:element name="auxiliarySupplySystem" type="rail:tElectrificationSystem" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>installed supply systems for auxiliaries in the vehicle</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:auxiliarySupplySystem"/>
</xs:annotation>
</xs:element>
<xs:element name="driversCab" type="rail:tDriversCabType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>data about each drivers cab of the vehicle</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:driversCab"/>
</xs:annotation>
</xs:element>
<xs:element name="rackTraction" type="rail:tRackTractionType" minOccurs="0">
<xs:annotation>
<xs:documentation>data about rack traction equipment of the vehicle used for braking only</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:rackTraction_wagon"/>
</xs:annotation>
</xs:element>
<xs:element name="couplers" type="rail:eCouplers" minOccurs="0">
<xs:annotation>
<xs:documentation>data for couplers between wagons</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:couplers"/>
</xs:annotation>
</xs:element>
<xs:element name="trainClearanceGauge" type="rail:tClearanceGaugeType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>data about all compatible clearance gauges of the vehicle</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:trainClearanceGauge"/>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |