<xsd:complexType name="InterviewEncounterType">
<xsd:annotation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/niem-core/2.0" i:name="PersonEncounterType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="nc:PersonEncounterType">
<xsd:sequence>
<xsd:element ref="scr:RecordingMethodText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:StatementIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:TransportTimeText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:UnverifiedParticipantName" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="scr:InterviewStatement" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|