Definition Type: SimpleType
Name: EthnicityCodeSimpleType
Namespace: http://niem.gov/niem/fbi/2.0
Containing Schema: fbi.xsd
Documentation:
A data type for kinds of cultural lineages of a person.
Collapse XSD Schema Diagram:
XSD Diagram of EthnicityCodeSimpleType in schema fbi_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:simpleType name="EthnicityCodeSimpleType">
    <xsd:annotation>
        <xsd:documentation>A data type for kinds of cultural lineages of a person.</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="H">
            <xsd:annotation>
                <xsd:documentation>Hispanic</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="N">
            <xsd:annotation>
                <xsd:documentation>non Hispanic</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 H
Enumeration N
Enumeration U
Collapse Derivation Tree:
Collapse References:
fbi:EthnicityCodeType