Definition Type: ComplexType
Name: AnyLeaveType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: JPLocalizations.xsd
Abstract
Documentation:
Used for replacement for a employee of a maternity leave or child-care leave / family-care leave
Collapse XSD Schema Diagram:
Drilldown into ExpectedEndDate in schema jplocalizations_xsd Drilldown into StartDate in schema jplocalizations_xsd Drilldown into WorkContents in schema jplocalizations_xsd Drilldown into ReplacedPerson in schema jplocalizations_xsdXSD Diagram of AnyLeaveType in schema jplocalizations_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AnyLeaveType">
    <xsd:annotation>
        <xsd:documentation>Used for replacement for a employee of a maternity leave or child-care leave / family-care leave</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="ReplacedPerson" type="xsd:string" />
        <xsd:element name="WorkContents" type="xsd:string" />
        <xsd:element name="StartDate" type="xsd:date" />
        <xsd:element name="ExpectedEndDate" type="xsd:date" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ReplacedPerson hr:ReplacedPerson (1) (1)
WorkContents hr:WorkContents (1) (1)
StartDate hr:StartDate (1) (1)
ExpectedEndDate hr:ExpectedEndDate (1) (1)
Collapse Derivation Tree:
Collapse References:
hr:Leave