Definition Type: ComplexType
Name: CityProximitySearch
Namespace: http://www.starstandard.org/STAR/5
Type: star:ProximitySearch
Containing Schema: DealerLocatorExtended.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into country in schema dealerlocatorextended_xsd Drilldown into regionName in schema dealerlocatorextended_xsd Drilldown into regionCode in schema dealerlocatorextended_xsd Drilldown into city in schema dealerlocatorextended_xsd Drilldown into community in schema dealerlocatorextended_xsd Drilldown into proximity in schema dealerlocatorextended_xsd Drilldown into ProximitySearch in schema dealerlocatorextended_xsd Drilldown into cityRank in schema dealerlocatorextended_xsdXSD Diagram of CityProximitySearch in schema dealerlocatorextended_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CityProximitySearch">
    <xsd:complexContent>
        <xsd:extension base="ProximitySearch">
            <xsd:sequence>
                <xsd:element name="community" type="udt:TextType" minOccurs="0" maxOccurs="1" />
                <xsd:element name="city" type="udt:TextType" />
                <xsd:choice>
                    <xsd:element name="regionCode" type="udt:TextType" />
                    <xsd:element name="regionName" type="udt:TextType" />
                </xsd:choice>
                <xsd:element name="country" type="sqdt:CountryCodeType" />
            </xsd:sequence>
            <xsd:attribute name="cityRank" default="false" type="udt:IndicatorType" />
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
proximity star:proximity (1) (1)
community star:community 0 1
city star:city (1) (1)
regionCode star:regionCode (1) (1)
regionName star:regionName (1) (1)
country star:country (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
cityRank star:cityRank false (Optional)
Collapse Derivation Tree:
Collapse References:
star:cityProximitySearch