<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>
|