2.28.3.1 CT_DiagramAutoBullet

Target namespace: http://schemas.microsoft.com/office/drawing/2016/11/diagram

Referenced by: CT_NumberDiagramInfo

A complex type that specifies the type of auto number.

Child Elements:

buNone: A CT_TextNoBullet<612> ([ISO/IEC29500-1:2016] section A.4.1) element that represents no auto number.

buAutoNum: A CT_TextAutonumberBullet ([ISO/IEC29500-1:2016] section A.4.1) element that specifies the auto number type to be applied for transition elements.

buChar: A CT_TextCharBullet<613> ([ISO/IEC29500-1:2016] section A.4.1) element specifies that a character be applied to the auto number.

buBlip: A CT_TextBlipBullet<614> ([ISO/IEC29500-1:2016] section A.4.1) element specifies that a picture be applied to the auto number.

Attributes:

prefix: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the prefix for the auto number.

leadZeros: A boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether to show leading zeros for Arabic numbers below 10.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_DiagramAutoBullet">
   <xsd:group ref="a:EG_TextBullet" minOccurs="1" maxOccurs="1"/>
   <xsd:attribute name="prefix" type="xsd:string" use="optional"/>
   <xsd:attribute name="leadZeros" type="xsd:boolean" use="optional"/>
 </xsd:complexType>

See section 5.26 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).