Definition Type: SimpleType
Name: ResidentCodeSimpleType
Namespace: http://niem.gov/niem/fbi/2.0
Containing Schema: fbi.xsd
Documentation:
A data type for whether or not a person was a resident of a town, city, or community in relation to some activity.
Collapse XSD Schema Diagram:
XSD Diagram of ResidentCodeSimpleType in schema fbi_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:simpleType name="ResidentCodeSimpleType">
    <xsd:annotation>
        <xsd:documentation>A data type for whether or not a person was a resident of a town, city, or community in relation to some activity.</xsd:documentation>
        <xsd:appinfo>
            <i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="N">
            <xsd:annotation>
                <xsd:documentation>Nonresident</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="R">
            <xsd:annotation>
                <xsd:documentation>Resident</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="U">
            <xsd:annotation>
                <xsd:documentation>Unknown</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration N
Enumeration R
Enumeration U
Collapse Derivation Tree:
Collapse References:
fbi:ResidentCodeType