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