Definition Type: ComplexType
Name: CustomerInformationHeaderType
Namespace: http://www.starstandard.org/STAR/5
Type: star:HeaderBaseType
Containing Schema: CustomerInformation.xsd
Abstract
Documentation:
Customer Information header information.
Collapse XSD Schema Diagram:
Drilldown into EmployeePerson in schema components_xsd Drilldown into TransactionTypeCode in schema customerinformation_xsd Drilldown into DocumentIdentificationGroup in schema components_xsd Drilldown into SecondaryDealerNumberID in schema components_xsd Drilldown into SecondaryPassword in schema components_xsd Drilldown into DocumentDateTime in schema components_xsd Drilldown into HeaderBaseType in schema components_xsdXSD Diagram of CustomerInformationHeaderType in schema customerinformation_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentDateTime star:DocumentDateTime 0 (1)
SecondaryPassword star:SecondaryPassword 0 (1)
SecondaryDealerNumberID star:SecondaryDealerNumberID 0 (1)
DocumentIdentificationGroup star:DocumentIdentificationGroup 1 1
TransactionTypeCode star:TransactionTypeCode 1 1
EmployeePerson star:EmployeePerson 0 1
Collapse Derivation Tree:
Collapse References:
star:CustomerInformationHeader