<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>
|