Definition Type: ComplexType
Name: InvoiceHeader
Namespace: http://www.openapplications.org/oagis
Type: nsC:OrderHeader
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 invoice_xsd Drilldown into Tax in schema invoice_xsd Drilldown into Allowance in schema invoice_xsd Drilldown into TotalTax in schema invoice_xsd Drilldown into TotalCharges in schema invoice_xsd Drilldown into TotalAllowance in schema invoice_xsd Drilldown into PaymentMethod in schema invoice_xsd Drilldown into Reason in schema invoice_xsd Drilldown into Type in schema invoice_xsd Drilldown into Parties in schema invoice_xsd Drilldown into Distribution in schema invoice_xsd Drilldown into Charges in schema invoice_xsd Drilldown into PaymentTerms in schema invoice_xsd Drilldown into TransportationTerm in schema invoice_xsd Drilldown into TotalAmount in schema invoice_xsd Drilldown into ExtendedPrice in schema invoice_xsd Drilldown into PromisedShipDate in schema invoice_xsd Drilldown into PromisedDeliveryDate in schema invoice_xsd Drilldown into NeedDeliveryDate in schema invoice_xsd Drilldown into EarliestShipDate in schema invoice_xsd Drilldown into ReasonCode in schema invoice_xsd Drilldown into Priority in schema invoice_xsd Drilldown into ShipPriorToDueDateInd in schema invoice_xsd Drilldown into BackOrderedInd in schema invoice_xsd Drilldown into DropShipInd in schema invoice_xsd Drilldown into ShipNote in schema invoice_xsd Drilldown into FreightClass in schema invoice_xsd Drilldown into License in schema invoice_xsd Drilldown into TaxWithholdingExempt in schema invoice_xsd Drilldown into SpecialPriceAuthorization in schema invoice_xsd Drilldown into OrderStatus in schema invoice_xsd Drilldown into Attachments in schema invoice_xsd Drilldown into DocumentReferences in schema invoice_xsd Drilldown into Note in schema invoice_xsd Drilldown into Description in schema invoice_xsd Drilldown into DocumentDateTime in schema invoice_xsd Drilldown into LastModificationDateTime in schema invoice_xsd Drilldown into Status in schema invoice_xsd Drilldown into DocumentIds in schema invoice_xsd Drilldown into DocumentOrderHeader in schema invoice_xsd Drilldown into OrderHeader in schema invoice_xsdXSD Diagram of InvoiceHeader in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="InvoiceHeader">
    <xs:annotation>
        <xs:documentation>The InvoiceHeader type supports summary amounts for line items, charges and allowances.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="OrderHeader">
            <xs:sequence>
                <xs:element name="Type" type="InvoiceType" minOccurs="0">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">Represents the type of invoice.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="Reason" type="Reason" minOccurs="0" maxOccurs="unbounded">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">A free form description of the reason for this invoice.
<p />
Example: Special allowance for preferred customers.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="PaymentMethod" type="PaymentMethod" minOccurs="0" maxOccurs="unbounded">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">The method of payment.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="TotalAllowance" type="Amount" minOccurs="0">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">Represents the grand total of all allowances both from line items and header itemizations.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="TotalCharges" type="Amount" minOccurs="0">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">Represents the grand total of all charges, both from line items and header itemizations.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="TotalTax" type="Amount" minOccurs="0">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">The grand total of all taxes, both from the line items and header itemizations.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element ref="Allowance" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="Tax" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="UserArea" minOccurs="0" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentIds nsC:DocumentIds 0 (1)
Status nsC:Status 0 (1)
LastModificationDateTime nsC:LastModificationDateTime 0 (1)
DocumentDateTime nsC:DocumentDateTime 0 (1)
Description nsC:Description 0 unbounded
Note nsC:Note 0 unbounded
DocumentReferences nsC:DocumentReferences 0 (1)
Attachments nsC:Attachments 0 (1)
DocumentIds nsC:DocumentIds 0 (1)
LastModificationDateTime nsC:LastModificationDateTime 0 (1)
DocumentDateTime nsC:DocumentDateTime 0 (1)
Description nsC:Description 0 unbounded
Note nsC:Note 0 unbounded
DocumentReferences nsC:DocumentReferences 0 (1)
Attachments nsC:Attachments 0 (1)
OrderStatus nsC:OrderStatus 0 (1)
SpecialPriceAuthorization nsC:SpecialPriceAuthorization 0 (1)
TaxWithholdingExempt nsC:TaxWithholdingExempt 0 (1)
License nsC:License 0 unbounded
FreightClass nsC:FreightClass 0 (1)
ShipNote nsC:ShipNote 0 unbounded
DropShipInd nsC:DropShipInd 0 (1)
BackOrderedInd nsC:BackOrderedInd 0 (1)
ShipPriorToDueDateInd nsC:ShipPriorToDueDateInd 0 (1)
Priority nsC:Priority 0 (1)
ReasonCode nsC:ReasonCode 0 (1)
EarliestShipDate nsC:EarliestShipDate 0 (1)
NeedDeliveryDate nsC:NeedDeliveryDate 0 (1)
PromisedDeliveryDate nsC:PromisedDeliveryDate 0 (1)
PromisedShipDate nsC:PromisedShipDate 0 (1)
ExtendedPrice nsC:ExtendedPrice 0 2
TotalAmount nsC:TotalAmount 0 2
TransportationTerm nsC:TransportationTerm 0 (1)
PaymentTerms nsC:PaymentTerms 0 unbounded
Charges nsC:Charges 0 (1)
Distribution nsC:Distribution 0 unbounded
Parties nsC:Parties 0 (1)
Type nsC:Type 0 (1)
Reason nsC:Reason 0 unbounded
PaymentMethod nsC:PaymentMethod 0 unbounded
TotalAllowance nsC:TotalAllowance 0 (1)
TotalCharges nsC:TotalCharges 0 (1)
TotalTax nsC:TotalTax 0 (1)
Allowance nsC:Allowance 0 unbounded
Tax nsC:Tax 0 unbounded
UserArea nsC:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:Header