Definition Type: ComplexType
Name: OrganizationalUnit
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into RelatedUnit in schema components_xsd Drilldown into Name in schema components_xsd Drilldown into Function in schema components_xsd Drilldown into Id in schema components_xsdXSD Diagram of OrganizationalUnit in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id oa:Id 0 (1)
Function oa:Function 0 (1)
Name oa:Name 0 (1)
RelatedUnit oa:RelatedUnit 0 unbounded
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:Businessoa:HROrganization, oa:Unit,