RenewalType

<ccts:Component>
  <ccts:ComponentType>ABIE</ccts:ComponentType>
  <ccts:DictionaryEntryName>Renewal. Details</ccts:DictionaryEntryName>
  <ccts:Definition>A class to describe the renewal of a commercial arrangement, such as a contract or licence fee.</ccts:Definition>
  <ccts:ObjectClass>Renewal</ccts:ObjectClass>
</ccts:Component>

Complex Type Information

Model

Children: Amount, Period

Used By

Element Renewal

Source

<xsd:complexType name="RenewalType">
  <xsd:annotation>
    <xsd:documentation>
      <ccts:Component>
        <ccts:ComponentType>ABIE</ccts:ComponentType>
        <ccts:DictionaryEntryName>Renewal. Details</ccts:DictionaryEntryName>
        <ccts:Definition>A class to describe the renewal of a commercial arrangement, such as a contract or licence fee.</ccts:Definition>
        <ccts:ObjectClass>Renewal</ccts:ObjectClass>
      </ccts:Component>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="cbc:Amount" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>BBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Renewal. Amount</ccts:DictionaryEntryName>
            <ccts:Definition>The monetary amount of this renewal.</ccts:Definition>
            <ccts:Cardinality>0..1</ccts:Cardinality>
            <ccts:ObjectClass>Renewal</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:Period" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>ASBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Renewal. Period</ccts:DictionaryEntryName>
            <ccts:Definition>The period for which the arrangement is now valid</ccts:Definition>
            <ccts:Cardinality>0..1</ccts:Cardinality>
            <ccts:ObjectClass>Renewal</ccts:ObjectClass>
            <ccts:PropertyTerm>Period</ccts:PropertyTerm>
            <ccts:AssociatedObjectClass>Period</ccts:AssociatedObjectClass>
            <ccts:RepresentationTerm>Period</ccts:RepresentationTerm>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>