nc:PersonWorkerAssociationType
complexType PersonWorkerAssociationType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for an association between a person and a person assigned to do work for or on behalf of that person.
Diagram
XML Schema
<xs:complexType name="PersonWorkerAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a person and a person assigned to do work for or on behalf of that person.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonWorker" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Activity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonWorkerAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>