| used by |
|
||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||
| source | <s:attributeGroup name="RailServiceType"> <s:attribute name="SeatType"> <s:annotation> <s:documentation>Seat type Lower Upper</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="Lower"/> <s:enumeration value="Upper"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="ServiceClass" type="s:string"/> <s:attribute name="MealType" type="s:string"/> </s:attributeGroup> |
| type | restriction of s:string | |||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <s:attribute name="SeatType"> <s:annotation> <s:documentation>Seat type Lower Upper</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="Lower"/> <s:enumeration value="Upper"/> </s:restriction> </s:simpleType> </s:attribute> |
| type | s:string |
| source | <s:attribute name="ServiceClass" type="s:string"/> |
| type | s:string |
| source | <s:attribute name="MealType" type="s:string"/> |