Definition Type: ComplexType
Name: HireType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Hire. Details Contains a collection of information describing the start of an employment relationship between a person and an employer.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Comment in schema fields_xsd Drilldown into DutyEntryDate in schema fields_xsd Drilldown into AdjustedHireDate in schema fields_xsd Drilldown into OriginalHireDate in schema fields_xsd Drilldown into HireDate in schema fields_xsd Drilldown into HireTypeCode in schema fields_xsdXSD Diagram of HireType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="HireType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Hire. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains a collection of information describing the start
				of an employment relationship between a person and an employer.</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="HireTypeCode" minOccurs="0" />
        <xsd:element ref="HireDate" minOccurs="0" />
        <xsd:element ref="OriginalHireDate" minOccurs="0" />
        <xsd:element ref="AdjustedHireDate" minOccurs="0" />
        <xsd:element ref="DutyEntryDate" minOccurs="0" />
        <xsd:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
HireTypeCode nsA:HireTypeCode 0 (1)
HireDate nsA:HireDate 0 (1)
OriginalHireDate nsA:OriginalHireDate 0 (1)
AdjustedHireDate nsA:AdjustedHireDate 0 (1)
DutyEntryDate nsA:DutyEntryDate 0 (1)
Comment nsA:Comment 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:Hire