diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <s:complexType name="SeatMapSeatType"> <s:attribute name="SeatNo" type="s:integer" use="required"> <s:annotation> <s:documentation>Seat number</s:documentation> </s:annotation> </s:attribute> <s:attribute name="SeatLabel" type="s:string" use="required"> <s:annotation> <s:documentation>Seat label</s:documentation> </s:annotation> </s:attribute> <s:attribute name="SeatProps" type="SeatPropList" use="required"> <s:annotation> <s:documentation>Seat properties</s:documentation> </s:annotation> </s:attribute> <s:attribute name="SeatAvailability" use="required"> <s:annotation> <s:documentation>Seat availability</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="Available"/> <s:enumeration value="Protected"/> <s:enumeration value="Occupied"/> <s:enumeration value="NoSeat"/> <s:enumeration value="Unavailable"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="Restriction"> <s:annotation> <s:documentation>Seat restriction</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="None"/> <s:enumeration value="Imposed"/> </s:restriction> </s:simpleType> </s:attribute> <s:attribute name="RestrictionText" type="s:string"> <s:annotation> <s:documentation>Seat restriction text</s:documentation> </s:annotation> </s:attribute> <s:attribute name="PaxTypes" type="SeatPaxList"> <s:annotation> <s:documentation>Pax types</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ServiceRef" type="s:string"> <s:annotation> <s:documentation>References to service</s:documentation> </s:annotation> </s:attribute> </s:complexType> |
type | s:integer | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="SeatNo" type="s:integer" use="required"> <s:annotation> <s:documentation>Seat number</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="SeatLabel" type="s:string" use="required"> <s:annotation> <s:documentation>Seat label</s:documentation> </s:annotation> </s:attribute> |
type | SeatPropList | ||
properties |
|
||
annotation |
|
||
source | <s:attribute name="SeatProps" type="SeatPropList" use="required"> <s:annotation> <s:documentation>Seat properties</s:documentation> </s:annotation> </s:attribute> |
type | restriction of s:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <s:attribute name="SeatAvailability" use="required"> <s:annotation> <s:documentation>Seat availability</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="Available"/> <s:enumeration value="Protected"/> <s:enumeration value="Occupied"/> <s:enumeration value="NoSeat"/> <s:enumeration value="Unavailable"/> </s:restriction> </s:simpleType> </s:attribute> |
type | restriction of s:string | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <s:attribute name="Restriction"> <s:annotation> <s:documentation>Seat restriction</s:documentation> </s:annotation> <s:simpleType> <s:restriction base="s:string"> <s:enumeration value="None"/> <s:enumeration value="Imposed"/> </s:restriction> </s:simpleType> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="RestrictionText" type="s:string"> <s:annotation> <s:documentation>Seat restriction text</s:documentation> </s:annotation> </s:attribute> |
type | SeatPaxList | ||
annotation |
|
||
source | <s:attribute name="PaxTypes" type="SeatPaxList"> <s:annotation> <s:documentation>Pax types</s:documentation> </s:annotation> </s:attribute> |
type | s:string | ||
annotation |
|
||
source | <s:attribute name="ServiceRef" type="s:string"> <s:annotation> <s:documentation>References to service</s:documentation> </s:annotation> </s:attribute> |