<xs:element name="AirRows" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Collection of Air Rows</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="AirRow" type="RowDetailsType" maxOccurs="999">
<xs:annotation>
<xs:documentation xml:lang="en">Row in a Cabin class of a flight</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|