Definition Type: ComplexType
Name: VehicleDataAvailabilityNotesType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: VehicleDataAvailability.xsd
Abstract
Documentation:
This component is used to describe notes or comments from the manufacturer
Collapse XSD Schema Diagram:
Drilldown into VehicleDataAvailabilityNotesPriority in schema vehicledataavailability_xsd Drilldown into VehicleDataAvailabilityNotesDescription in schema vehicledataavailability_xsd Drilldown into VehicleDataAvailabilityNotesText in schema vehicledataavailability_xsdXSD Diagram of VehicleDataAvailabilityNotesType in schema vehicledataavailability_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VehicleDataAvailabilityNotesType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
                This component is used to describe notes or comments from the manufacturer
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="VehicleDataAvailabilityNotesText" type="udt:TextType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        This elemens contains the free form text with notes and comments available from the manufacturer
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="VehicleDataAvailabilityNotesDescription" type="udt:TextType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Description of the vehicle data availability notes
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="VehicleDataAvailabilityNotesPriority" type="udt:TextType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Priority of the vehicle data availability notes
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VehicleDataAvailabilityNotesText star:VehicleDataAvailabilityNotesText 0 1
VehicleDataAvailabilityNotesDescription star:VehicleDataAvailabilityNotesDescription 0 1
VehicleDataAvailabilityNotesPriority star:VehicleDataAvailabilityNotesPriority 0 1
Collapse Derivation Tree:
Collapse References:
star:VehicleDataAvailabilityNotes