2.28.3.3 CT_NumberDiagramInfoList

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

Referenced by: autoBuNodeInfoLst

A complex type that holds auto number information for multiple levels of diagram nodes.

Child Elements:

autoBuNodeInfo: A CT_NumberDiagramInfo element that specifies auto number information for one level of nodes.

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

 <xsd:complexType name="CT_NumberDiagramInfoList">
   <xsd:sequence>
     <xsd:element name="autoBuNodeInfo" type="CT_NumberDiagramInfo" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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