Definition Type: ComplexType
Name: ReportsToPersonType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
A set of information identifying to whom a person within a given position or role reports. In other words, who is the supervisor. This generally is a property of "Position." Reporting relationships generally hinge on the position a person holds or a role that they play. RelationshipTypeCode might be used to distinquish a "primary" report from a "secondary" or classify the type of accountability.
Collapse XSD Schema Diagram:
Drilldown into AdditionalItem in schema components_xsd Drilldown into Communication in schema components_xsd Drilldown into RelationshipTypeCode in schema fields_xsd Drilldown into PositionTitle in schema fields_xsd Drilldown into PersonName in schema components_xsd Drilldown into PersonID in schema fields_xsdXSD Diagram of ReportsToPersonType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ReportsToPersonType">
    <xsd:annotation>
        <xsd:documentation>A set of information identifying to whom a person within a given position or role reports. In other words, who is the supervisor. This 
	generally is a property of "Position." Reporting relationships generally hinge on the position a person holds or a role that they play. RelationshipTypeCode might be used to distinquish a "primary" report from a "secondary" or classify the type of accountability.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="PersonID" minOccurs="0" />
        <xsd:element ref="PersonName" minOccurs="0" />
        <xsd:element ref="PositionTitle" minOccurs="0" />
        <xsd:element ref="RelationshipTypeCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Communication" 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
PersonID nsA:PersonID 0 (1)
PersonName nsA:PersonName 0 (1)
PositionTitle nsA:PositionTitle 0 (1)
RelationshipTypeCode nsA:RelationshipTypeCode 0 unbounded
Communication nsA:Communication 0 unbounded
AdditionalItem nsA:AdditionalItem 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:ReportsToPerson