<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>
|