LineResponseType

<ccts:Component>
  <ccts:ComponentType>ABIE</ccts:ComponentType>
  <ccts:DictionaryEntryName>Line Response. Details</ccts:DictionaryEntryName>
  <ccts:Definition>A class to describe responses to a line in a document.</ccts:Definition>
  <ccts:ObjectClass>Line Response</ccts:ObjectClass>
</ccts:Component>

Complex Type Information

Model

Used By

Element LineResponse

Source

<xsd:complexType name="LineResponseType">
  <xsd:annotation>
    <xsd:documentation>
      <ccts:Component>
        <ccts:ComponentType>ABIE</ccts:ComponentType>
        <ccts:DictionaryEntryName>Line Response. Details</ccts:DictionaryEntryName>
        <ccts:Definition>A class to describe responses to a line in a document.</ccts:Definition>
        <ccts:ObjectClass>Line Response</ccts:ObjectClass>
      </ccts:Component>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="cac:LineReference" minOccurs="1" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>ASBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Line Response. Line Reference</ccts:DictionaryEntryName>
            <ccts:Definition>A reference to the line being responded to.</ccts:Definition>
            <ccts:Cardinality>1</ccts:Cardinality>
            <ccts:ObjectClass>Line Response</ccts:ObjectClass>
            <ccts:PropertyTerm>Line Reference</ccts:PropertyTerm>
            <ccts:AssociatedObjectClass>Line Reference</ccts:AssociatedObjectClass>
            <ccts:RepresentationTerm>Line Reference</ccts:RepresentationTerm>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="cac:Response" minOccurs="1" maxOccurs="unbounded">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>ASBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Line Response. Response</ccts:DictionaryEntryName>
            <ccts:Definition>A response to the referenced line.</ccts:Definition>
            <ccts:Cardinality>1..n</ccts:Cardinality>
            <ccts:ObjectClass>Line Response</ccts:ObjectClass>
            <ccts:PropertyTerm>Response</ccts:PropertyTerm>
            <ccts:AssociatedObjectClass>Response</ccts:AssociatedObjectClass>
            <ccts:RepresentationTerm>Response</ccts:RepresentationTerm>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>