Definition Type: ComplexType
Name: GetInvoiceDataArea
Namespace: http://www.openapplications.org/oagis
Type: oa:DataArea
Containing Schema: GetInvoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Invoice in schema invoice_xsd Drilldown into Get in schema get_xsd Drilldown into DataArea in schema meta_xsdXSD Diagram of GetInvoiceDataArea in schema getinvoice_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="GetInvoiceDataArea">
    <xs:complexContent>
        <xs:extension base="DataArea">
            <xs:sequence>
                <xs:element ref="Get" />
                <xs:element ref="Invoice" maxOccurs="unbounded" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Get oa:Get (1) (1)
Invoice oa:Invoice (1) unbounded
Collapse Derivation Tree:
Collapse References:
oa:DataArea