<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>
|