Definition Type: Element
Name: DataArea
Namespace: http://www.openapplications.org/oagis/9
Type: nsA:CancelSalesOrderDataAreaType
Containing Schema: CancelSalesOrder.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Is where the information that the BOD message carries is provided, in this case CancelSalesOrder. The information consists of a Verb and one or more Nouns. The verb (Cancel) indicates the action to be performed on the Noun (SalesOrder).
Collapse XSD Schema Diagram:
Drilldown into SalesOrder in schema salesorder_xsd Drilldown into Cancel in schema meta_xsd Drilldown into CancelSalesOrderDataAreaType in schema cancelsalesorder_xsdXSD Diagram of DataArea in schema cancelsalesorder_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:element name="DataArea" type="CancelSalesOrderDataAreaType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">Is where the information that the BOD message carries is provided, in this case CancelSalesOrder. The information consists of a Verb and one or more Nouns. The verb (Cancel) indicates the action to be performed on the Noun (SalesOrder).</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Cancel nsA:Cancel (1) (1)
SalesOrder nsA:SalesOrder (1) unbounded
Collapse Derivation Tree: