<xsd:complexType name="VehicleDataAvailabilityDetailType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Component to list the different areas of the requested data. Example: If Warranty data was requested, the retuned data could have Open
Recalls, Closed Recalls, etc. This data is defined in this component.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="VehicleDataAvailabilityDetailDescription" type="udt:TextType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Descripton of the type of data subsets being returend. For example: Open Recalls, Close Redalls, in the event that Warranty data
is being returned.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="VehicleDataAvailabilityDetailIndicator" type="udt:IndicatorType" 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>
|