nc:EmploymentAssociationType

complexType EmploymentAssociationType in namespace http://release.niem.gov/niem/niem-core/5.0/

Definition

A data type for an association between an employee and an employer.

Diagram

XML Schema

<xs:complexType name="EmploymentAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between an employee and an employer.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:Employee" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Employer" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeAssignmentAssociation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeContactInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeFullTimeIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeHoursFixedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeHoursDailyQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeHoursWeeklyQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeHoursMonthlyQuantity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmploymentLengthAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmploymentLocation" 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:EmployeePayAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeePayHourlyIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeePosition" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeRankAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeSchedule" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeScheduleFixedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:EmployeeShiftAbstract" 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:EmploymentAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>