Definition Type: ComplexType
Name: PaymentTermsType
Namespace: http://www.openapplications.org/oagis/9/reusableaggregatecorecomponentSchemaModule/0.1
Containing Schema: ReusableAggregateCoreComponent.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Event in schema reusableaggregatecorecomponent_xsd Drilldown into AllowanceCharge in schema reusableaggregatecorecomponent_xsd Drilldown into Period in schema reusableaggregatecorecomponent_xsd Drilldown into Amount in schema reusableaggregatecorecomponent_xsd Drilldown into Code in schema reusableaggregatecorecomponent_xsd Drilldown into DateTime in schema reusableaggregatecorecomponent_xsd Drilldown into PeriodQuantity in schema reusableaggregatecorecomponent_xsd Drilldown into SurchargePercentNumeric in schema reusableaggregatecorecomponent_xsd Drilldown into DiscountRateNumeric in schema reusableaggregatecorecomponent_xsd Drilldown into TypeCode in schema reusableaggregatecorecomponent_xsd Drilldown into DurationMeasure in schema reusableaggregatecorecomponent_xsd Drilldown into DueDateTime in schema reusableaggregatecorecomponent_xsd Drilldown into Note in schema reusableaggregatecorecomponent_xsd Drilldown into Description in schema reusableaggregatecorecomponent_xsd Drilldown into ID in schema reusableaggregatecorecomponent_xsdXSD Diagram of PaymentTermsType in schema reusableaggregatecorecomponent_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PaymentTermsType">
    <xsd:sequence>
        <xsd:element name="ID" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Description" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Note" type="udt:TextType" minOccurs="0" />
        <xsd:element name="DueDateTime" type="udt:DateTimeType" minOccurs="0" />
        <xsd:element name="DurationMeasure" type="udt:MeasureType" minOccurs="0" />
        <xsd:element name="TypeCode" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="DiscountRateNumeric" type="udt:NumericType" minOccurs="0" />
        <xsd:element name="SurchargePercentNumeric" type="udt:NumericType" minOccurs="0" />
        <xsd:element name="PeriodQuantity" type="udt:QuantityType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="DateTime" type="udt:DateTimeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Code" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Amount" type="udt:AmountType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Period" type="rcm:PeriodType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="AllowanceCharge" type="rcm:AllowanceChargeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Event" type="rcm:EventType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID rcm:ID 0 unbounded
Description rcm:Description 0 unbounded
Note rcm:Note 0 (1)
DueDateTime rcm:DueDateTime 0 (1)
DurationMeasure rcm:DurationMeasure 0 (1)
TypeCode rcm:TypeCode 0 unbounded
DiscountRateNumeric rcm:DiscountRateNumeric 0 (1)
SurchargePercentNumeric rcm:SurchargePercentNumeric 0 (1)
PeriodQuantity rcm:PeriodQuantity 0 unbounded
DateTime rcm:DateTime 0 unbounded
Code rcm:Code 0 unbounded
Amount rcm:Amount 0 unbounded
Period rcm:Period 0 unbounded
AllowanceCharge rcm:AllowanceCharge 0 unbounded
Event rcm:Event 0 unbounded