Definition Type: ComplexType
Name: CT_TextAutonumberBullet
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Containing Schema: dml-textBullet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into startAt in schema dml-textbullet_xsd Drilldown into type in schema dml-textbullet_xsdXSD Diagram of CT_TextAutonumberBullet in schema dml-textbullet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_TextAutonumberBullet">
    <xsd:attribute name="type" type="ST_TextAutonumberScheme" use="required">
        <xsd:annotation>
            <xsd:documentation>Bullet Autonumbering Type</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="startAt" type="ST_TextBulletStartAtNum" use="optional" default="1">
        <xsd:annotation>
            <xsd:documentation>Start Numbering At</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
type a:type Required
startAt a:startAt 1 Optional
Collapse Derivation Tree:
Collapse References:
a:buAutoNum