intel:SubjectHandlingType

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

Definition

A data type for an action for the designated agency to take on contact with the person.

Diagram

XML Schema

<xs:complexType name="SubjectHandlingType">
<xs:annotation>
<xs:documentation>
A data type for an action for the designated agency to take on contact with the person.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="intel:SubjectHandlingAgencyName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="intel:SubjectHandlingCodeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="intel:SubjectHandlingDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="intel:SubjectHandlingAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>