Definition Type: Element
Name: Termination
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StockPlanParticipant.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into Reason in schema stockplanparticipant_xsd Drilldown into Date in schema stockplanparticipant_xsdXSD Diagram of Termination in schema stockplanparticipant_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Termination" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Date" type="LocalDateType" />
            <xsd:element name="Reason" type="xsd:string" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Date hr:Date (1) (1)
Reason hr:Reason (1) (1)