Definition Type: ComplexType
Name: VehicleMaintenanceDatesType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Component to assign maintenance dates referenced to vehicles. Multiple values may be stated, related to different types of maintenance and due dates.
Collapse XSD Schema Diagram:
Drilldown into MaintenanceDescription in schema components_xsd Drilldown into MaintenanceDate in schema components_xsdXSD Diagram of VehicleMaintenanceDatesType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VehicleMaintenanceDatesType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Component to assign maintenance dates referenced to vehicles. 
                Multiple values may be stated, related to different types of maintenance and due dates.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" name="MaintenanceDate" type="qdt:YearMonthDateType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The date the maintenance is due</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="1" name="MaintenanceDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Maintenance Description</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MaintenanceDate star:MaintenanceDate 1 1
MaintenanceDescription star:MaintenanceDescription 1 1
Collapse Derivation Tree:
Collapse References:
star:VehicleMaintenanceDates