Definition Type: ComplexType
Name: VendorNameCityStateSearch
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: DealerLocatorExtended.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into province in schema dealerlocatorextended_xsd Drilldown into regionName in schema dealerlocatorextended_xsd Drilldown into cityRegion in schema dealerlocatorextended_xsd Drilldown into city in schema dealerlocatorextended_xsd Drilldown into regionCode in schema dealerlocatorextended_xsd Drilldown into country in schema dealerlocatorextended_xsd Drilldown into vendorName in schema dealerlocatorextended_xsdXSD Diagram of VendorNameCityStateSearch in schema dealerlocatorextended_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="VendorNameCityStateSearch">
    <xsd:sequence>
        <xsd:element name="vendorName" minOccurs="0" maxOccurs="1" type="VendorName" />
        <xsd:element name="country" minOccurs="0" maxOccurs="1" type="sqdt:CountryCodeType" />
        <xsd:element name="regionCode" minOccurs="0" maxOccurs="8" type="udt:TextType" />
        <xsd:element name="city" minOccurs="0" maxOccurs="1" type="udt:TextType" />
        <xsd:element name="cityRegion" minOccurs="0" maxOccurs="1" type="udt:TextType" />
        <xsd:element name="regionName" minOccurs="0" maxOccurs="1" type="udt:TextType" />
        <xsd:element name="province" minOccurs="0" maxOccurs="1" type="udt:TextType" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
vendorName star:vendorName 0 1
country star:country 0 1
regionCode star:regionCode 0 8
city star:city 0 1
cityRegion star:cityRegion 0 1
regionName star:regionName 0 1
province star:province 0 1
Collapse Derivation Tree:
Collapse References:
star:vendorNameCityStateSearch