Definition Type: Element
Name: HROrganization
Namespace: http://www.openapplications.org/oagis
Type: oa:OrganizationalUnit
Containing Schema: Components.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
This is the organization level that personnel are assigned
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_xsd Drilldown into OrganizationalUnit in schema components_xsdXSD Diagram of HROrganization in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:element name="HROrganization" type="OrganizationalUnit" minOccurs="0" maxOccurs="unbounded">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">This is the organization level that personnel are assigned</xs:documentation>
    </xs:annotation>
</xs:element>
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: