PriceType

<ccts:Component>
  <ccts:ComponentType>ABIE</ccts:ComponentType>
  <ccts:DictionaryEntryName>Price. Details</ccts:DictionaryEntryName>
  <ccts:Definition>A class to describe a price, expressed in a data structure containing multiple properties (compare with UnstructuredPrice).</ccts:Definition>
  <ccts:ObjectClass>Price</ccts:ObjectClass>
</ccts:Component>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="PriceType">
  <xsd:annotation>
    <xsd:documentation>
      <ccts:Component>
        <ccts:ComponentType>ABIE</ccts:ComponentType>
        <ccts:DictionaryEntryName>Price. Details</ccts:DictionaryEntryName>
        <ccts:Definition>A class to describe a price, expressed in a data structure containing multiple properties (compare with UnstructuredPrice).</ccts:Definition>
        <ccts:ObjectClass>Price</ccts:ObjectClass>
      </ccts:Component>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="cbc:PriceAmount" minOccurs="1" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>BBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Price. Price Amount. Amount</ccts:DictionaryEntryName>
            <ccts:Definition>The amount of the price.</ccts:Definition>
            <ccts:Cardinality>1</ccts:Cardinality>
            <ccts:ObjectClass>Price</ccts:ObjectClass>
            <ccts:PropertyTerm>Price Amount</ccts:PropertyTerm>
            <ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
            <ccts:DataType>Amount. Type</ccts:DataType>
            <ccts:AlternativeBusinessTerms>unit price</ccts:AlternativeBusinessTerms>
            <ccts:Examples>23.45</ccts:Examples>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="cbc:BaseQuantity" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>BBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Price. Base_ Quantity. Quantity</ccts:DictionaryEntryName>
            <ccts:Definition>The quantity at which this price applies.</ccts:Definition>
            <ccts:Cardinality>0..1</ccts:Cardinality>
            <ccts:ObjectClass>Price</ccts:ObjectClass>
            <ccts:PropertyTermQualifier>Base</ccts:PropertyTermQualifier>
            <ccts:PropertyTerm>Quantity</ccts:PropertyTerm>
            <ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
            <ccts:DataType>Quantity. Type</ccts:DataType>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="cbc:PriceChangeReason" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>BBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Price. Price Change_ Reason. Text</ccts:DictionaryEntryName>
            <ccts:Definition>A reason for a price change.</ccts:Definition>
            <ccts:Cardinality>0..n</ccts:Cardinality>
            <ccts:ObjectClass>Price</ccts:ObjectClass>
            <ccts:PropertyTermQualifier>Price Change</ccts:PropertyTermQualifier>
            <ccts:PropertyTerm>Reason</ccts:PropertyTerm>
            <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
            <ccts:DataType>Text. Type</ccts:DataType>
            <ccts:Examples>Clearance of old stock , New contract applies</ccts:Examples>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="cbc:PriceTypeCode" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>BBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Price. Price Type Code. Code</ccts:DictionaryEntryName>
            <ccts:Definition>The type of price, expressed as a code.</ccts:Definition>
            <ccts:Cardinality>0..1</ccts:Cardinality>
            <ccts:ObjectClass>Price</ccts:ObjectClass>
            <ccts:PropertyTerm>Price Type Code</ccts:PropertyTerm>
            <ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
            <ccts:DataType>Code. Type</ccts:DataType>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="cbc:PriceType" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>BBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Price. Price Type. Text</ccts:DictionaryEntryName>
            <ccts:Definition>The type of price, expressed as text.</ccts:Definition>
            <ccts:Cardinality>0..1</ccts:Cardinality>
            <ccts:ObjectClass>Price</ccts:ObjectClass>
            <ccts:PropertyTerm>Price Type</ccts:PropertyTerm>
            <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
            <ccts:DataType>Text. Type</ccts:DataType>
            <ccts:Examples>retail, wholesale, discount, contract</ccts:Examples>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="cbc:OrderableUnitFactorRate" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>BBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Price. Orderable Unit Factor. Rate</ccts:DictionaryEntryName>
            <ccts:Definition>The factor by which the base price unit can be converted to the orderable unit.</ccts:Definition>
            <ccts:Cardinality>0..1</ccts:Cardinality>
            <ccts:ObjectClass>Price</ccts:ObjectClass>
            <ccts:PropertyTerm>Orderable Unit Factor</ccts:PropertyTerm>
            <ccts:RepresentationTerm>Rate</ccts:RepresentationTerm>
            <ccts:DataType>Rate. Type</ccts:DataType>
            <ccts:Examples>Nails are priced by weight but ordered by quantity. So this would say how many nails per kilo</ccts:Examples>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="cac:ValidityPeriod" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>ASBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Price. Validity_ Period. Period</ccts:DictionaryEntryName>
            <ccts:Definition>A period during which this price is valid.</ccts:Definition>
            <ccts:Cardinality>0..n</ccts:Cardinality>
            <ccts:ObjectClass>Price</ccts:ObjectClass>
            <ccts:PropertyTermQualifier>Validity</ccts:PropertyTermQualifier>
            <ccts:PropertyTerm>Period</ccts:PropertyTerm>
            <ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
            <ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="cac:PriceList" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>ASBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Price. Price List</ccts:DictionaryEntryName>
            <ccts:Definition>Information about a price list applicable to this price.</ccts:Definition>
            <ccts:Cardinality>0..1</ccts:Cardinality>
            <ccts:ObjectClass>Price</ccts:ObjectClass>
            <ccts:PropertyTerm>Price List</ccts:PropertyTerm>
            <ccts:AssociatedObjectClass>Price List</ccts:AssociatedObjectClass>
            <ccts:RepresentationTerm>Price List</ccts:RepresentationTerm>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="cac:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>ASBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Price. Allowance Charge</ccts:DictionaryEntryName>
            <ccts:Definition>An allowance or charge associated with this price.</ccts:Definition>
            <ccts:Cardinality>0..n</ccts:Cardinality>
            <ccts:ObjectClass>Price</ccts:ObjectClass>
            <ccts:PropertyTerm>Allowance Charge</ccts:PropertyTerm>
            <ccts:AssociatedObjectClass>Allowance Charge</ccts:AssociatedObjectClass>
            <ccts:RepresentationTerm>Allowance Charge</ccts:RepresentationTerm>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="cac:PricingExchangeRate" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>ASBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Price. Pricing_ Exchange Rate. Exchange Rate</ccts:DictionaryEntryName>
            <ccts:Definition>The exchange rate applicable to this price, if it differs from the exchange rate applicable to the document as a whole.</ccts:Definition>
            <ccts:Cardinality>0..1</ccts:Cardinality>
            <ccts:ObjectClass>Price</ccts:ObjectClass>
            <ccts:PropertyTermQualifier>Pricing</ccts:PropertyTermQualifier>
            <ccts:PropertyTerm>Exchange Rate</ccts:PropertyTerm>
            <ccts:AssociatedObjectClass>Exchange Rate</ccts:AssociatedObjectClass>
            <ccts:RepresentationTerm>Exchange Rate</ccts:RepresentationTerm>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>