Definition Type: ComplexType
Name: IndRetirementInfoType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EmployeeInfoTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into FirstDayOfRetirementDate in schema employeeinfotypes_xsd Drilldown into IntendedRetirementDate in schema employeeinfotypes_xsd Drilldown into Organization in schema employeeinfotypes_xsdXSD Diagram of IndRetirementInfoType in schema employeeinfotypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="IndRetirementInfoType">
    <xsd:sequence>
        <xsd:element name="Organization" type="IndOrganizationRefType" minOccurs="0" />
        <xsd:element name="IntendedRetirementDate" type="LocalDateType" minOccurs="0" />
        <xsd:element name="FirstDayOfRetirementDate" type="LocalDateType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Organization hr:Organization 0 (1)
IntendedRetirementDate hr:IntendedRetirementDate 0 (1)
FirstDayOfRetirementDate hr:FirstDayOfRetirementDate 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:RetirementInfo