HR-XML 3.0 Standards, 2009  September  23.

Menu: [ Guidelines  |  BODs  |  Nouns  |  Global Elements  |  WSDL  |  Packages  |  Code Lists  |  Master Index ]

Element: ReportsToPerson

Name ReportsToPerson
Type ReportsToPersonType
Documentation (of type) 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.
XML Instance Representation
<ReportsToPerson>

< PersonID> ... </ PersonID> [0..1]
< PersonName> ... </ PersonName> [0..1]
< PositionTitle> ... </ PositionTitle> [0..1]
< RelationshipTypeCode> ... </ RelationshipTypeCode> [0..*]
< Communication> ... </ Communication> [0..*]
< AdditionalItem> ... </ AdditionalItem> [0..*]
</ReportsToPerson>
Schema Component Representation
<xsd:element name="ReportsToPerson" type=" ReportsToPersonType"/>