Definition Type: SimpleType
Name: AddressLifecycleStatus_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 life cycle status of the address.
Collapse XSD Schema Diagram:
XSD Diagram of AddressLifecycleStatus_type in schema streetaddressdatastandard_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:simpleType name="AddressLifecycleStatus_type">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
The life cycle status of the address.
</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="Potential">
            <xsd:annotation>
                <xsd:documentation>
Address falls within a theoretical range, but
has never been used.
</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Proposed">
            <xsd:annotation>
                <xsd:documentation>
Application pending for use of this address
(e.g., address tentatively issued for
subdivision plat that is not yet fully
approved).
</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Active">
            <xsd:annotation>
                <xsd:documentation>
Address has been issued and is in use.
</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Retired">
            <xsd:annotation>
                <xsd:documentation>
Address was issued, but is now obsolete (e.g.
street name has been changed), building was
demolished, etc.
</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Potential
Enumeration Proposed
Enumeration Active
Enumeration Retired
Collapse Derivation Tree:
Collapse References:
addr:AddressLifecycleStatus