<xsd:complexType name="DealerLocatorExtendedResponseType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">Dealer Information Response
information</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="statusMessage" minOccurs="0" maxOccurs="unbounded" type="StatusMessage" />
<xsd:element name="locatorResult" minOccurs="0" maxOccurs="unbounded" type="LocatorResult" />
</xsd:sequence>
<xsd:attribute name="resultCount" type="xsd:int" />
<xsd:attribute name="returnCode" type="xsd:int" use="required" />
<xsd:attribute name="supplierVersion" type="xsd:string" />
<xsd:attribute name="xmlVersion" type="xsd:string" />
</xsd:complexType>
|