Definition Type: ComplexType
Name: LeaveType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
ABIE Leave. Details Contains dates and other metadata describing and classifying a period of leave. OED leave, n. "(a) leave of absence, or simply leave, permission to be absent from a post of duty. (See also sick-leave.) on leave: absent from duty by permission. (b) Hence, the period of such absence."
Collapse XSD Schema Diagram:
Drilldown into WorkReturnDate in schema fields_xsd Drilldown into ScheduledWorkReturnDate in schema fields_xsd Drilldown into LastPaidDate in schema fields_xsd Drilldown into LastWorkedDate in schema fields_xsd Drilldown into LeaveStartDate in schema fields_xsd Drilldown into LeaveReasonCode in schema fields_xsd Drilldown into LeaveRemunerationCode in schema fields_xsd Drilldown into LeaveStatusCode in schema fields_xsdXSD Diagram of LeaveType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="LeaveType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">ABIE</ccts:CategoryCode>
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Leave. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains dates and other metadata describing and classifying a period of leave.  OED leave, n. 	"(a) leave of absence, or simply leave, permission to be absent from a post of duty. (See also sick-leave.) on leave: absent from duty by permission.  (b) Hence, the period of such absence."
</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="LeaveStatusCode" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Indicates whether the reported or instance of leave is currently active or a inactive.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="LeaveRemunerationCode" minOccurs="0" />
        <xsd:element ref="LeaveReasonCode" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">A code classifying the reason for the leave. This 
			element extends CodeType with an "effectiveDate" (type xsd:date). This 
			allows tracking of the date the leave reason was effective. This may have 
			utility in recordkeeping connected with medical and family leave mandates.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="LeaveStartDate" minOccurs="0" />
        <xsd:element ref="LastWorkedDate" minOccurs="0" />
        <xsd:element ref="LastPaidDate" minOccurs="0" />
        <xsd:element ref="ScheduledWorkReturnDate" minOccurs="0" />
        <xsd:element ref="WorkReturnDate" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LeaveStatusCode nsA:LeaveStatusCode 0 (1)
LeaveRemunerationCode nsA:LeaveRemunerationCode 0 (1)
LeaveReasonCode nsA:LeaveReasonCode 0 (1)
LeaveStartDate nsA:LeaveStartDate 0 (1)
LastWorkedDate nsA:LastWorkedDate 0 (1)
LastPaidDate nsA:LastPaidDate 0 (1)
ScheduledWorkReturnDate nsA:ScheduledWorkReturnDate 0 (1)
WorkReturnDate nsA:WorkReturnDate 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:Leave