Definition Type: ComplexType
Name: FreeFormPeriodType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
FreeForm Period Date. Details Provides FreeForm options for representing period data. Recruiting, employment screening, and similar HR processes often rely on information sourced from word processing documents, web forms, paper, third-parties, and human memory. Data quality and consistency is a frequent problem. FreeForm Period Date Details is intended to give implementers choices for accomodating date information provided with varying quality and precision.
Collapse XSD Schema Diagram:
Drilldown into Description in schema fields_xsd1 Drilldown into EndDate in schema fields_xsd Drilldown into StartDate in schema fields_xsdXSD Diagram of FreeFormPeriodType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="FreeFormPeriodType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">FreeForm Period Date. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Provides FreeForm options for representing period data.</ccts:DefinitionText>
            <ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Recruiting, employment  screening, and similar HR processes often rely on information sourced from word processing documents, web forms, paper, third-parties, and human memory.  Data quality and consistency is a frequent problem. FreeForm Period Date Details is intended to give implementers choices for accomodating date information provided with varying quality and precision. </ccts:UsageRule>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="StartDate" minOccurs="0" />
        <xsd:element ref="EndDate" minOccurs="0" />
        <xsd:element ref="oa:Description" 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)
Description oa:Description 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:AttendancePeriod, nsA:BalancePeriod, nsA:BusyPeriod, nsA:CriminalProbationPeriod, nsA:FreeFormPeriod, nsA:IncarcerationPeriod, nsA:PositionPeriod, nsA:ServicePeriod