Documentation for ATIS-Draft-03-00-79

Complex Type: PiProfileSub

[Table of contents]

Super-types: None
Sub-types: None
Name PiProfileSub
Used by (from the same schema document) Element piProfileSub
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]
</...>
Diagram
h-527207252 h257513769 h767753379 h-125442069 h-125442069
Schema Component Representation
<xs:complexType name="PiProfileSub">
<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:sequence>
</xs:complexType>