nc:PersonEmploymentAssociationType
complexType PersonEmploymentAssociationType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for an association between a person and an employment.
Diagram
XML Schema
<xs:complexType name="PersonEmploymentAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a person and an employment.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="nc:Employee" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Employer" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeDepartmentName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeePositionName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeOccupationAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeOccupationCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeRankText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmploymentContactInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmploymentLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeShiftText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeEarningsRateText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmploymentStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeSupervisor" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonEmploymentAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>