<xsd:complexType name="OrganizationUnitType">
<xsd:annotation>
<xsd:documentation>Contains a collection of information about an organization or sub-entity thereof. Allows for the specification of parent and related organization units.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="OrganizationUnitID" minOccurs="0" />
<xsd:element ref="OrganizationUnitName" minOccurs="0" />
<xsd:element ref="OrganizationLevelCode" minOccurs="0" />
<xsd:element ref="TypeCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ParentOrganizationUnit" minOccurs="0" />
<xsd:element ref="RelatedOrganizationUnit" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="MemberPosition" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|