| diagram | ![]() |
||||||||||||||||||||||||||||||
| children | Seat Facility | ||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||
| source | <s:complexType name="SeatMapRowType"> <s:sequence> <s:element name="Seat" type="SeatMapSeatType" minOccurs="0" maxOccurs="unbounded"/> <s:element name="Facility" minOccurs="0" maxOccurs="unbounded"> <s:complexType> <s:attribute name="Type" type="FacilityType" use="required"> <s:annotation> <s:documentation>Type of facility: Lavatory, Kitchen etc</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Position" type="s:integer" use="required"> <s:annotation> <s:documentation>Position of facility based on cabins SeatLabels</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> </s:sequence> <s:attribute name="RowNo" type="s:integer" use="required"> <s:annotation> <s:documentation>Row number</s:documentation> </s:annotation> </s:attribute> <s:attribute name="RowLabel" type="s:string" use="required"> <s:annotation> <s:documentation>Passenger reference</s:documentation> </s:annotation> </s:attribute> <s:attribute name="RowProps" type="SeatRowPropList" use="required"> <s:annotation> <s:documentation>Row properties</s:documentation> </s:annotation> </s:attribute> </s:complexType> |
| type | s:integer | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="RowNo" type="s:integer" use="required"> <s:annotation> <s:documentation>Row number</s:documentation> </s:annotation> </s:attribute> |
| type | s:string | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="RowLabel" type="s:string" use="required"> <s:annotation> <s:documentation>Passenger reference</s:documentation> </s:annotation> </s:attribute> |
| type | SeatRowPropList | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="RowProps" type="SeatRowPropList" use="required"> <s:annotation> <s:documentation>Row properties</s:documentation> </s:annotation> </s:attribute> |
| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | SeatMapSeatType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <s:element name="Seat" type="SeatMapSeatType" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| source | <s:element name="Facility" minOccurs="0" maxOccurs="unbounded"> <s:complexType> <s:attribute name="Type" type="FacilityType" use="required"> <s:annotation> <s:documentation>Type of facility: Lavatory, Kitchen etc</s:documentation> </s:annotation> </s:attribute> <s:attribute name="Position" type="s:integer" use="required"> <s:annotation> <s:documentation>Position of facility based on cabins SeatLabels</s:documentation> </s:annotation> </s:attribute> </s:complexType> </s:element> |
| type | FacilityType | |||||||||||||||||||||
| properties |
|
|||||||||||||||||||||
| facets |
|
|||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||
| source | <s:attribute name="Type" type="FacilityType" use="required"> <s:annotation> <s:documentation>Type of facility: Lavatory, Kitchen etc</s:documentation> </s:annotation> </s:attribute> |
| type | s:integer | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="Position" type="s:integer" use="required"> <s:annotation> <s:documentation>Position of facility based on cabins SeatLabels</s:documentation> </s:annotation> </s:attribute> |