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 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID oagis:ID 0 unbounded
Description oagis:Description 0 unbounded
EffectiveDateTime oagis:EffectiveDateTime 0 (1)
DueDateTime oagis:DueDateTime 0 (1)
PaymentBasisCode oagis:PaymentBasisCode 0 (1)
Duration oagis:Duration 0 (1)
DiscountPercent oagis:DiscountPercent 0 (1)
SurchargePercent oagis:SurchargePercent 0 (1)
Amount oagis:Amount 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type oagis:type (Optional)
Collapse Derivation Tree:
Collapse References:
oagis:TermType