Definition Type: ComplexType
Name: TermABIEType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Documentation:
TermsABIEType is logically derived from UN/CEFACT TBG17 ABIE PaymentTermsType as defined in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.
Collapse XSD Schema Diagram:
Drilldown into Amount in schema fields_xsd1 Drilldown into SurchargePercent in schema fields_xsd1 Drilldown into DiscountPercent in schema fields_xsd1 Drilldown into Duration in schema fields_xsd1 Drilldown into PaymentBasisCode in schema fields_xsd1 Drilldown into DueDateTime in schema fields_xsd1 Drilldown into EffectiveDateTime in schema fields_xsd1 Drilldown into Description in schema fields_xsd1 Drilldown into ID in schema fields_xsd1 Drilldown into type in schema components_xsd1XSD Diagram of TermABIEType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="TermABIEType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">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 source="http://www.openapplications.org/platform/1">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 source="http://www.openapplications.org/platform/1">A code for classifying th type of payment terms.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID oa:ID 0 unbounded
Description oa:Description 0 unbounded
EffectiveDateTime oa:EffectiveDateTime 0 (1)
DueDateTime oa:DueDateTime 0 (1)
PaymentBasisCode oa:PaymentBasisCode 0 (1)
Duration oa:Duration 0 (1)
DiscountPercent oa:DiscountPercent 0 (1)
SurchargePercent oa:SurchargePercent 0 (1)
Amount oa:Amount 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type oa:type (Optional)
Collapse Derivation Tree:
Collapse References:
oa:TermType