Definition Type: ComplexType
Name: CT_TrackChange
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Type: w:CT_Markup
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into id in schema wml_xsd Drilldown into CT_Markup in schema wml_xsd Drilldown into date in schema wml_xsd Drilldown into author in schema wml_xsdXSD Diagram of CT_TrackChange in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
id w:id Required
author w:author Required
date w:date Optional
Collapse Derivation Tree:
Collapse References:
w:cellDel, w:cellIns, w:CT_CellMergeTrackChange, w:CT_Comment, w:CT_ParaRPrChange, w:CT_PPrChange, w:CT_RPrChange, w:CT_RunTrackChange, w:CT_SectPrChange, w:CT_TblPrChange, w:CT_TblPrExChange, w:CT_TcPrChange, w:CT_TrackChangeNumbering, w:CT_TrackChangeRange, w:CT_TrPrChange, w:customXmlDelRangeStart, w:customXmlInsRangeStart, w:customXmlMoveFromRangeStart, w:customXmlMoveToRangeStartw:del, w:del, w:ins, w:ins, w:ins, w:moveFrom, w:moveTo,