Definition Type: Element
Name: Pricing
Namespace: urn:cidx:names:specification:ces:schema:all:4:0
Type: nsA:PricingType
Containing Schema: CIDX_CeS_v4.0_CommonComponents.xsd
Abstract
Documentation:
Price information about the monetary amount, the currency and price basis for it. The Pricing structure contains the following elements: PricingLumpSum - a price, discount, or allowance as a lump sum amount PricingPerUnit - the price, discount, or allowance per unit. This contains the MonetaryAmount and PriceBasis elements. PricingPercentage - discounts and allowances as a percentage of the price. A percentage should not be used when the attribute, PriceType, is one of the following values: GrossPrice; NetPrice; NetPriceIncludingTax; or FOBPrice. PercentageBasis - the value of the price that the above PricingPercentage is based on. Price Reason - Explanation representing justification for the price.
Collapse XSD Schema Diagram:
Drilldown into PriceReason in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into PercentageBasis in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into PricingPercentage in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into PricingPerUnit in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into PricingLumpSum in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into PriceType in schema cidx_ces_v4_0_commoncomponents_xsd Drilldown into PricingType in schema cidx_ces_v4_0_commoncomponents_xsdXSD Diagram of Pricing in schema cidx_ces_v4_0_commoncomponents_xsd (CIDX eChemical Standard)
Collapse XSD Schema Code:
<xsd:element name="Pricing" type="PricingType">
    <xsd:annotation>
        <xsd:documentation>
            <Documentation>
                <Description>Price information about the monetary amount, the currency and price basis for it.</Description>
                <Comments>The Pricing structure contains the following elements:
PricingLumpSum - a price, discount, or allowance as a lump sum amount
PricingPerUnit - the price, discount, or allowance per unit. This contains the MonetaryAmount and PriceBasis elements.
PricingPercentage - discounts and allowances as a percentage of the price. A percentage should not be used when the attribute, PriceType, is one of the following values: GrossPrice; NetPrice; NetPriceIncludingTax; or FOBPrice.
PercentageBasis - the value of the price that the above PricingPercentage is based on.
Price Reason - Explanation representing justification for the price.</Comments>
            </Documentation>
        </xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PricingLumpSum nsA:PricingLumpSum (1) (1)
PricingPerUnit nsA:PricingPerUnit (1) (1)
PricingPercentage nsA:PricingPercentage (1) (1)
PercentageBasis nsA:PercentageBasis (1) (1)
PriceReason nsA:PriceReason 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
PriceType nsA:PriceType Required
Collapse Derivation Tree: