CT_Comment

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
author ST_String required
date ST_DateTime optional
id ST_DecimalNumber required
initials ST_String optional

Used By

Source

<xsd:complexType name="CT_Comment">
  <xsd:complexContent>
    <xsd:extension base="CT_TrackChange">
      <xsd:sequence>
        <xsd:group ref="EG_BlockLevelElts" minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
      <xsd:attribute name="initials" type="s:ST_String" use="optional"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>