<xsd:complexType name="ParentOrganizationUnitType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Contains information about the immediate parent unit organization (versus ultimate parent orgranization).</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="ID" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Note that this can be thought of as a Node ID. An identifier that may be useful for managing the information within this node.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="OrganizationUnitID" minOccurs="0" />
<xsd:element ref="OrganizationName" minOccurs="0" />
<xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|