SalesItemType

<ccts:Component>
  <ccts:ComponentType>ABIE</ccts:ComponentType>
  <ccts:DictionaryEntryName>Sales Item. Details</ccts:DictionaryEntryName>
  <ccts:Definition>A class to describe information related to an item in a sales context</ccts:Definition>
  <ccts:ObjectClass>Sales Item</ccts:ObjectClass>
</ccts:Component>

Complex Type Information

Model

Used By

Element SalesItem

Source

<xsd:complexType name="SalesItemType">
  <xsd:annotation>
    <xsd:documentation>
      <ccts:Component>
        <ccts:ComponentType>ABIE</ccts:ComponentType>
        <ccts:DictionaryEntryName>Sales Item. Details</ccts:DictionaryEntryName>
        <ccts:Definition>A class to describe information related to an item in a sales context</ccts:Definition>
        <ccts:ObjectClass>Sales Item</ccts:ObjectClass>
      </ccts:Component>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="cbc:Quantity" minOccurs="1" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>BBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Sales Item. Quantity</ccts:DictionaryEntryName>
            <ccts:Definition>The quantity the given information are related to</ccts:Definition>
            <ccts:Cardinality>1</ccts:Cardinality>
            <ccts:ObjectClass>Sales Item</ccts:ObjectClass>
            <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="cac:ActivityProperty" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>ASBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Sales Item. Activity Property</ccts:DictionaryEntryName>
            <ccts:Definition>A class to describe the activity (for example "sales", "movement", ...) related to the item.</ccts:Definition>
            <ccts:Cardinality>0..n</ccts:Cardinality>
            <ccts:ObjectClass>Sales Item</ccts:ObjectClass>
            <ccts:PropertyTerm>Activity Property</ccts:PropertyTerm>
            <ccts:AssociatedObjectClass>Activity Property</ccts:AssociatedObjectClass>
            <ccts:RepresentationTerm>Activity Property</ccts:RepresentationTerm>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="cac:TaxExclusivePrice" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>ASBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Sales Item. Tax Exclusive_ Price. Price</ccts:DictionaryEntryName>
            <ccts:Definition>A price for this sales item, exclusive of tax.</ccts:Definition>
            <ccts:Cardinality>0..n</ccts:Cardinality>
            <ccts:ObjectClass>Sales Item</ccts:ObjectClass>
            <ccts:PropertyTermQualifier>Tax Exclusive</ccts:PropertyTermQualifier>
            <ccts:PropertyTerm>Price</ccts:PropertyTerm>
            <ccts:AssociatedObjectClass>Price</ccts:AssociatedObjectClass>
            <ccts:RepresentationTerm>Price</ccts:RepresentationTerm>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="cac:TaxInclusivePrice" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>ASBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Sales Item. Tax Inclusive_ Price. Price</ccts:DictionaryEntryName>
            <ccts:Definition>A price for this sales item, including tax.</ccts:Definition>
            <ccts:Cardinality>0..n</ccts:Cardinality>
            <ccts:ObjectClass>Sales Item</ccts:ObjectClass>
            <ccts:PropertyTermQualifier>Tax Inclusive</ccts:PropertyTermQualifier>
            <ccts:PropertyTerm>Price</ccts:PropertyTerm>
            <ccts:AssociatedObjectClass>Price</ccts:AssociatedObjectClass>
            <ccts:RepresentationTerm>Price</ccts:RepresentationTerm>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="cac:Item" minOccurs="1" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>ASBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Sales Item. Item</ccts:DictionaryEntryName>
            <ccts:Definition>The sales item itself.</ccts:Definition>
            <ccts:Cardinality>1</ccts:Cardinality>
            <ccts:ObjectClass>Sales Item</ccts:ObjectClass>
            <ccts:PropertyTerm>Item</ccts:PropertyTerm>
            <ccts:AssociatedObjectClass>Item</ccts:AssociatedObjectClass>
            <ccts:RepresentationTerm>Item</ccts:RepresentationTerm>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>