<xsd:complexType name="CustomerInformationHeaderType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">Customer Information
header information.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="HeaderBaseType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="TransactionTypeCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
It defines what type
of transaction to be performed at the
receiving system. VA - VIN
associated with customer (Adding
customer to a VIN or New
Ownership)
VD - VIN dis-associated with customer (Removing
customer to a VIN
relationship or deleting ownership) AP - Add
Principal driver RP
- Remove Principal driver
AC - Add new
customer to DMS UC - Update customer information in
DMS
Reward Card Earning Code Look Up: 1.1 - GM Earnings for redemption look up,
1.2 - GM Earnings for redemption look up with last name,
1.3 - GM Boubues earnings code look up,
1.4 - GM Earnngs look up GSWB,
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="EmployeePerson" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|