Documentation for ATIS-Draft-03-00-79

Complex Type: PITravelerIden

[Table of contents]

Super-types: None
Sub-types: None
Name PITravelerIden
Used by (from the same schema document) Complex Type PiAckNewProfile , Complex Type PiAckNewProfile , Complex Type PiAckSubscriptionUpdate , Complex Type PiProfile , Complex Type PiProfileSub , Complex Type PiReportAckProfileUpdate , Complex Type PiReportSubscriptionUpdate , Complex Type PICustomerProfile , Complex Type PIFoundItem , Complex Type PILostItem , Complex Type PITravelerProfile
Abstract no
XML Instance Representation
<...>
<traveler-id> PI-TravelerID </traveler-id> [1]
<agency-id> CPT-AgencyID </agency-id> [0..1]
<firstName> CPT-PersonFirstName </firstName> [0..1]
<middleName> CPT-PersonMiddleName </middleName> [0..1]
<lastName> CPT-PersonLastName </lastName> [0..1]
</...>
Diagram
h-1386173231 h948193899 h1273718939 h189423232 h793960193
Schema Component Representation
<xs:complexType name="PITravelerIden">
<xs:sequence>
<xs:element name="traveler-id" type=" PI-TravelerID "/>
<xs:element name="agency-id" type=" CPT-AgencyID " minOccurs="0"/>
<xs:element name="firstName" type=" CPT-PersonFirstName " minOccurs="0"/>
<xs:element name="middleName" type=" CPT-PersonMiddleName " minOccurs="0"/>
<xs:element name="lastName" type=" CPT-PersonLastName " minOccurs="0"/>
</xs:sequence>
</xs:complexType>