<xsd:complexType name="ClubMembership">
<xsd:annotation>
<xsd:documentation source="Description">Identifies a travel club that offers special privileges and related services.</xsd:documentation>
<xsd:documentation source="Description">Identifies a travel club that offers special privileges and related services.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="CoreObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">ClubMembership</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="Name" type="ota2-0400:CompanyName">
<xsd:annotation>
<xsd:documentation source="Description">Name of the travel club.</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}CompanyNameType</xsd:documentation>
<xsd:appinfo>
<otm:Equivalent context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">TravelClubName</otm:Equivalent>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="MemberIdentifier" type="ota2-0400:StringShort">
<xsd:annotation>
<xsd:documentation source="Description">Identifier assigned to person registered with travel club.</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://chameleon.anonymous/ns}ClubMemberName</xsd:documentation>
<xsd:appinfo>
<otm:Equivalent context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">ClubMemberName</otm:Equivalent>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="1" name="Date_EffectiveExpire" type="ota2-0400:DateEffectiveExpire">
<xsd:annotation>
<xsd:documentation source="Description">Used to identify the effective date and/or expiration date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="1" name="Privacy" type="ota2-0400:Privacy">
<xsd:annotation>
<xsd:documentation source="Description">Allows for control of the sharing of access data between parties.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
</xsd:complexType>
|