Definition Type: Element
Name: Component
Namespace: http://www.openapplications.org/oagis
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Meta.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Provides a finer level of control than Logical Identifier and represents the business application that issued the Business Object Document. Its use is optional. The Open Applications Group has not constructed the list of valid Component names. A suggestion for naming is to use the application component names used in the scenario diagrams in section two of OAGIS. Example Components may be Inventory, or Payroll.
Collapse XSD Schema Diagram:
XSD Diagram of Component in schema meta_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:element name="Component" type="xs:string" minOccurs="0">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Provides a finer level of control than Logical Identifier and represents the business application that issued the Business Object Document.  Its use is optional.

The Open Applications Group has not constructed the list of valid Component names.  A suggestion for naming is to use the application component names used in the scenario diagrams in section two of OAGIS. Example Components may be Inventory, or Payroll.</xs:documentation>
    </xs:annotation>
</xs:element>