Code used to indicate the type of traveler (e.g., ADT, CHD, INF, GRP).
XSD Schema Diagram:
XSD Schema Code:
<xs:attribute name="PassengerTypeCode" type="AlphaLength3" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Code used to indicate the type of traveler (e.g., ADT, CHD, INF, GRP).</xs:documentation>
</xs:annotation>
</xs:attribute>