Definition Type: ComplexType
Name: ServicePlanInformationLineItemType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: ServicePlanInformation.xsd
Abstract
Documentation:
Detailed line information related to the Service Plan Information transaction.
Collapse XSD Schema Diagram:
Drilldown into AdditionalDetailDescription in schema components_xsd Drilldown into PlanCountryCode in schema serviceplaninformation_xsd Drilldown into CustomerSignatureDate in schema serviceplaninformation_xsd Drilldown into CoverageEffectiveDate in schema serviceplaninformation_xsd Drilldown into OriginalInServiceDate in schema serviceplaninformation_xsd Drilldown into Warranty in schema components_xsd Drilldown into OdometerStatus in schema serviceplaninformation_xsd Drilldown into ServicePlanPricing in schema components_xsd Drilldown into SoldServiceContract in schema components_xsd Drilldown into CommercialUsageIndicator in schema serviceplaninformation_xsd Drilldown into Vehicle in schema components_xsdXSD Diagram of ServicePlanInformationLineItemType in schema serviceplaninformation_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ServicePlanInformationLineItemType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Detailed line information related to the Service Plan Information transaction.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="Vehicle" />
        <xsd:element name="CommercialUsageIndicator" type="udt:IndicatorType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
        				Indicates that the planned use of the vehicle is for commercial purposes.
        			</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="SoldServiceContract" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
        				Service Contracts already sold on the vehicle.
        			</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ServicePlanPricing" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
	        			Service Plan and Pricing Information
	        		</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="OdometerStatus" type="udt:TextType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
            			Status of odometer . Example: Replaced, Tampered, Miles over 90,000, etc.
            		</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="Warranty" minOccurs="0" maxOccurs="1" />
        <xsd:element minOccurs="0" name="OriginalInServiceDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation>
                    	The date the vehicle went in service.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="CoverageEffectiveDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                   		The date the coverage starts.
                   	</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="CustomerSignatureDate" minOccurs="0" maxOccurs="1" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                   		The date the contract is signed.
                   	</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="PlanCountryCode" type="scl:CountryEnumeratedType" minOccurs="0" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
            			ISO country code indicating where the Plans are/will be sold.
            		</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="AdditionalDetailDescription" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Vehicle star:Vehicle (1) (1)
CommercialUsageIndicator star:CommercialUsageIndicator 0 (1)
SoldServiceContract star:SoldServiceContract 0 unbounded
ServicePlanPricing star:ServicePlanPricing 0 unbounded
OdometerStatus star:OdometerStatus 0 1
Warranty star:Warranty 0 1
OriginalInServiceDate star:OriginalInServiceDate 0 (1)
CoverageEffectiveDate star:CoverageEffectiveDate 0 (1)
CustomerSignatureDate star:CustomerSignatureDate 0 1
PlanCountryCode star:PlanCountryCode 0 1
AdditionalDetailDescription star:AdditionalDetailDescription 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:ServicePlanInformationLineItem