scr:PersonEncounterDocumentAssociationType
complexType PersonEncounterDocumentAssociationType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a relationship for a DOCUMENT associated with a PERSON related to a specific ENCOUNTER.
Diagram
XML Schema
<xs:complexType name="PersonEncounterDocumentAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship for a DOCUMENT associated with a PERSON related to a specific ENCOUNTER.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="nc:Document" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonEncounter" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonEncounterDocumentAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>