<xs:element name="StreetNmbr" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">May contain the street number and optionally the street name.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="StreetNmbrType">
<xs:attribute name="StreetNmbrSuffix" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Usually a letter right after the street number (A in 66-A, B in 123-B etc).</xs:documentation>
</xs:annotation>
</xs:attribute>
<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>
<xs:attribute name="RuralRouteNmbr" type="NumericStringLength1to5" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Numerical equivalent of a rural township as defined within a given area (e.g., 12, 99).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|