<xsd:complexType name="PersonEmploymentAssociationType">
<xsd:annotation>
<xsd:documentation>A data type for an association between a person and an employment.</xsd:documentation>
<xsd:appinfo>
<i:Base i:name="AssociationType" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="nc:AssociationType">
<xsd:sequence>
<xsd:element ref="nc:EmployeeReference" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:Employer" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmployeeDepartmentName" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmployeePositionName" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmployeeOccupation" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmployeeOccupationCategory" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmployeeRankText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmployeeIdentification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmploymentContactInformationReference" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmploymentLocationReference" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmployeeShiftText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmployeeEarningsRateText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmploymentStatus" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:EmployeeSupervisorReference" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|