Definition Type: ComplexType
Name: Invoice
Namespace: http://www.openapplications.org/oagis
Type: oa:Order
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Line in schema invoice_xsd Drilldown into Header in schema invoice_xsd Drilldown into Order in schema order_xsdXSD Diagram of Invoice in schema invoice_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="Invoice">
    <xs:complexContent>
        <xs:extension base="Order" />
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Header oa:Header 0 (1)
Line oa:Line 0 unbounded
Header oa:Header 0 (1)
Line oa:Line 0 unbounded
Collapse Derivation Tree:
Collapse References:
oa:Invoice, ia:Invoice