rail:aTractionMotor

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
additionalResistance rail:tResistanceOhm optional
additional resistance of one traction motor in Ohms due to non-sinusoid currents (stray loss)
ferrumResistance rail:tResistanceOhm optional
resistance of iron core of one traction motor in Ohms (open-circuit core loss)
mainInductance rail:tInductanceHenry optional
main inductance of one traction motor in H
meanEfficiency rail:tOneToZero optional
The traction motor mean efficiency in the range 0..1.
nominalCurrent rail:tCurrentAmpere optional
rated current of one traction motor in Amps
nominalFlux rail:tFluxVoltSecond optional
nominal flux of one traction motor in Volt*sec
nominalFrequency rail:tFrequencyHertz optional
rated frequency of traction motor windings in Hz
nominalPhi rail:tAngleDegFullCircle optional
nominal phase angle phi of traction motor in the range -180..+180
nominalPower rail:tPowerWatt optional
rated power consumption of one traction motor in Watt
nominalRevolutions rail:tRotationalFrequencyRevolutionsPerMinute optional
nominal number of revolutions in revolutions per minute (rpm)
nominalVoltage rail:tVoltageVolt optional
rated voltage of traction motor in Volts
numberPolePairs rail:tCounter optional
number of pole pairs of one traction motor
rotorLeakageInductance rail:tInductanceHenry optional
leakage inductance of rotor winding of one traction motor in H
rotorResistance rail:tResistanceOhm optional
resistance of rotor winding of one traction motor in Ohms
statorLeakageInductance rail:tInductanceHenry optional
leakage inductance of stator winding of one traction motor in H
statorResistance rail:tResistanceOhm optional
resistance of stator winding of one traction motor in Ohms

Used By

Complex Type rail:tTractionMotor

Source

<xs:attributeGroup name="aTractionMotor">
  <xs:attribute name="nominalPower" type="rail:tPowerWatt">
    <xs:annotation>
      <xs:documentation>rated power consumption of one traction motor in Watt</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="nominalVoltage" type="rail:tVoltageVolt">
    <xs:annotation>
      <xs:documentation>rated voltage of traction motor in Volts</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="nominalCurrent" type="rail:tCurrentAmpere">
    <xs:annotation>
      <xs:documentation>rated current of one traction motor in Amps</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="nominalFrequency" type="rail:tFrequencyHertz">
    <xs:annotation>
      <xs:documentation>rated frequency of traction motor windings in Hz</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="nominalFlux" type="rail:tFluxVoltSecond">
    <xs:annotation>
      <xs:documentation>nominal flux of one traction motor in Volt*sec</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="nominalPhi" type="rail:tAngleDegFullCircle">
    <xs:annotation>
      <xs:documentation>nominal phase angle phi of traction motor in the range -180..+180</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="numberPolePairs" type="rail:tCounter">
    <xs:annotation>
      <xs:documentation>number of pole pairs of one traction motor</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="statorResistance" type="rail:tResistanceOhm">
    <xs:annotation>
      <xs:documentation>resistance of stator winding of one traction motor in Ohms</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rotorResistance" type="rail:tResistanceOhm">
    <xs:annotation>
      <xs:documentation>resistance of rotor winding of one traction motor in Ohms</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="ferrumResistance" type="rail:tResistanceOhm">
    <xs:annotation>
      <xs:documentation>resistance of iron core of one traction motor in Ohms (open-circuit core loss)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="additionalResistance" type="rail:tResistanceOhm">
    <xs:annotation>
      <xs:documentation>additional resistance of one traction motor in Ohms due to non-sinusoid currents (stray loss)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="mainInductance" type="rail:tInductanceHenry">
    <xs:annotation>
      <xs:documentation>main inductance of one traction motor in H</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="statorLeakageInductance" type="rail:tInductanceHenry">
    <xs:annotation>
      <xs:documentation>leakage inductance of stator winding of one traction motor in H</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="rotorLeakageInductance" type="rail:tInductanceHenry">
    <xs:annotation>
      <xs:documentation>leakage inductance of rotor winding of one traction motor in H</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="nominalRevolutions" type="rail:tRotationalFrequencyRevolutionsPerMinute">
    <xs:annotation>
      <xs:documentation>nominal number of revolutions in revolutions per minute (rpm)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="meanEfficiency" type="rail:tOneToZero">
    <xs:annotation>
      <xs:documentation>The traction motor mean efficiency in the range 0..1.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>