2.28.3.2 CT_NumberDiagramInfo
Target namespace: http://schemas.microsoft.com/office/drawing/2016/11/diagram
Referenced by: CT_NumberDiagramInfoList
A complex type that specifies the properties of auto number for one level of transition element.
Child Elements:
buPr: A CT_DiagramAutoBullet element that specifies the type of auto number.
Attributes:
lvl: An unsignedInt ([XMLSCHEMA2/2] section 3.3.22) attribute that specifies the level of the transition element.
ptType: An ST_STorageType attribute that specifies which transition element to store the auto number.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_NumberDiagramInfo"> <xsd:sequence> <xsd:element name="buPr" type="CT_DiagramAutoBullet" minOccurs="1" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="lvl" type="xsd:unsignedInt" use="required"/> <xsd:attribute name="ptType" type="ST_STorageType" use="required"/> </xsd:complexType>
See section 5.26 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).