intel:AgencyInterestOtherCategoryType
complexType AgencyInterestOtherCategoryType in namespace http://release.niem.gov/niem/domains/intelligence/4.2/
Definition
A data type for a details that describe an additional person-categorization system that groups of people by the reason they are of interest to intelligence.
Diagram
XML Schema
<xs:complexType name="AgencyInterestOtherCategoryType">
<xs:annotation>
<xs:documentation>
A data type for a details that describe an additional person-categorization system that groups of people by the reason they are of interest to intelligence.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="intel:AgencyInterestCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="intel:AgencyInterestCategoryCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="intel:AgencyInterestCategoryDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="intel:AgencyInterestOtherCategoryAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>