<xsd:complexType name="TermABIEType">
<xsd:annotation>
<xsd:documentation>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 ref="ID" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Description" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="EffectiveDateTime" minOccurs="0" />
<xsd:choice>
<xsd:element ref="DueDateTime" minOccurs="0" />
<xsd:sequence>
<xsd:element ref="PaymentBasisCode" minOccurs="0" />
<xsd:element ref="Duration" minOccurs="0" />
</xsd:sequence>
</xsd:choice>
<xsd:choice minOccurs="0">
<xsd:annotation>
<xsd:documentation>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 ref="DiscountPercent" minOccurs="0" />
<xsd:element ref="SurchargePercent" minOccurs="0" />
<xsd:element ref="Amount" minOccurs="0" />
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="type" type="NormalizedStringType">
<xsd:annotation>
<xsd:documentation>A code for classifying th type of payment terms.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|