<xsd:complexType name="CustomerInformationDetailType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">Invoice line item
information</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="CustomerRoleToVehicleCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Identifies the role of
the customer to the vehicle. D = Driver, O = Owner, S = Secondary
driver, C = Co-owner
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="CustomerTypeCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Field to highlight what
type of customer is related to this transaction. (VC=Vehicle Customer, SC=Service Customer, PC=Parts Customer).
If a customer has more than one type, create additional "CustomerTypeCode" occurrences. Note: if a customer is a Vehicle Customer (VC), the VehicleID is required.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" ref="CustomerParty" />
<xsd:element maxOccurs="1" minOccurs="0" name="VehicleID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Vehicle Identification
Number</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="OwnershipStartDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Start date when the
specified VIN was associated
with the Customer profile in DMS
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="OwnershipEndDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Start date when the
specified VIN was disassociated
with the Customer profile in DMS
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Vehicle" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="FreeFormTextGroup" minOccurs="0" maxOccurs="1" />
<xsd:element ref="CustomerFinancialInformation" minOccurs="0" maxOccurs="1">
</xsd:element>
<xsd:element ref="CustomerCharacteristic" minOccurs="0" maxOccurs="1">
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|