scr:PersonEncounterAssociationType
complexType PersonEncounterAssociationType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a relationship of a PERSON of interest to a specific ENCOUNTER with a representative of the federal government.
Diagram
XML Schema
<xs:complexType name="PersonEncounterAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship of a PERSON of interest to a specific ENCOUNTER with a representative of the federal government.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="scr:EncounterMethodKind" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonEncounterCategory" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonEncounter" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonEncounterAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>