HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » TimeInQueueDuration | TimeInterval | TimeIntervalTypeCode | TimeOffAllowance | CandidateType »
| Parent type: |
xsd:normalizedString (derivation method: restriction)
|
| Name |
TimeOffAllowanceTypeCodeEnumType |
| Content |
- Base XSD Type: normalizedString
- value comes from list: {'PaidHoliday'|'UnpaidHoliday'|'PaidVacation'|'PaidLeave'|'UnpaidLeave'|'PersonalLeave'|'SickLeave'|'Disability'}
|
| Documentation |
Values that classify the types of time off. |
Schema Component Representation
<
xsd:simpleType name="
TimeOffAllowanceTypeCodeEnumType">
<
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>