EventCommentType

<ccts:Component>
  <ccts:ComponentType>ABIE</ccts:ComponentType>
  <ccts:DictionaryEntryName>Event Comment. Details</ccts:DictionaryEntryName>
  <ccts:Definition>A class to define comments about a retail event.</ccts:Definition>
  <ccts:ObjectClass>Event Comment</ccts:ObjectClass>
</ccts:Component>

Complex Type Information

Model

Used By

Element EventComment

Source

<xsd:complexType name="EventCommentType">
  <xsd:annotation>
    <xsd:documentation>
      <ccts:Component>
        <ccts:ComponentType>ABIE</ccts:ComponentType>
        <ccts:DictionaryEntryName>Event Comment. Details</ccts:DictionaryEntryName>
        <ccts:Definition>A class to define comments about a retail event.</ccts:Definition>
        <ccts:ObjectClass>Event Comment</ccts:ObjectClass>
      </ccts:Component>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element ref="cbc:Comment" minOccurs="1" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>BBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Event Comment. Comment. Text</ccts:DictionaryEntryName>
            <ccts:Definition>Text commenting on the event.</ccts:Definition>
            <ccts:Cardinality>1</ccts:Cardinality>
            <ccts:ObjectClass>Event Comment</ccts:ObjectClass>
            <ccts:PropertyTerm>Comment</ccts:PropertyTerm>
            <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
            <ccts:DataType>Text. Type</ccts:DataType>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="cbc:IssueDate" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>BBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Event Comment. Issue Date. Date</ccts:DictionaryEntryName>
            <ccts:Definition>The date on which this comment was made.</ccts:Definition>
            <ccts:Cardinality>0..1</ccts:Cardinality>
            <ccts:ObjectClass>Event Comment</ccts:ObjectClass>
            <ccts:PropertyTerm>Issue Date</ccts:PropertyTerm>
            <ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
            <ccts:DataType>Date. Type</ccts:DataType>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element ref="cbc:IssueTime" minOccurs="0" maxOccurs="1">
      <xsd:annotation>
        <xsd:documentation>
          <ccts:Component>
            <ccts:ComponentType>BBIE</ccts:ComponentType>
            <ccts:DictionaryEntryName>Event Comment. Issue Time. Time</ccts:DictionaryEntryName>
            <ccts:Definition>The time at which this comment was made.</ccts:Definition>
            <ccts:Cardinality>0..1</ccts:Cardinality>
            <ccts:ObjectClass>Event Comment</ccts:ObjectClass>
            <ccts:PropertyTerm>Issue Time</ccts:PropertyTerm>
            <ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
            <ccts:DataType>Time. Type</ccts:DataType>
          </ccts:Component>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>