<xsd:complexType name="RelatedOrganizationUnitType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Provides a means to reference another associated organization unit and to specify a relationship. This usually would be used to refer to an organization other than the immediate parent organization.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="OrganizationUnitID" minOccurs="0" />
<xsd:element ref="OrganizationName" minOccurs="0" />
<xsd:element ref="OrganizationRelationshipCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|