ClauseType

<ccts:Component>
  <ccts:ComponentType>ABIE</ccts:ComponentType>
  <ccts:DictionaryEntryName>Clause. Details</ccts:DictionaryEntryName>
  <ccts:Definition>A class to define a clause (a distinct article or provision) in a contract, treaty, will, or other formal or legal written document requiring compliance.</ccts:Definition>
  <ccts:ObjectClass>Clause</ccts:ObjectClass>
</ccts:Component>

Complex Type Information

Model

Children: Content, ID

Used By

Elements Clause, PenaltyClause

Source

<xsd:complexType name="ClauseType">
  <xsd:annotation>
    <xsd:documentation>
      <ccts:Component>
        <ccts:ComponentType>ABIE</ccts:ComponentType>
        <ccts:DictionaryEntryName>Clause. Details</ccts:DictionaryEntryName>
        <ccts:Definition>A class to define a clause (a distinct article or provision) in a contract, treaty, will, or other formal or legal written document requiring compliance.</ccts:Definition>
        <ccts:ObjectClass>Clause</ccts:ObjectClass>
      </ccts:Component>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>BBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Clause. Identifier</ccts:DictionaryEntryName>
            <ccts:Definition>An identifier for this clause.</ccts:Definition>
            <ccts:Cardinality>0..1</ccts:Cardinality>
            <ccts:ObjectClass>Clause</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:Content" minOccurs="0" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>BBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Clause. Content. Text</ccts:DictionaryEntryName>
            <ccts:Definition>The text of this clause.</ccts:Definition>
            <ccts:Cardinality>0..n</ccts:Cardinality>
            <ccts:ObjectClass>Clause</ccts:ObjectClass>
            <ccts:PropertyTerm>Content</ccts:PropertyTerm>
            <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
            <ccts:DataType>Text. Type</ccts:DataType>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>