scr:InterviewStatementType

complexType InterviewStatementType in namespace http://release.niem.gov/niem/domains/screening/4.1/

Definition

A data type for a DOCUMENT resulting from a meeting between a representative of an agency of the Department of Homeland Security (DHS) and an individual.

Diagram

XML Schema

<xs:complexType name="InterviewStatementType">
<xs:annotation>
<xs:documentation>
A data type for a DOCUMENT resulting from a meeting between a representative of an agency of the Department of Homeland Security (DHS) and an individual.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="scr:StatementReviewDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:StatementSignedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:StatementText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:InterviewStatementAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>