Definition Type: Element
Name: HROrganization
Namespace: http://www.openapplications.org/oagis
Type: nsC:OrganizationalUnit
Containing Schema: Invoice.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 invoice_xsd Drilldown into RelatedUnit in schema invoice_xsd Drilldown into Name in schema invoice_xsd Drilldown into Function in schema invoice_xsd Drilldown into Id in schema invoice_xsd Drilldown into OrganizationalUnit in schema invoice_xsdXSD Diagram of HROrganization in schema invoice_xsd (HR-XML - Human Resources XML)
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 nsC:Id 0 (1)
Function nsC:Function 0 (1)
Name nsC:Name 0 (1)
RelatedUnit nsC:RelatedUnit 0 unbounded
UserArea nsC:UserArea 0 (1)
Collapse Derivation Tree: