| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||
| children | Row | ||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||
| source | <s:complexType name="SeatMapCabinType"> <s:sequence> <s:element name="Row" type="SeatMapRowType" minOccurs="0" maxOccurs="unbounded"/> </s:sequence> <s:attribute name="Cabin" type="CabinType" use="required"/> <s:attribute name="Deck" type="DeckType" use="required"/> <s:attribute name="RowSize" type="s:integer" use="required"> <s:annotation> <s:documentation>Row size</s:documentation> </s:annotation> </s:attribute> <s:attribute name="SeatLabels" type="s:string"> <s:annotation> <s:documentation>Seat labels</s:documentation> </s:annotation> </s:attribute> <s:attribute name="ASR" type="s:boolean" use="required"> <s:annotation> <s:documentation>ASR</s:documentation> </s:annotation> </s:attribute> </s:complexType> |
| type | CabinType | |||||||||||||||
| properties |
|
|||||||||||||||
| facets |
|
|||||||||||||||
| source | <s:attribute name="Cabin" type="CabinType" use="required"/> |
| type | DeckType | ||||||||||||
| properties |
|
||||||||||||
| facets |
|
||||||||||||
| source | <s:attribute name="Deck" type="DeckType" use="required"/> |
| type | s:integer | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="RowSize" type="s:integer" use="required"> <s:annotation> <s:documentation>Row size</s:documentation> </s:annotation> </s:attribute> |
| type | s:string | ||
| annotation |
|
||
| source | <s:attribute name="SeatLabels" type="s:string"> <s:annotation> <s:documentation>Seat labels</s:documentation> </s:annotation> </s:attribute> |
| type | s:boolean | ||
| properties |
|
||
| annotation |
|
||
| source | <s:attribute name="ASR" type="s:boolean" use="required"> <s:annotation> <s:documentation>ASR</s:documentation> </s:annotation> </s:attribute> |
| diagram | ![]() |
||||||||||||||||||||||||||||||
| type | SeatMapRowType | ||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||
| children | Seat Facility | ||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||
| source | <s:element name="Row" type="SeatMapRowType" minOccurs="0" maxOccurs="unbounded"/> |