Definition Type: ComplexType
Name: CustomerInformationType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: CustomerInformation.xsd
Abstract
Documentation:
The objective of Customer Information is to update the OEM’s customer database by leveraging changes made in the DMS customer database. Dealers have their own customer repository in their DMS and this is where the most current information is often found. A Customer Information BOD is needed to communicate the changes performed on the DMS customer database back to the OEM’s customer database to maintain accuracy and synchronicity.
Collapse XSD Schema Diagram:
Drilldown into CustomerInformationRewardsCard in schema components_xsd Drilldown into CustomerInformationDetail in schema customerinformation_xsd Drilldown into CustomerInformationHeader in schema customerinformation_xsdXSD Diagram of CustomerInformationType in schema customerinformation_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CustomerInformationType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5"> The objective of
				Customer Information is to update the OEM’s customer database by
				leveraging changes made in the DMS customer database. Dealers have
				their own customer repository in their DMS and this is where the
				most current information is often found. A Customer Information BOD
				is needed to communicate the changes performed on the DMS customer
				database back to the OEM’s customer database to maintain accuracy
				and synchronicity.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" ref="CustomerInformationHeader" />
        <xsd:element maxOccurs="1" minOccurs="1" ref="CustomerInformationDetail" />
        <xsd:element maxOccurs="1" minOccurs="0" ref="CustomerInformationRewardsCard" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CustomerInformationHeader star:CustomerInformationHeader 1 1
CustomerInformationDetail star:CustomerInformationDetail 1 1
CustomerInformationRewardsCard star:CustomerInformationRewardsCard 0 1
Collapse Derivation Tree:
Collapse References:
star:CustomerInformation