rail:eGear

Complex Type Information

Model

Children: rail:efficiency

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
designType rail:tGenericName optional
design type of the gear
gearRatio xs:decimal optional
gear ratio as decimal value
manufacturerName rail:tGenericName optional
manufacturer of the gear
meanEfficiency rail:tOneToZero optional
the gear mean efficiency in the range 0..1.
nominalPower rail:tPowerWatt optional
nominal power of the gear for transmission
torqueConversion rail:tTorqueConversionType optional
type of torque conversion between motor and axle gear, mainly for diesel-hydraulic vehicles

Used By

Source

<xs:complexType name="eGear">
  <xs:complexContent>
    <xs:extension base="rail:tGear">
      <xs:sequence>
        <xs:element name="efficiency" type="rail:tEfficiencyCurve" minOccurs="0">
          <xs:annotation>
            <xs:documentation>transmission efficiency vs. speed</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:efficiency_gear"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>