<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>
|