<xsd:complexType name="VehicleDataAvailabilityStatusType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
The VehicleDataAvailabilityStatus contains that values to state the result of vehicle data request
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="VehicleDataRequestDescription" type="udt:TextType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Description of the type of vehicle data being requested. Example: Warranty, Vehicle Specifications, Repair History...
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="VehicleRequestedDataStatus" type="udt:TextType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Indicates the status of the data being requested. Example: Data Availble, Data Unavailable, Server not Available, Unknown...
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|