nc:PersonEncounterType

complexType PersonEncounterType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for an encounter between a person of interest and a governmental element, such as an organization, official or surveillance system.

Diagram

XML Schema

<xs:complexType name="PersonEncounterType">
<xs:annotation>
<xs:documentation>
A data type for an encounter between a person of interest and a governmental element, such as an organization, official or surveillance system.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:PersonArmedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonAssaultedOfficerIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonPossessCreditCardIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonFraudulentIdentificationIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonJuvenileClaimedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonJuvenileVerifiedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EncounterClassification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EncounterCommentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:FingerprintTakenIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonEncounterLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonEncounterAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>