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