<xs:element name="PNR" minOccurs="0">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">PNR information for the traveler.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="UniqueID_Type">
<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:attribute name="AssociatedID" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation source="Description" xml:lang="en">Associated ID.</xs:documentation>
<xs:documentation source="Example" xml:lang="en">Example: UAA512346</xs:documentation>
<xs:documentation source="Moreinfo" xml:lang="en">Note: This may contain an associated ID, such as a conjunctive ticket number.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|