Definition Type: SimpleType
Name: AddressRangeType_type
Namespace: http://niem.gov/niem/external/urisa-street-address/draft-0.2.0/dhs-gmo/1.0.0
Containing Schema: StreetAddressDataStandard.xsd
Documentation:
The type of address range represented by the data. Address ranges are ambiguous, in that a set of 2 site numbers and a street name can represent either a building, a block face range, a block range, or an entire street range. 1. The terms "actual" or "theoretical" indicate whether the range is based on existing (in-use) addresses or the potential address range (based on a grid or other numbering system) for the given range. 2. Further discussion of ranges is found under Address Range
Collapse XSD Schema Diagram:
XSD Diagram of AddressRangeType_type in schema streetaddressdatastandard_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:simpleType name="AddressRangeType_type">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
The type of address range represented by the data.
Address ranges are ambiguous, in that a set of 2 site
numbers and a street name can represent either a
building, a block face range, a block range, or an
entire street range.
1. The terms "actual" or "theoretical" indicate whether
the range is based on existing (in-use) addresses or the
potential address range (based on a grid or other
numbering system) for the given range. 2. Further
discussion of ranges is found under Address Range
</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:pattern value=".*" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Pattern .*