<xsd:simpleType name="StreetNameDirectional_type">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A word preceding or following the street name that
indicates the directional taken by the thoroughfare from
an arbitrary starting point, or the sector where it is
located.
1. Standard USPS English abbreviations are E, W, S, N,
NE, SE, SW, NW 2. Standard USPS Spanish abbreviations
are E, O, S, N, NE, SE, SO, NO 3. USPS Publication 28
recomends abbreviating post-directionals. The Address
Standards Working Group differs, and recommends storing
post -directionals fully spelled out, exactly as given by
the local naming authority, to avoid confusion. For
example: "NW Jones St": Is it Northwest Jones Street?
Ned Walter Jones Street? North Walter Jones Street? The
abbreviations create ambiguity. If stored unabbreviated,
directionals can be exported as standard abbreviations
as needed for mailing and other purposes.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="NORTH">
<xsd:annotation>
<xsd:documentation>
often abbreviatable as N
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SOUTH">
<xsd:annotation>
<xsd:documentation>
often abbreviatable as S
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="EAST">
<xsd:annotation>
<xsd:documentation>
often abbreviatable as E
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="WEST">
<xsd:annotation>
<xsd:documentation>
often abbreviatable as W
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NORTHEAST">
<xsd:annotation>
<xsd:documentation>
often abbreviatable as NE
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NORTHWEST">
<xsd:annotation>
<xsd:documentation>
often abbreviateable as NW
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SOUTHEAST">
<xsd:annotation>
<xsd:documentation>
often abbreviatable as SE
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SOUTHWEST">
<xsd:annotation>
<xsd:documentation>
often abbreviateable as SW
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NORTE">
<xsd:annotation>
<xsd:documentation>
Spanish word often abbreviateable as N
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NORESTE">
<xsd:annotation>
<xsd:documentation>
Spanish word often abbreviateable as NE
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="NOROESTE">
<xsd:annotation>
<xsd:documentation>
Spanish word often abbreviateable as NW
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SUR">
<xsd:annotation>
<xsd:documentation>
Spanish word often abbreviateable as S
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SURESTE">
<xsd:annotation>
<xsd:documentation>
Spanish word often abbreviateable as SE
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SUROESTE">
<xsd:annotation>
<xsd:documentation>
Spanish word often abbreviateable as SW
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="ESTE">
<xsd:annotation>
<xsd:documentation>
Spanish word often abbreviateable as E
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OESTE">
<xsd:annotation>
<xsd:documentation>
Spanish word often abbreviateable as W
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|