Definition Type: Element
Name: PaymentTerms
Namespace: http://www.openapplications.org/oagis
Type: nsC:PaymentTerms
Containing Schema: Invoice.xsd
Abstract
Documentation:
Identifies the payment terms for an Order or Invoice. Supports the abiility to specify an absolute due date, a number of days from a start daye, a percent discount or an absolute discount. A common term like "Net30Days" is explicitly code as either a calculated DueDateTime or a PaymentTermsDateTime and NumberOfDays.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema invoice_xsd Drilldown into DiscountPercent in schema invoice_xsd Drilldown into DiscountAmount in schema invoice_xsd Drilldown into DayOfMonth in schema invoice_xsd Drilldown into ProximoNumberMonth in schema invoice_xsd Drilldown into NumberOfDays in schema invoice_xsd Drilldown into PaymentTermsDate in schema invoice_xsd Drilldown into DueDate in schema invoice_xsd Drilldown into LineNumber in schema invoice_xsd Drilldown into Description in schema invoice_xsd Drilldown into TermId in schema invoice_xsd Drilldown into PaymentTerms in schema invoice_xsdXSD Diagram of PaymentTerms in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:element name="PaymentTerms" type="PaymentTerms">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Identifies the payment terms for an Order or Invoice. Supports the abiility to specify an absolute due date, a number of days from a start daye, a percent discount or an absolute discount. A common term like "Net30Days" is explicitly code as either a calculated DueDateTime or a PaymentTermsDateTime and NumberOfDays.</xs:documentation>
    </xs:annotation>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TermId nsC:TermId 0 (1)
Description nsC:Description 0 unbounded
LineNumber nsC:LineNumber 0 (1)
DueDate nsC:DueDate 0 (1)
PaymentTermsDate nsC:PaymentTermsDate 0 (1)
NumberOfDays nsC:NumberOfDays 0 (1)
ProximoNumberMonth nsC:ProximoNumberMonth 0 (1)
DayOfMonth nsC:DayOfMonth 0 (1)
DiscountAmount nsC:DiscountAmount 0 (1)
DiscountPercent nsC:DiscountPercent 0 (1)
UserArea nsC:UserArea 0 (1)
Collapse Derivation Tree: