<xs:complexType name="OrganizationalUnit">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">A fully generic means of identifying an organizational unit. Can be an actual business unit (at any level) or an area of responsibility. Each is described with respect to others, via the ProximalUnit construct.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Id" type="OrganizationalUnitId" minOccurs="0" />
<xs:element name="Function" type="OrganizationalUnitName" minOccurs="0" />
<xs:element name="Name" type="Name" minOccurs="0" />
<xs:element name="RelatedUnit" type="RelatedUnitType" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="UserArea" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|