
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| author | ST_String | required | ||||
| date | ST_DateTime | optional | ||||
| id | ST_DecimalNumber | required | ||||
| initials | ST_String | optional |
| Element | CT_Comments/comment |
<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> |