<xsd:complexType name="TermABIEType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">
TermsABIEType is logically derived from UN/CEFACT TBG17 ABIE PaymentTermsType as defined
in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="ID" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Description" />
<xsd:element minOccurs="0" ref="EffectiveDateTime" />
<xsd:choice>
<xsd:element minOccurs="0" ref="DueDateTime" />
<xsd:sequence>
<xsd:element minOccurs="0" ref="PaymentBasisCode" />
<xsd:element minOccurs="0" ref="Duration" />
</xsd:sequence>
</xsd:choice>
<xsd:choice minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">
Amount is the fixed discount anount applied if payed by the DueDateTime for
example, $20 off if paid by due date.
Percent is the discount applied if payed by DueDateTime.
</xsd:documentation>
</xsd:annotation>
<xsd:element minOccurs="0" ref="DiscountPercent" />
<xsd:element minOccurs="0" ref="SurchargePercent" />
<xsd:element minOccurs="0" ref="Amount" />
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="type" type="NormalizedStringType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">
A code for classifying th type of payment terms.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|