scr:PersonEmploymentAssociationAugmentationType

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

Definition

A data type for additional information about a person employment association.

Diagram

XML Schema

<xs:complexType name="PersonEmploymentAssociationAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about a person employment association.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Organization" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:PayRateAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:BeginSalaryAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:EndSalaryAmount" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:EmployeeStarNumberID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:EmployeeBadgeNumberID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="scr:EmployeeCallNumberID" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>