<xs:simpleType name="tBrakeType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="none"/>
<xs:enumeration value="compressedAir">
<xs:annotation>
<xs:documentation>de: Druckluftbremse</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="vacuum">
<xs:annotation>
<xs:documentation>de: Saugluftbremse</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="handBrake"/>
<xs:enumeration value="parkingBrake"/>
<xs:enumeration value="cableBrake">
<xs:annotation>
<xs:documentation>de: Seilzugbremse</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="rail:tOtherEnumerationValue"/>
</xs:simpleType>
</xs:union>
</xs:simpleType> |