<xsd:complexType name="OrganizationalUnitType">
<xsd:sequence>
<xsd:element name="OrganizationalUnitName" type="xsd:string" minOccurs="0" />
<xsd:element name="OrganizationalUnitId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="OrganizationId" type="EntityIdType" minOccurs="0" />
<xsd:element name="Description" type="xsd:string" minOccurs="0" />
<xsd:element name="IndustryCode" type="IndustryCodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="AccountingCode" type="AccountingCodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="WorkSite" type="WorkSiteType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="RelatedOrganizationalUnit" type="RelatedOrganizationalUnitType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="PersonMember" type="OrganizationalUnitPersonMemberType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="UserArea" type="UserAreaType" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="typeOfGroup" type="xsd:string" />
<xsd:attribute name="hierarchicalRole" type="HierarchicalRoleType" use="optional" />
</xsd:complexType>
|