HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » TimeCardAllowanceType | TimeCardPayRate | TimeCardReportedItemType | TimeCardStatusCode | CandidateType »
| Parent type: |
xsd:normalizedString (derivation method: restriction)
|
| Name |
TimeCardStatusCodeEnumType |
| Content |
- Base XSD Type: normalizedString
- value comes from list: {'Raw'|'Processed'|'Submitted'|'Rejected'|'Approved'|'Final'|'Open'|'Adjusted'}
|
| Documentation |
A set of codes classifying the status of a TimeCard. |
Schema Component Representation
<
xsd:simpleType name="
TimeCardStatusCodeEnumType">
<
xsd:restriction base="
xsd:normalizedString">
<xsd:enumeration value="Raw"/>
<xsd:enumeration value="Processed"/>
<xsd:enumeration value="Submitted"/>
<xsd:enumeration value="Rejected"/>
<xsd:enumeration value="Approved"/>
<xsd:enumeration value="Final"/>
<xsd:enumeration value="Open"/>
<xsd:enumeration value="Adjusted"/>
</
xsd:restriction>
</
xsd:simpleType>