<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>
|