<xsd:simpleType name="USPSPlaceName_type">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The name given by the U.S. Postal Service to the post
office from which mail is delivered to the address. In
many places this will be different from the name of the
municipality in which the address is physically located.
The name given by the U.S. Postal Service to the post
office from which mail is delivered to the address. In
many places this will be different from the name of the
incorporated municipality in which the address is
physically located.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value=".*" />
</xsd:restriction>
</xsd:simpleType>
|