intel:AgencyInterestCategoryType

complexType AgencyInterestCategoryType in namespace http://release.niem.gov/niem/domains/intelligence/4.1/

Definition

A data type for a groupings of persons by the reason they are of interest to intelligence.

Diagram

XML Schema

<xs:complexType name="AgencyInterestCategoryType">
<xs:annotation>
<xs:documentation>
A data type for a groupings of persons by the reason they are of interest to intelligence.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="intel:SubjectCategoryCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="intel:FBIECRCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="intel:StateINACodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="intel:AgencyInterestOtherCategory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="intel:AgencyInterestCategoryAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>