Definition Type: SimpleType
Name: IncidentFactorCodeSimpleType
Namespace: http://niem.gov/niem/fbi/2.0
Containing Schema: fbi.xsd
Documentation:
A data type for factors that may have been involved in or contributed to a subject committing an offense.
Collapse XSD Schema Diagram:
XSD Diagram of IncidentFactorCodeSimpleType in schema fbi_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:simpleType name="IncidentFactorCodeSimpleType">
    <xsd:annotation>
        <xsd:documentation>A data type for factors that may have been involved in or contributed to a subject committing an offense.</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="A">
            <xsd:annotation>
                <xsd:documentation>Alcohol</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="C">
            <xsd:annotation>
                <xsd:documentation>Computer Equipment</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="D">
            <xsd:annotation>
                <xsd:documentation>Drugs/Narcotics</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="N">
            <xsd:annotation>
                <xsd:documentation>Not Applicable</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration A
Enumeration C
Enumeration D
Enumeration N
Collapse Derivation Tree:
Collapse References:
fbi:IncidentFactorCodeType