Definition Type: Element
Name: Business
Namespace: http://www.openapplications.org/oagis
Type: nsC:OrganizationalUnit
Containing Schema: Invoice.xsd
Abstract
Documentation:
This is used to identify the buisness entity that is involved in a transaction. The structure of the business entity is represented within here. Each application may have a different aproach to defining this entity
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 Business in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:element name="Business" type="OrganizationalUnit">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">This is used to identify the buisness entity that is involved in a transaction. The structure of the business entity is represented within here. Each application may have a different aproach to defining this entity</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: