simpleType "EmploymentStatus"
Namespace:
Defined:
globally in dPersonnel_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"1531001"
 - 
Full Time Paid Employee
"1531003"
 - 
Part Time Paid Employee
"1531005"
 - 
Volunteer
"1531007"
 - 
Neither an Employee Nor a Volunteer

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Personnel's Employment Status for this Agency.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EmploymentStatus
Derivation:
restriction of xs:string
Facets:
enumeration:
"1531001"
 - 
Full Time Paid Employee
"1531003"
 - 
Part Time Paid Employee
"1531005"
 - 
Volunteer
"1531007"
 - 
Neither an Employee Nor a Volunteer
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="EmploymentStatus">
<xs:restriction base="xs:string">
<xs:enumeration value="1531001"/>
<xs:enumeration value="1531003"/>
<xs:enumeration value="1531005"/>
<xs:enumeration value="1531007"/>
</xs:restriction>
</xs:simpleType>