Definition Type: ComplexType
Name: IndTerminationInfoType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EmploymentInfoTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into LastDatePaid in schema employmentinfotypes_xsd Drilldown into LastDateWorked in schema employmentinfotypes_xsd Drilldown into TerminationDate in schema employmentinfotypes_xsd Drilldown into TerminationReason in schema employmentinfotypes_xsd Drilldown into isVoluntary in schema employmentinfotypes_xsdXSD Diagram of IndTerminationInfoType in schema employmentinfotypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="IndTerminationInfoType">
    <xsd:sequence>
        <xsd:element name="TerminationReason" type="xsd:string" minOccurs="0" />
        <xsd:element name="TerminationDate" type="LocalDateType" minOccurs="0" />
        <xsd:element name="LastDateWorked" type="LocalDateType" minOccurs="0" />
        <xsd:element name="LastDatePaid" type="LocalDateType" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="isVoluntary" type="xsd:boolean" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TerminationReason hr:TerminationReason 0 (1)
TerminationDate hr:TerminationDate 0 (1)
LastDateWorked hr:LastDateWorked 0 (1)
LastDatePaid hr:LastDatePaid 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
isVoluntary hr:isVoluntary (Optional)
Collapse Derivation Tree:
Collapse References:
hr:TerminationInfo