Definition Type: Element
Name: Business
Namespace: http://www.openapplications.org/oagis
Type: oa:OrganizationalUnit
Containing Schema: Components.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 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 Business in schema components_xsd (Open Applications Group (OAGIS))
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 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: