nc:EncounterClassificationType
complexType EncounterClassificationType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a kind of encounter between a person or item of interest and a governmental element, such as an organization, official or surveillance system.
Diagram
XML Schema
<xs:complexType name="EncounterClassificationType">
<xs:annotation>
<xs:documentation>
A data type for a kind of encounter between a person or item of interest and a governmental element, such as an organization, official or surveillance system.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="nc:EncounterCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EncounterClassificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>