scr:InterviewEncounterType
complexType InterviewEncounterType in namespace http://release.niem.gov/niem/domains/screening/4.0/
Definition
A data type for a meeting between one or more representatives of an agency of the Department of Homeland Security (DHS) and a PERSON who is being interviewed.
Diagram
XML Schema
<xs:complexType name="InterviewEncounterType">
<xs:annotation>
<xs:documentation>
A data type for a meeting between one or more representatives of an agency of the Department of Homeland Security (DHS) and a PERSON who is being interviewed.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:PersonEncounterType">
<xs:sequence>
<xs:element ref="scr:RecordingMethodText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:StatementIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:TransportTimeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:UnverifiedParticipantName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:InterviewStatement" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:InterviewEncounterAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>