list of common service types |
Attribute | rail:aService/@type |
<xs:simpleType name="tServiceType"> <xs:annotation> <xs:documentation>list of common service types</xs:documentation> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="mobileCatering"/> <xs:enumeration value="WLAN"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="rail:tOtherEnumerationValue"/> </xs:simpleType> </xs:union> </xs:simpleType> |