Definition Type: SimpleType
Name: StreetName_type
Namespace: http://niem.gov/niem/external/urisa-street-address/draft-0.2.0/dhs-gmo/1.0.0
Containing Schema: StreetAddressDataStandard.xsd
Documentation:
Official name of a street as assigned by a local governing authority, or an alternate (alias) name that is used and recognized, excluding street types, directionals, and modifiers. 1. Each jurisdiction should establish its own list of street names and use it as a domain of values to validate addresses. Alternate and Official names are distinguished by the address attribute "Alias Status Attribute" 2. Local addressing authorities are urged to follow consistent internal street naming practices, and to resolve internal street name inconsistencies, especially for numbered streets ("Twentieth" or "20th" ?), internal capitalization ("McIntyre" or "Mcintyre" ?), hyphens, and apostrophes. 3. If alternate or abbreviated versions of street names are needed for a specialized purpose such as mailing or emergency dispatch, they can be created in views or export routines.
Collapse XSD Schema Diagram:
XSD Diagram of StreetName_type in schema streetaddressdatastandard_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:simpleType name="StreetName_type">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
Official name of a street as assigned by a local
governing authority, or an alternate (alias) name that
is used and recognized, excluding street types,
directionals, and modifiers.
1. Each jurisdiction should establish its own list of
street names and use it as a domain of values to
validate addresses. Alternate and Official names are
distinguished by the address attribute "Alias Status
Attribute" 2. Local addressing authorities are urged to
follow consistent internal street naming practices, and
to resolve internal street name inconsistencies,
especially for numbered streets ("Twentieth" or "20th"
?), internal capitalization ("McIntyre" or "Mcintyre"
?), hyphens, and apostrophes. 3. If alternate or
abbreviated versions of street names are needed for a
specialized purpose such as mailing or emergency
dispatch, they can be created in views or export
routines.
</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:pattern value=".*" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern .*
Collapse Derivation Tree:
Collapse References:
addr:StreetName