Definition Type: ComplexType
Name: PaymentTermsType
Namespace: http://www.openapplications.org/oagis/9/reusableaggregatebusinessinformationentity/0.1
Containing Schema: ReusableAggregateBusinessInformationEntity.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ID in schema reusableaggregatebusinessinformationentity_xsd Drilldown into TypeCode in schema reusableaggregatebusinessinformationentity_xsd Drilldown into Amount in schema reusableaggregatebusinessinformationentity_xsd Drilldown into SurchargePercentNumeric in schema reusableaggregatebusinessinformationentity_xsd Drilldown into DiscountRateNumeric in schema reusableaggregatebusinessinformationentity_xsd Drilldown into DurationMeasure in schema reusableaggregatebusinessinformationentity_xsd Drilldown into PaymentBasisCode in schema reusableaggregatebusinessinformationentity_xsd Drilldown into DueDateTime in schema reusableaggregatebusinessinformationentity_xsd Drilldown into EffectiveDateTime in schema reusableaggregatebusinessinformationentity_xsd Drilldown into Note in schema reusableaggregatebusinessinformationentity_xsd Drilldown into Description in schema reusableaggregatebusinessinformationentity_xsdXSD Diagram of PaymentTermsType in schema reusableaggregatebusinessinformationentity_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PaymentTermsType">
    <xsd:sequence>
        <xsd:element name="Description" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Note" type="udt:TextType" minOccurs="0" />
        <xsd:element name="EffectiveDateTime" type="udt:DateTimeType" minOccurs="0" />
        <xsd:choice minOccurs="0">
            <xsd:element name="DueDateTime" type="udt:DateTimeType" minOccurs="0" />
            <xsd:sequence minOccurs="0">
                <xsd:element name="PaymentBasisCode" type="udt:CodeType" minOccurs="0" />
                <xsd:element name="DurationMeasure" type="udt:MeasureType" minOccurs="0" />
            </xsd:sequence>
        </xsd:choice>
        <xsd:choice minOccurs="0">
            <xsd:element name="DiscountRateNumeric" type="udt:NumericType" minOccurs="0" />
            <xsd:element name="SurchargePercentNumeric" type="udt:NumericType" minOccurs="0" />
            <xsd:element name="Amount" type="udt:AmountType" minOccurs="0" />
        </xsd:choice>
        <xsd:element name="TypeCode" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="ID" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Description ram:Description 0 unbounded
Note ram:Note 0 (1)
EffectiveDateTime ram:EffectiveDateTime 0 (1)
DueDateTime ram:DueDateTime 0 (1)
PaymentBasisCode ram:PaymentBasisCode 0 (1)
DurationMeasure ram:DurationMeasure 0 (1)
DiscountRateNumeric ram:DiscountRateNumeric 0 (1)
SurchargePercentNumeric ram:SurchargePercentNumeric 0 (1)
Amount ram:Amount 0 (1)
TypeCode ram:TypeCode 0 unbounded
ID ram:ID 0 unbounded