<xsd:complexType name="CustomerAgeBand_Detail">
<xsd:annotation>
<xsd:documentation source="Description">Identifies a customer type: Adult,
Senior,
Infant,
Child, etc</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">CustomerAgeBand</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="pgt-0200:CustomerAgeBand">
<xsd:sequence>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Detail" />
</xsd:sequence>
<xsd:attribute name="minAge" type="xsd:int" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">The minimum age for this age band of customer.</xsd:documentation>
<xsd:appinfo>
<otm:Example context="pgt" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">16</otm:Example>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="maxAge" type="xsd:positiveInteger" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">The maximum age for this age band of customer .</xsd:documentation>
<xsd:appinfo>
<otm:Example context="pgt" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">120</otm:Example>
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|