Schema Central > OAGIS® 9.4.1 > PaymentTerm
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

PaymentTerm

Identifies the payment term 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.

See http://www.openapplications.org/platform/1.

Element information

Namespace: http://www.openapplications.org/oagis/9

Schema document: org_openapplications_platform/1_1_1/Common/OAGi/Components/Components.xsd

Type: PaymentTermType

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
type [0..1]PaymentTermCodeContentType

Used in

Sample instance

<PaymentTerm>
   <Description>string</Description>
   <Note>string</Note>
   <Term>
      <ID>normalizedString</ID>
      <Description>string</Description>
      <EffectiveDateTime>2000-01-01</EffectiveDateTime>
      <DueDateTime>2000-01-01</DueDateTime>
      <DiscountPercent>1.0</DiscountPercent>
      <ProxMonth>1</ProxMonth>
      <ProxDayOfMonth>01</ProxDayOfMonth>
      <UserArea>
         <!--any element-->
      </UserArea>
   </Term>
   <Discount>
      <ID>normalizedString</ID>
      <Description>string</Description>
      <EffectiveDateTime>2000-01-01</EffectiveDateTime>
      <DueDateTime>2000-01-01</DueDateTime>
      <DiscountPercent>1.0</DiscountPercent>
      <ProxMonth>1</ProxMonth>
      <ProxDayOfMonth>01</ProxDayOfMonth>
      <UserArea>
         <!--any element-->
      </UserArea>
   </Discount>
   <Penalty>
      <ID>normalizedString</ID>
      <Description>string</Description>
      <EffectiveDateTime>2000-01-01</EffectiveDateTime>
      <DueDateTime>2000-01-01</DueDateTime>
      <DiscountPercent>1.0</DiscountPercent>
      <ProxMonth>1</ProxMonth>
      <ProxDayOfMonth>01</ProxDayOfMonth>
      <UserArea>
         <!--any element-->
      </UserArea>
   </Penalty>
   <UserArea>
      <!--any element-->
   </UserArea>
</PaymentTerm>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com