<xsd:complexType name="CT_TrackChange">
<xsd:complexContent>
<xsd:extension base="CT_Markup">
<xsd:attribute name="author" type="ST_String" use="required">
<xsd:annotation>
<xsd:documentation>Annotation Author</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="date" type="ST_DateTime" use="optional">
<xsd:annotation>
<xsd:documentation>Annotation Date</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|