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