<xsd:complexType name="ExtraPersonInfo">
<xsd:annotation>
<xsd:documentation source="Description">Details regarding extra persons.</xsd:documentation>
<xsd:documentation source="Description">Details regarding extra persons.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">ExtraPersonInfo</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="MaxExtra" type="xsd:integer">
<xsd:annotation>
<xsd:documentation source="Description">Maximum number of extra persons.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
<xsd:attribute name="minAge" type="xsd:integer" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Minimum age.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="maxAge" type="xsd:integer" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">Maximum age.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|