<xsd:simpleType name="TimeOffAllowanceTypeCodeEnumType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that classify the types of time off.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="PaidHoliday" />
<xsd:enumeration value="UnpaidHoliday" />
<xsd:enumeration value="PaidVacation" />
<xsd:enumeration value="PaidLeave" />
<xsd:enumeration value="UnpaidLeave" />
<xsd:enumeration value="PersonalLeave" />
<xsd:enumeration value="SickLeave" />
<xsd:enumeration value="Disability" />
</xsd:restriction>
</xsd:simpleType>
|