Definition Type: Element
Name: PaymentTerms
Namespace: http://www.openapplications.org/oagis
Type: oa:PaymentTerms
Containing Schema: Components.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 meta_xsd Drilldown into DiscountPercent in schema components_xsd Drilldown into DiscountAmount in schema components_xsd Drilldown into DayOfMonth in schema components_xsd Drilldown into ProximoNumberMonth in schema components_xsd Drilldown into NumberOfDays in schema components_xsd Drilldown into PaymentTermsDate in schema components_xsd Drilldown into DueDate in schema components_xsd Drilldown into LineNumber in schema components_xsd Drilldown into Description in schema components_xsd Drilldown into TermId in schema components_xsd Drilldown into PaymentTerms in schema components_xsdXSD Diagram of PaymentTerms in schema components_xsd (Open Applications Group (OAGIS))
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 oa:TermId 0 (1)
Description oa:Description 0 unbounded
LineNumber oa:LineNumber 0 (1)
DueDate oa:DueDate 0 (1)
PaymentTermsDate oa:PaymentTermsDate 0 (1)
NumberOfDays oa:NumberOfDays 0 (1)
ProximoNumberMonth oa:ProximoNumberMonth 0 (1)
DayOfMonth oa:DayOfMonth 0 (1)
DiscountAmount oa:DiscountAmount 0 (1)
DiscountPercent oa:DiscountPercent 0 (1)
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree: