<xsd:simpleType name="MunicipalJurisdiction_type">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The name of the municipality (city, township, or othe
non-county local government) in which the address is
physically located. In many places this will be
different than the city name used by the U.S. Postal
Service.
Required by most local governments for tax and services
determinations. This will be null for addresses in
unincorporated portions of counties.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value=".*" />
</xsd:restriction>
</xsd:simpleType>
|