<xs:element name="LoyaltyProgram" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">Traveler loyalty program information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="CheckedInInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">If true, this traveler is already checked in.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="CustomerLoyaltyGroup" />
</xs:complexType>
</xs:element>
|