jp2-0:DocumentIntelligenceCategoryCodeSimpleType
simpleType DocumentIntelligenceCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/jp2-0/5.0/
Definition
A data type for natures or genres of a document or resource.
Diagram
Enumerations
| Value | Definition |
| CI | Counterintelligence |
| COMINT | communications intelligence |
| ELINT | electronic intelligence |
| FISINT | foreign instrumentation signals intelligence |
| GEOINT | Geospatial Intelligence |
| HUMINT | Human Intelligence |
| IMINT | imagery intelligence |
| MASINT | Measurement and Signature Intelligence |
| OSINT | Open-Source Intelligence |
| SIGINT | Signals Intelligence |
| TECHINT | Technical Intelligence |
XML Schema
<xs:simpleType name="DocumentIntelligenceCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for natures or genres of a document or resource.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="CI">
<xs:annotation>
<xs:documentation>
Counterintelligence</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="COMINT">
<xs:annotation>
<xs:documentation>
communications intelligence</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ELINT">
<xs:annotation>
<xs:documentation>
electronic intelligence</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FISINT">
<xs:annotation>
<xs:documentation>
foreign instrumentation signals intelligence</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GEOINT">
<xs:annotation>
<xs:documentation>
Geospatial Intelligence</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="HUMINT">
<xs:annotation>
<xs:documentation>
Human Intelligence</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IMINT">
<xs:annotation>
<xs:documentation>
imagery intelligence</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MASINT">
<xs:annotation>
<xs:documentation>
Measurement and Signature Intelligence</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OSINT">
<xs:annotation>
<xs:documentation>
Open-Source Intelligence</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SIGINT">
<xs:annotation>
<xs:documentation>
Signals Intelligence</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TECHINT">
<xs:annotation>
<xs:documentation>
Technical Intelligence</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>