Documentation for ATIS-Draft-03-00-79

Complex Type: PiProfile

[Table of contents]

Super-types: None
Sub-types: None
Name PiProfile
Used by (from the same schema document) Element piProfile
Abstract no
XML Instance Representation
<...>
<subscriptionHeader> CPTSubscriptionHeader </subscriptionHeader> [1]
<customer> PITravelerIden </customer> [1]
<customer-ssn> CPT-SSN </customer-ssn> [0..1]
<customer-username> CPT-Footnote </customer-username> [0..1]
<customer-password> CPT-Footnote </customer-password> [0..1]
<password-reminder> CPT-Footnote </password-reminder> [0..1]
<current-profile> PICustomerProfile </current-profile> [0..1]
</...>
Diagram
h-527207252 h257513769 h767753379 h-125442069 h-125442069 h-125442069 h-497293587
Schema Component Representation
<xs:complexType name="PiProfile">
<xs:sequence>
<xs:element name="subscriptionHeader" type=" CPTSubscriptionHeader "/>
<xs:element name="customer" type=" PITravelerIden "/>
<-- zero if unknown -->
<xs:element name="customer-ssn" type=" CPT-SSN " minOccurs="0"/>
<xs:element name="customer-username" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="customer-password" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="password-reminder" type=" CPT-Footnote " minOccurs="0"/>
<-- only if invalid/missing password -->
<xs:element name="current-profile" type=" PICustomerProfile " minOccurs="0"/>
</xs:sequence>
</xs:complexType>