<xsd:complexType name="TerminationType">
<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">Termination. Details</ccts:DictionaryEntryName>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains a collection of information describing the reason for a employment terminiation and dates associated with it.
</ccts:DefinitionText>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="VoluntaryTerminationIndicator" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Indicates whether or not the termination was a decision of the employee or was an action directed by the employee. Further clarification usually would be provided in a termination reason.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="TerminationReasonCode" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">A code from a trading partner or other controlled vocabulary classifying the reason for the termination.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="TerminationDate" minOccurs="0" />
<xsd:element ref="LastWorkedDate" minOccurs="0" />
<xsd:element ref="LastPaidDate" minOccurs="0" />
<xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|