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