<xs:simpleType name="tPlaceCategory">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="class1"/>
<xs:enumeration value="class2"/>
<xs:enumeration value="class3"/>
<xs:enumeration value="standing"/>
<xs:enumeration value="wheelchair"/>
<xs:enumeration value="bicycle"/>
<xs:enumeration value="couchette"/>
<xs:enumeration value="bed"/>
<xs:enumeration value="chair"/>
<xs:enumeration value="bistro"/>
<xs:enumeration value="restaurant"/>
<xs:enumeration value="foldingSeat"/>
<xs:enumeration value="impairedToilet"/>
<xs:enumeration value="toilet"/>
<xs:enumeration value="businessCompartment"/>
<xs:enumeration value="familyCompartment"/>
<xs:enumeration value="toddlerCompartment"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="rail:tOtherEnumerationValue"/>
</xs:simpleType>
</xs:union>
</xs:simpleType> |