Street direction of an address (e.g., N, E, S, NW, SW).
XSD Schema Diagram:
XSD Schema Code:
<xs:attribute name="StreetDirection" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Street direction of an address (e.g., N, E, S, NW, SW).
</xs:documentation>
</xs:annotation>
</xs:attribute>