scr:PhysicalEncounterAgentAssociationType

complexType PhysicalEncounterAgentAssociationType in namespace http://release.niem.gov/niem/domains/screening/4.2/

Definition

A data type for a relationship for a physical encounter between a DHS Agent and a Person.

Diagram

XML Schema

<xs:complexType name="PhysicalEncounterAgentAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship for a physical encounter between a DHS Agent and a Person.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="scr:AgentPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonEncounter" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:AgentPersonRole" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PhysicalEncounterAgentAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>