BillingReferenceLineType

<ccts:Component>
  <ccts:ComponentType>ABIE</ccts:ComponentType>
  <ccts:DictionaryEntryName>Billing Reference Line. Details</ccts:DictionaryEntryName>
  <ccts:Definition>A class to define a reference to a transaction line in a billing document.</ccts:Definition>
  <ccts:ObjectClass>Billing Reference Line</ccts:ObjectClass>
</ccts:Component>

Complex Type Information

Model

Used By

Source

<xsd:complexType name="BillingReferenceLineType">
  <xsd:annotation>
    <xsd:documentation>
      <ccts:Component>
        <ccts:ComponentType>ABIE</ccts:ComponentType>
        <ccts:DictionaryEntryName>Billing Reference Line. Details</ccts:DictionaryEntryName>
        <ccts:Definition>A class to define a reference to a transaction line in a billing document.</ccts:Definition>
        <ccts:ObjectClass>Billing Reference Line</ccts:ObjectClass>
      </ccts:Component>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="cbc:ID" minOccurs="1" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>BBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Billing Reference Line. Identifier</ccts:DictionaryEntryName>
            <ccts:Definition>An identifier for this transaction line in a billing document.</ccts:Definition>
            <ccts:Cardinality>1</ccts:Cardinality>
            <ccts:ObjectClass>Billing Reference Line</ccts:ObjectClass>
            <ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
            <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
            <ccts:DataType>Identifier. Type</ccts:DataType>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="cbc:Amount" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>BBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Billing Reference Line. Amount</ccts:DictionaryEntryName>
            <ccts:Definition>The monetary amount of the transaction line, including any allowances and charges but excluding taxes.</ccts:Definition>
            <ccts:Cardinality>0..1</ccts:Cardinality>
            <ccts:ObjectClass>Billing Reference Line</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:AllowanceCharge" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>ASBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Billing Reference Line. Allowance Charge</ccts:DictionaryEntryName>
            <ccts:Definition>An allowance or charge applicable to the transaction line.</ccts:Definition>
            <ccts:Cardinality>0..n</ccts:Cardinality>
            <ccts:ObjectClass>Billing Reference Line</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:sequence>
</xsd:complexType>