Schema Component Representation
<
xs:complexType
name="
PICustomerProfile">
<
xs:sequence>
<
xs:element
name="
customer-username"
type="
CPT-Footnote
"
minOccurs="
0"/>
<
xs:element
name="
customer-password"
type="
CPT-Footnote
"
minOccurs="
0"/>
<
xs:element
name="
customer-reminder"
type="
CPT-Footnote
"
minOccurs="
0"/>
<
xs:element
name="
customer-new-password"
type="
CPT-Footnote
"
minOccurs="
0"/>
<
xs:element
name="
customer-cellphone"
type="
IM-HomePhone
"
minOccurs="
0"/>
<
xs:element
name="
customer-homephone"
type="
IM-HomePhone
"
minOccurs="
0"/>
<
xs:element
name="
customer-workphone"
type="
IM-WorkPhone
"
minOccurs="
0"/>
<
xs:element
name="
customer-email"
type="
CPT-Footnote
"
minOccurs="
0"/>
<
xs:element
name="
customer-pager"
type="
IM-HomePhone
"
minOccurs="
0"/>
<
xs:element
name="
customer-fax"
type="
IM-WorkPhone
"
minOccurs="
0"/>
<
xs:element
name="
customer-birthdate"
type="
CPT-Date
"
minOccurs="
0"/>
<
xs:element
name="
customer-ssn"
type="
CPT-SSN
"
minOccurs="
0"/>
<
xs:element
name="
recurring-trips"
minOccurs="
0">
<
xs:complexType>
<
xs:sequence
minOccurs="
1"
maxOccurs="
20">
</
xs:sequence>
</
xs:complexType>
</
xs:element>
<
xs:element
name="
subscriptions"
minOccurs="
0">
<
xs:complexType>
<
xs:sequence
minOccurs="
1"
maxOccurs="
20">
</
xs:sequence>
</
xs:complexType>
</
xs:element>
</
xs:sequence>
</
xs:complexType>