<xsd:complexType name="EmploymentHistoryType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
<ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Employment History. Details</ccts:DictionaryEntryName>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">The prior and current details of a person's employment, work, or relevant experience such as might be reported within
a professional profile, CV, resume, employment application, or similar document.</ccts:DefinitionText>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="EmploymentHistoryID" minOccurs="0" />
<xsd:element ref="EmployerHistory" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Details of a particular tenure of employment or work with an organization.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|