Definition Type: ComplexType
Name: CustomerInformationDetailType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: CustomerInformation.xsd
Abstract
Documentation:
Invoice line item information
Collapse XSD Schema Diagram:
Drilldown into CustomerCharacteristic in schema components_xsd Drilldown into CustomerFinancialInformation in schema components_xsd Drilldown into FreeFormTextGroup in schema components_xsd Drilldown into Vehicle in schema components_xsd Drilldown into OwnershipEndDate in schema customerinformation_xsd Drilldown into OwnershipStartDate in schema customerinformation_xsd Drilldown into VehicleID in schema customerinformation_xsd Drilldown into CustomerParty in schema components_xsd Drilldown into CustomerTypeCode in schema customerinformation_xsd Drilldown into CustomerRoleToVehicleCode in schema customerinformation_xsdXSD Diagram of CustomerInformationDetailType in schema customerinformation_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CustomerRoleToVehicleCode star:CustomerRoleToVehicleCode 0 1
CustomerTypeCode star:CustomerTypeCode 0 unbounded
CustomerParty star:CustomerParty 1 1
VehicleID star:VehicleID 0 1
OwnershipStartDate star:OwnershipStartDate 0 1
OwnershipEndDate star:OwnershipEndDate 0 1
Vehicle star:Vehicle 0 unbounded
FreeFormTextGroup star:FreeFormTextGroup 0 1
CustomerFinancialInformation star:CustomerFinancialInformation 0 1
CustomerCharacteristic star:CustomerCharacteristic 0 1
Collapse Derivation Tree:
Collapse References:
star:CustomerInformationDetail