rail:eTractionInverter

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
assemblyName rail:tGenericName required
type of assembly as descriptive name
count rail:tCounter required
number of assemblies per vehicle/unit
meanEfficiency rail:tOneToZero optional
The traction inverter mean efficiency in the range 0..1.

Used By

Source

<xs:complexType name="eTractionInverter">
  <xs:complexContent>
    <xs:extension base="rail:tTractionInverter">
      <xs:sequence>
        <xs:element name="efficiency" type="rail:tEfficiencyCurve" minOccurs="0">
          <xs:annotation>
            <xs:documentation>traction inverter efficiency vs. speed</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:efficiency_tractionInverter"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="pulsePattern" type="rail:ePulsePattern" minOccurs="0">
          <xs:annotation>
            <xs:documentation>pulse pattern of the traction inverter</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:pulsePattern"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>