<xs:complexType name="eFourQuadrantChopper">
<xs:complexContent>
<xs:extension base="rail:tFourQuadrantChopper">
<xs:sequence>
<xs:element name="efficiency" type="rail:tEfficiencyCurve" minOccurs="0">
<xs:annotation>
<xs:documentation>four-quadrant-chopper efficiency vs. speed</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:efficiency_fourQuadratChopper"/>
</xs:annotation>
</xs:element>
<xs:element name="phi" type="rail:tCurve" minOccurs="0">
<xs:annotation>
<xs:documentation>phase angle of the real power to the apparent power as curve for the entire propulsion system</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:phi"/>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |