<xsd:simpleType name="LandmarkName_type">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The name by which a prominent feature is publicly known.
Landmarks usually have a street address. A landmark name
does not imply official historic landmark status, but
simply a commonly used name that substitutes for an
address number and street name in identifying the
location of a specific building or feature. Generally
the use of a landmark's street address is preferable
because it is unambiguous. All landmark names should be
cross-referenced to a street address or other coordinate
location.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value=".*" />
</xsd:restriction>
</xsd:simpleType>
|