Definition Type: ComplexType
Name: ServiceContractPrePaidOPCodesType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Service Operation codes for the pre-paid maintenance contract.
Collapse XSD Schema Diagram:
Drilldown into LastPerformedOdometer in schema components_xsd Drilldown into LastPerformedDate in schema components_xsd Drilldown into ClaimedServices in schema components_xsd Drilldown into AllowedServices in schema components_xsd Drilldown into ServiceOPCDDescription in schema components_xsd Drilldown into ServiceOPCD in schema components_xsdXSD Diagram of ServiceContractPrePaidOPCodesType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ServiceContractPrePaidOPCodesType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Service Operation codes for the pre-paid maintenance contract.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" name="ServiceOPCD" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>Service Operation Code for the prepaid maintenance contract</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ServiceOPCDDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>Description for the Operation Code</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="AllowedServices" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation>Number of allowed services under this plan</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ClaimedServices" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation>Number of services claimed</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="LastPerformedDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation>The date the last services was performed</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="LastPerformedOdometer" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation>The last mileage at which this operation was performed</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ServiceOPCD star:ServiceOPCD 0 (1)
ServiceOPCDDescription star:ServiceOPCDDescription 0 (1)
AllowedServices star:AllowedServices 0 (1)
ClaimedServices star:ClaimedServices 0 (1)
LastPerformedDate star:LastPerformedDate 0 (1)
LastPerformedOdometer star:LastPerformedOdometer 0 (1)
Collapse Derivation Tree:
Collapse References:
star:ServiceContractPrePaidOPCodes