Definition Type: ComplexType
Name: VehicleHistoryDateGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Component to communicate important dates and events for a vehicle.
Collapse XSD Schema Diagram:
Drilldown into VehicleHistoryTypeDescription in schema components_xsd Drilldown into VehicleHistoryTypeCode in schema components_xsd Drilldown into VehicleHistoryDate in schema components_xsdXSD Diagram of VehicleHistoryDateGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VehicleHistoryDateGroupType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
                Component to communicate important dates and events for a vehicle.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="1" maxOccurs="1" name="VehicleHistoryDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Date when an important event took place for the vehicle.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="VehicleHistoryTypeCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Type code of the event that took place on the Vehicle History Date.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" maxOccurs="1" name="VehicleHistoryTypeDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Description of the event that took place on VehicleHistoryDate.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VehicleHistoryDate star:VehicleHistoryDate 1 1
VehicleHistoryTypeCode star:VehicleHistoryTypeCode 0 1
VehicleHistoryTypeDescription star:VehicleHistoryTypeDescription 0 1
Collapse Derivation Tree:
Collapse References:
star:VehicleHistoryDateGroup