QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
assemblyName | rail:tGenericName | required |
|
||||
nominalCurrent | rail:tCurrentAmpere | optional |
|
||||
nominalVoltage | rail:tVoltageVolt | optional |
|
||||
primaryLeakageInductance | rail:tInductanceHenry | optional |
|
||||
primaryResistance | rail:tResistanceOhm | optional |
|
||||
secondaryLeakageInductance | rail:tInductanceHenry | optional |
|
||||
secondaryResistance | rail:tResistanceOhm | optional |
|
||||
transformationRatio | xs:decimal | optional |
|
Complex Type | rail:tWinding |
<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> |