Definition Type: ComplexType
Name: InvoiceType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InvoiceLine in schema invoice_xsd Drilldown into InvoiceHeader in schema invoice_xsd Drilldown into type in schema invoice_xsdXSD Diagram of InvoiceType in schema invoice_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="InvoiceType">
    <xsd:sequence>
        <xsd:element ref="InvoiceHeader" minOccurs="0" />
        <xsd:element ref="InvoiceLine" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="type" type="NormalizedStringType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InvoiceHeader nsA:InvoiceHeader 0 (1)
InvoiceLine nsA:InvoiceLine 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type nsA:type (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:Invoice