usps:StreetDirectionalCodeSimpleType
simpleType StreetDirectionalCodeSimpleType in namespace http://release.niem.gov/niem/codes/usps/5.0/
Definition
A data type for street directionals.
Diagram
Enumerations
| Value | Definition |
| E | EAST |
| N | NORTH |
| NE | NORTHEAST |
| NW | NORTHWEST |
| S | SOUTH |
| SE | SOUTHEAST |
| SW | SOUTHWEST |
| W | WEST |
XML Schema
<xs:simpleType name="StreetDirectionalCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for street directionals.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="E">
<xs:annotation>
<xs:documentation>
EAST</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
NORTH</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NE">
<xs:annotation>
<xs:documentation>
NORTHEAST</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NW">
<xs:annotation>
<xs:documentation>
NORTHWEST</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
SOUTH</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SE">
<xs:annotation>
<xs:documentation>
SOUTHEAST</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SW">
<xs:annotation>
<xs:documentation>
SOUTHWEST</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="W">
<xs:annotation>
<xs:documentation>
WEST</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>