intel:SubjectHandlingType
complexType SubjectHandlingType in namespace http://release.niem.gov/niem/domains/intelligence/4.2/
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:extension base="structures:ObjectType">
<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>