complexType tcip:PICustomerProfile
diagram
namespace http://www.TCIP-Adopted-03-00-01
children customer-username customer-password customer-reminder customer-new-password customer customer-address customer-cellphone customer-homephone customer-workphone customer-email customer-pager customer-fax customer-birthdate customer-ssn recurring-trips subscriptions localPICustomerProfile
used by
elements tcip:PiProfile/current-profile tcip:PiReportNewProfile/profile tcip:PiReportProfileUpdate/profile
source <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"/>
   
<!-- password reminder -->
   
<xs:element name="customer-new-password" type="CPT-Footnote" minOccurs="0"/>
   
<xs:element name="customer" type="PITravelerIden"/>
   
<!-- zero if unassigned -->
   
<xs:element name="customer-address" type="lrms:AddressPoint" 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 maxOccurs="20">
         
<xs:element name="recurring-trip" type="PIRecurringTrip"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="subscriptions" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="20">
         
<xs:element name="subscription" type="PICustSubscription"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="localPICustomerProfile" type="local:PICustomerProfile" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:PICustomerProfile/customer-username
diagram
type tcip:CPT-Footnote
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 0
maxLength 255
source <xs:element name="customer-username" type="CPT-Footnote" minOccurs="0"/>

element tcip:PICustomerProfile/customer-password
diagram
type tcip:CPT-Footnote
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 0
maxLength 255
source <xs:element name="customer-password" type="CPT-Footnote" minOccurs="0"/>

element tcip:PICustomerProfile/customer-reminder
diagram
type tcip:CPT-Footnote
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 0
maxLength 255
source <xs:element name="customer-reminder" type="CPT-Footnote" minOccurs="0"/>

element tcip:PICustomerProfile/customer-new-password
diagram
type tcip:CPT-Footnote
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 0
maxLength 255
source <xs:element name="customer-new-password" type="CPT-Footnote" minOccurs="0"/>

element tcip:PICustomerProfile/customer
diagram
type tcip:PITravelerIden
properties
isRef 0
content complex
children traveler-id agency-id firstName middleName lastName
source <xs:element name="customer" type="PITravelerIden"/>

element tcip:PICustomerProfile/customer-address
diagram
type lrms:AddressPoint
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children structureNumber streetInfo side height adminAreas
source <xs:element name="customer-address" type="lrms:AddressPoint" minOccurs="0"/>

element tcip:PICustomerProfile/customer-cellphone
diagram
type tcip:IM-HomePhone
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 16
source <xs:element name="customer-cellphone" type="IM-HomePhone" minOccurs="0"/>

element tcip:PICustomerProfile/customer-homephone
diagram
type tcip:IM-HomePhone
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 16
source <xs:element name="customer-homephone" type="IM-HomePhone" minOccurs="0"/>

element tcip:PICustomerProfile/customer-workphone
diagram
type tcip:IM-WorkPhone
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 16
source <xs:element name="customer-workphone" type="IM-WorkPhone" minOccurs="0"/>

element tcip:PICustomerProfile/customer-email
diagram
type tcip:CPT-Footnote
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 0
maxLength 255
source <xs:element name="customer-email" type="CPT-Footnote" minOccurs="0"/>

element tcip:PICustomerProfile/customer-pager
diagram
type tcip:IM-HomePhone
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 16
source <xs:element name="customer-pager" type="IM-HomePhone" minOccurs="0"/>

element tcip:PICustomerProfile/customer-fax
diagram
type tcip:IM-WorkPhone
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 16
source <xs:element name="customer-fax" type="IM-WorkPhone" minOccurs="0"/>

element tcip:PICustomerProfile/customer-birthdate
diagram
type tcip:CPT-Date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="customer-birthdate" type="CPT-Date" minOccurs="0"/>

element tcip:PICustomerProfile/customer-ssn
diagram
type tcip:CPT-SSN
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="customer-ssn" type="CPT-SSN" minOccurs="0"/>

element tcip:PICustomerProfile/recurring-trips
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children recurring-trip
source <xs:element name="recurring-trips" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="20">
     
<xs:element name="recurring-trip" type="PIRecurringTrip"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:PICustomerProfile/recurring-trips/recurring-trip
diagram
type tcip:PIRecurringTrip
properties
isRef 0
content complex
children customer-assigned-name earliest-start-time latest-start-time day-types trip-segments localPIRecurringTrip
source <xs:element name="recurring-trip" type="PIRecurringTrip"/>

element tcip:PICustomerProfile/subscriptions
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children subscription
source <xs:element name="subscriptions" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="20">
     
<xs:element name="subscription" type="PICustSubscription"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:PICustomerProfile/subscriptions/subscription
diagram
type tcip:PICustSubscription
properties
isRef 0
content complex
children subscription-type delivery-mechanism applicable-trip applicable-time-start applicable-time-end applicable-day-types applicable-stop applicable-route applicable-direction subscription-begin subscription-end localPICustSubscription
source <xs:element name="subscription" type="PICustSubscription"/>

element tcip:PICustomerProfile/localPICustomerProfile
diagram
type PICustomerProfile
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yourName
source <xs:element name="localPICustomerProfile" type="local:PICustomerProfile" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy