Definition Type: ComplexType
Name: CT_TrackChangeRange
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Type: w:CT_TrackChange
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_xsd Drilldown into CT_TrackChange in schema wml_xsd Drilldown into displacedByCustomXml in schema wml_xsdXSD Diagram of CT_TrackChangeRange in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TrackChangeRange">
    <xsd:complexContent>
        <xsd:extension base="CT_TrackChange">
            <xsd:attribute name="displacedByCustomXml" type="ST_DisplacedByCustomXml" use="optional">
                <xsd:annotation>
                    <xsd:documentation>Annotation Marker Displaced By Custom XML Markup</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
displacedByCustomXml w:displacedByCustomXml Optional
Collapse Derivation Tree: