<xsd:complexType name="PersonEncounterType">
<xsd:annotation>
<xsd:documentation>A data type for an interface between a person of interest and a representative of the federal government.</xsd:documentation>
<xsd:appinfo>
<i:Base i:name="ActivityType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="nc:ActivityType">
<xsd:sequence>
<xsd:element ref="nc:PersonArmedIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:PersonAssaultedOfficerIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:PersonPossessCreditCardIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:PersonFraudulentIdentificationIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:PersonJuvenileClaimedIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:PersonJuvenileVerifiedIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EncounterClassification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EncounterCommentText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EncounterIdentification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:Location" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:FingerprintTakenIndicator" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|