rail:aWinding

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
assemblyName rail:tGenericName required
type of transformer winding as descriptive name
nominalCurrent rail:tCurrentAmpere optional
nominal current of transformer winding (primary side) in Amps
nominalVoltage rail:tVoltageVolt optional
nominal voltage of transformer winding (primary side) in Volts
primaryLeakageInductance rail:tInductanceHenry optional
leakage inductance of primary winding of one transformer in H
primaryResistance rail:tResistanceOhm optional
resistance of primary winding of one transformer in Ohms
secondaryLeakageInductance rail:tInductanceHenry optional
leakage inductance of secondary winding of one transformer in H transformed to primary side
secondaryResistance rail:tResistanceOhm optional
resistance of secondary winding of one transformer in Ohms transformed to primary side
transformationRatio xs:decimal optional
transformation ratio of transformer winding (primary/secondary voltage)

Used By

Complex Type rail:tWinding

Source

<xs:attributeGroup name="aWinding">
  <xs:attribute name="assemblyName" type="rail:tGenericName" use="required">
    <xs:annotation>
      <xs:documentation>type of transformer winding as descriptive name</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="nominalVoltage" type="rail:tVoltageVolt">
    <xs:annotation>
      <xs:documentation>nominal voltage of transformer winding (primary side) in Volts</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="nominalCurrent" type="rail:tCurrentAmpere">
    <xs:annotation>
      <xs:documentation>nominal current of transformer winding (primary side) in Amps</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="transformationRatio" type="xs:decimal">
    <xs:annotation>
      <xs:documentation>transformation ratio of transformer winding (primary/secondary voltage)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="primaryResistance" type="rail:tResistanceOhm">
    <xs:annotation>
      <xs:documentation>resistance of primary winding of one transformer in Ohms</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="secondaryResistance" type="rail:tResistanceOhm">
    <xs:annotation>
      <xs:documentation>resistance of secondary winding of one transformer in Ohms transformed to primary side</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="primaryLeakageInductance" type="rail:tInductanceHenry">
    <xs:annotation>
      <xs:documentation>leakage inductance of primary winding of one transformer in H</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="secondaryLeakageInductance" type="rail:tInductanceHenry">
    <xs:annotation>
      <xs:documentation>leakage inductance of secondary winding of one transformer in H transformed to primary side</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>