<xs:complexType name="eEngine">
<xs:annotation>
<xs:documentation>engine data about a motor car or locomotive, may be used in conjunction with 'wagon'</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:engine"/>
</xs:annotation>
<xs:complexContent>
<xs:extension base="rail:tEngine">
<xs:sequence>
<xs:element name="propulsion" type="rail:ePropulsion" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>technical data about the propulsion system of a vehicle</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:propulsion"/>
</xs:annotation>
</xs:element>
<xs:element name="pantograph" type="rail:ePantograph" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>technical data about the installed pantographs of a vehicle</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:pantograph"/>
</xs:annotation>
</xs:element>
<xs:element name="energyStorage" type="rail:eStorage" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>technical data about the installed energy storage devices of a vehicle</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:energyStorage"/>
</xs:annotation>
</xs:element>
<xs:element name="monitoring" type="rail:eMonitoring" minOccurs="0">
<xs:annotation>
<xs:documentation>types of signalling systems fitted to the vehicle</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:monitoring"/>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |