Definition Type: ComplexType
Name: ReportsToPositionType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Contains information describing the primary position to which a give position reports. "RelatedPosition" can be used to describe relationships with multiple other positions.
Collapse XSD Schema Diagram:
Drilldown into AdditionalItem in schema components_xsd Drilldown into RelationshipTypeCode in schema fields_xsd Drilldown into PositionTypeCode in schema fields_xsd Drilldown into PositionTitle in schema fields_xsd Drilldown into PositionID in schema fields_xsdXSD Diagram of ReportsToPositionType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ReportsToPositionType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Contains information describing the primary position to which a give position reports. "RelatedPosition" can be used to describe relationships with multiple other positions.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="PositionID" minOccurs="0" />
        <xsd:element ref="PositionTitle" minOccurs="0" />
        <xsd:element ref="PositionTypeCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="RelationshipTypeCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PositionID nsA:PositionID 0 (1)
PositionTitle nsA:PositionTitle 0 (1)
PositionTypeCode nsA:PositionTypeCode 0 unbounded
RelationshipTypeCode nsA:RelationshipTypeCode 0 unbounded
AdditionalItem nsA:AdditionalItem 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:ReportsToPosition