Definition Type: ComplexType
Name: PositionBaseType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Indicative_ Position. Details Contains a collection of information relating to a position -- specifically, the restricted set of position data applicable to indicative data use cases. A job can be thought of as a template for a position. A position is an instance of a job. Jobs describe the nature of the work, whereas related positions represent the time, place and organizational structure in which a person or persons actually perform the work. Positions usually have a specific budget associated with them.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into RemunerationBasisCode in schema fields_xsd Drilldown into PositionTitle in schema fields_xsd Drilldown into PositionID in schema fields_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of PositionBaseType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PositionBaseType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Indicative_ Position. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains a collection of information relating to a position -- specifically, the restricted set of position data applicable to indicative data use cases. A job can be thought of as a template for a position. A position is an instance of a job.  Jobs describe the nature of the work, whereas related positions represent the time, place and organizational structure in which a person or persons actually perform the work. Positions usually have a specific budget associated with them.	</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="PositionID" minOccurs="0" />
        <xsd:element ref="PositionTitle" minOccurs="0" />
        <xsd:element ref="RemunerationBasisCode" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">A code classifying the primary method of payment for the associated position or employment. RemunerationBasisCode is an HR-XML closed list. Values must be support without extension or restriction.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="UserArea" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PositionID nsA:PositionID 0 (1)
PositionTitle nsA:PositionTitle 0 (1)
RemunerationBasisCode nsA:RemunerationBasisCode 0 (1)
UserArea nsA:UserArea 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:IndicativePosition