Definition Type: ComplexType
Name: CertificationGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The CertificationGroup component provides information about certifications issued for a specific item.
Collapse XSD Schema Diagram:
Drilldown into RepairOrderNumber in schema components_xsd Drilldown into ClassAndWarranty in schema components_xsd Drilldown into PreviousOwnerParty in schema components_xsd Drilldown into VehiclePreviousUseCode in schema components_xsd Drilldown into ActualOdometer in schema components_xsd Drilldown into CertifiedWarrantyCode in schema components_xsd Drilldown into CertificationDate in schema components_xsd Drilldown into CertificationValue in schema components_xsd Drilldown into CertificationIssuerName in schema components_xsdXSD Diagram of CertificationGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CertificationGroupType">
    <xsd:annotation>
        <xsd:documentation>The CertificationGroup component provides information about certifications issued for a specific item.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" name="CertificationIssuerName" type="udt:NameType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Name of issuer of certification</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="CertificationValue" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">certification value (i.e., gold)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="CertificationDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Date when the car completed the certification testing.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="CertifiedWarrantyCode" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Warranty applicable for the certified vehicle.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ActualOdometer" type="sqdt:LengthMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Odometer reading when the vehicle was certifiied</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="VehiclePreviousUseCode" type="scl:VehicleUseContentType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A code indicating how the vehicle was previously used. Refer to the Vehicle
                    UseEnumeratedType code list</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="PreviousOwnerParty" minOccurs="0" />
        <xsd:element minOccurs="0" maxOccurs="unbounded" name="ClassAndWarranty" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A code indicating how the vehicle was previously used. Refer to the Vehicle
                        UseEnumeratedType code list</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="unbounded" name="RepairOrderNumber" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A code indicating how the vehicle was previously used. Refer to the Vehicle
                        UseEnumeratedType code list</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CertificationIssuerName star:CertificationIssuerName 0 (1)
CertificationValue star:CertificationValue 0 (1)
CertificationDate star:CertificationDate 0 (1)
CertifiedWarrantyCode star:CertifiedWarrantyCode 0 (1)
ActualOdometer star:ActualOdometer 0 (1)
VehiclePreviousUseCode star:VehiclePreviousUseCode 0 (1)
PreviousOwnerParty star:PreviousOwnerParty 0 (1)
ClassAndWarranty star:ClassAndWarranty 0 unbounded
RepairOrderNumber star:RepairOrderNumber 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:CertificationGroup, star:DealerCertificationGroup