Definition Type: Element
Name: Task
Namespace: http://www.openapplications.org/oagis
Type: oa:Task
Containing Schema: Meta.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Describes the business event that initiated the need for the Business Object Document to be created. Its use is optional. Although the Task may differ depending on the specific implementation, it is important to enable drill back capability. Example Tasks may be Receipt or Adjustment.
Collapse XSD Schema Diagram:
XSD Diagram of Task in schema meta_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:element name="Task" minOccurs="0">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Describes the business event that initiated the need for the Business Object Document to be created. Its use is optional. Although the Task may differ depending on the specific implementation, it is important to enable drill back capability. Example Tasks may be Receipt or Adjustment.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="Task" />
    </xs:simpleType>
</xs:element>
Collapse Derivation Tree: