Definition Type: ComplexType
Name: CT_Bookmark
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Type: w:CT_BookmarkRange
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 displacedByCustomXml in schema wml_xsd Drilldown into CT_MarkupRange in schema wml_xsd Drilldown into colLast in schema wml_xsd Drilldown into colFirst in schema wml_xsd Drilldown into CT_BookmarkRange in schema wml_xsd Drilldown into name in schema wml_xsdXSD Diagram of CT_Bookmark in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Bookmark">
    <xsd:complexContent>
        <xsd:extension base="CT_BookmarkRange">
            <xsd:attribute name="name" type="ST_String" use="required">
                <xsd:annotation>
                    <xsd:documentation>Bookmark Name</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
id w:id Required
displacedByCustomXml w:displacedByCustomXml Optional
colFirst w:colFirst Optional
colLast w:colLast Optional
name w:name Required
Collapse Derivation Tree:
Collapse References:
w:bookmarkStartw:CT_MoveBookmark,