scr:PersonLeadAssociationType

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

Definition

A data type for a relationship between a person, their role, and a lead incident.

Diagram

XML Schema

<xs:complexType name="PersonLeadAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between a person, their role, and a lead incident.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:Lead" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonRoleCodeAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PersonLeadAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>