scr:AgentAssociationType

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

Definition

A data type for a relationship between a Person and a Person Role

Diagram

XML Schema

<xs:complexType name="AgentAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between a Person and a Person Role
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="scr:AgentPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:AgentPersonRole" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:AgentAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>