<xs:simpleType name="tTrackConditionType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="nonStoppingArea"/>
<xs:enumeration value="lowerPantograph"/>
<xs:enumeration value="mainPowerSwitchOff"/>
<xs:enumeration value="radioHole"/>
<xs:enumeration value="airTightness"/>
<xs:enumeration value="noRegenerativeBrake"/>
<xs:enumeration value="noEddyCurrentBrake"/>
<xs:enumeration value="noMagneticShoeBrake"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="rail:tOtherEnumerationValue"/>
</xs:simpleType>
</xs:union>
</xs:simpleType> |