Definition Type: ComplexType
Name: EmploymentPeriodType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Employment Period. Details Provides flexible options for representing employment period data.
Collapse XSD Schema Diagram:
Drilldown into CurrentIndicator in schema fields_xsd Drilldown into EndDate in schema fields_xsd Drilldown into StartDate in schema fields_xsdXSD Diagram of EmploymentPeriodType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EmploymentPeriodType">
    <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 Period. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Provides flexible options for representing employment period data.</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="StartDate" minOccurs="0" />
        <xsd:element ref="EndDate" minOccurs="0" />
        <xsd:element ref="CurrentIndicator" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartDate nsA:StartDate 0 (1)
EndDate nsA:EndDate 0 (1)
CurrentIndicator nsA:CurrentIndicator 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:EmploymentPeriod