Definition Type: ComplexType
Name: InvoiceHeaderType
Namespace: http://www.openapplications.org/oagis/9
Type: nsA:HeaderType
Containing Schema: Invoice.xsd
Abstract
Documentation:
The InvoiceHeader type supports summary amounts for line items, charges and allowances.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Allowance in schema components_xsd Drilldown into Charge in schema components_xsd Drilldown into Tax in schema components_xsd Drilldown into PaymentTerm in schema components_xsd Drilldown into ContractReference in schema components_xsd Drilldown into PurchaseOrderReference in schema components_xsd Drilldown into ReasonCode in schema fields_xsd Drilldown into Party in schema components_xsd Drilldown into RemitToParty in schema components_xsd Drilldown into CustomerParty in schema components_xsd Drilldown into SupplierParty in schema components_xsd Drilldown into TotalAmount in schema fields_xsd Drilldown into ExtendedAmount in schema fields_xsd Drilldown into Attachment in schema components_xsd Drilldown into DocumentReference in schema components_xsd Drilldown into ReferencesGroup in schema components_xsd Drilldown into Note in schema fields_xsd Drilldown into Description in schema fields_xsd Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into DocumentDateTime in schema fields_xsd Drilldown into LastModificationDateTime in schema fields_xsd Drilldown into AlternateDocumentID in schema components_xsd Drilldown into DocumentID in schema components_xsd Drilldown into DocumentIDsGroup in schema components_xsd Drilldown into HeaderType in schema components_xsdXSD Diagram of InvoiceHeaderType in schema invoice_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="InvoiceHeaderType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">The InvoiceHeader type supports summary amounts for line items, charges and allowances.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="HeaderType">
            <xsd:sequence>
                <xsd:element ref="ExtendedAmount" minOccurs="0" />
                <xsd:element ref="TotalAmount" minOccurs="0" />
                <xsd:element ref="SupplierParty" minOccurs="0" />
                <xsd:element ref="CustomerParty" minOccurs="0" />
                <xsd:element ref="RemitToParty" minOccurs="0" />
                <xsd:element ref="Party" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="ReasonCode" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation source="http://www.openapplications.org/oagis/9">A code for the invoice.Example: Special allowance for preferred customers.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element ref="PurchaseOrderReference" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="ContractReference" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="PaymentTerm" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="Tax" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="Charge" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="Allowance" minOccurs="0" maxOccurs="unbounded" />
                <xsd:element ref="UserArea" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentID nsA:DocumentID 0 (1)
AlternateDocumentID nsA:AlternateDocumentID 0 unbounded
LastModificationDateTime nsA:LastModificationDateTime 0 (1)
DocumentDateTime nsA:DocumentDateTime 0 (1)
Description nsA:Description 0 unbounded
Note nsA:Note 0 unbounded
DocumentReference nsA:DocumentReference 0 unbounded
Attachment nsA:Attachment 0 unbounded
ExtendedAmount nsA:ExtendedAmount 0 (1)
TotalAmount nsA:TotalAmount 0 (1)
SupplierParty nsA:SupplierParty 0 (1)
CustomerParty nsA:CustomerParty 0 (1)
RemitToParty nsA:RemitToParty 0 (1)
Party nsA:Party 0 unbounded
ReasonCode nsA:ReasonCode 0 (1)
PurchaseOrderReference nsA:PurchaseOrderReference 0 unbounded
ContractReference nsA:ContractReference 0 unbounded
PaymentTerm nsA:PaymentTerm 0 unbounded
Tax nsA:Tax 0 unbounded
Charge nsA:Charge 0 unbounded
Allowance nsA:Allowance 0 unbounded
UserArea nsA:UserArea 0 (1)
<xs:group> nsA:DocumentIDsGroup (1) (1)
<xs:group> nsA:FreeFormTextGroup (1) (1)
<xs:group> nsA:ReferencesGroup (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:InvoiceHeader