Definition Type: Element
Name: DataArea
Namespace: http://www.openapplications.org/oagis
Type: oa:SyncInvoiceDataArea
Containing Schema: SyncInvoice.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
Is where the information that the BOD message carries is provided, in this case SyncInvoice. The information consists of a Verb and one or more Nouns. The verb (Sync) indicates the action to be performed on the Noun (Invoice).
Collapse XSD Schema Diagram:
Drilldown into Invoice in schema invoice_xsd Drilldown into Sync in schema sync_xsd Drilldown into DataArea in schema meta_xsd Drilldown into SyncInvoiceDataArea in schema syncinvoice_xsdXSD Diagram of DataArea in schema syncinvoice_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:element name="DataArea" type="SyncInvoiceDataArea">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Is where the information that the BOD message carries is provided, in this case SyncInvoice. The information consists of a Verb and one or more Nouns. The verb (Sync) 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
Sync oa:Sync (1) (1)
Invoice oa:Invoice (1) unbounded
Collapse Derivation Tree: