PriceExtensionType

<ccts:Component>
  <ccts:ComponentType>ABIE</ccts:ComponentType>
  <ccts:DictionaryEntryName>Price Extension. Details</ccts:DictionaryEntryName>
  <ccts:Definition>A class to describe a price extension, calculated by multiplying the price per unit by the quantity of items.</ccts:Definition>
  <ccts:ObjectClass>Price Extension</ccts:ObjectClass>
</ccts:Component>

Complex Type Information

Model

Children: Amount, TaxTotal

Used By

Source

<xsd:complexType name="PriceExtensionType">
  <xsd:annotation>
    <xsd:documentation>
      <ccts:Component>
        <ccts:ComponentType>ABIE</ccts:ComponentType>
        <ccts:DictionaryEntryName>Price Extension. Details</ccts:DictionaryEntryName>
        <ccts:Definition>A class to describe a price extension, calculated by multiplying the price per unit by the quantity of items.</ccts:Definition>
        <ccts:ObjectClass>Price Extension</ccts:ObjectClass>
      </ccts:Component>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="cbc:Amount" minOccurs="1" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>BBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Price Extension. Amount</ccts:DictionaryEntryName>
            <ccts:Definition>The amount of this price extension.</ccts:Definition>
            <ccts:Cardinality>1</ccts:Cardinality>
            <ccts:ObjectClass>Price Extension</ccts:ObjectClass>
            <ccts:PropertyTerm>Amount</ccts:PropertyTerm>
            <ccts:RepresentationTerm>Amount</ccts:RepresentationTerm>
            <ccts:DataType>Amount. Type</ccts:DataType>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="cac:TaxTotal" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>ASBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Price Extension. Tax Total</ccts:DictionaryEntryName>
            <ccts:Definition>A total amount of taxes of a particular kind applicable to this price extension.</ccts:Definition>
            <ccts:Cardinality>0..n</ccts:Cardinality>
            <ccts:ObjectClass>Price Extension</ccts:ObjectClass>
            <ccts:PropertyTerm>Tax Total</ccts:PropertyTerm>
            <ccts:AssociatedObjectClass>Tax Total</ccts:AssociatedObjectClass>
            <ccts:RepresentationTerm>Tax Total</ccts:RepresentationTerm>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>