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_xsd Drilldown into SurchargePercent in schema fields_xsd Drilldown into DiscountPercent in schema fields_xsd Drilldown into Duration in schema fields_xsd Drilldown into PaymentBasisCode in schema fields_xsd Drilldown into DueDateTime in schema fields_xsd Drilldown into EffectiveDateTime in schema fields_xsd Drilldown into Description in schema fields_xsd Drilldown into ID in schema fields_xsd Drilldown into type in schema components_xsdXSD Diagram of TermABIEType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 unbounded
Description nsA:Description 0 unbounded
EffectiveDateTime nsA:EffectiveDateTime 0 (1)
DueDateTime nsA:DueDateTime 0 (1)
PaymentBasisCode nsA:PaymentBasisCode 0 (1)
Duration nsA:Duration 0 (1)
DiscountPercent nsA:DiscountPercent 0 (1)
SurchargePercent nsA:SurchargePercent 0 (1)
Amount nsA:Amount 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type nsA:type (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:TermType