<dataModel>
(Data Model)
The data for this instance of the diagram. Either a sample data model, or the data the user has entered.
Parent Elements |
---|
Root element of DrawingML Diagram Data part |
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DataModel">
<sequence>
<element name="ptLst" type="CT_PtList"/>
<element name="cxnLst" type="CT_CxnList" minOccurs="0" maxOccurs="1"/>
<element name="bg" type="a:CT_BackgroundFormatting" minOccurs="0"/>
<element name="whole" type="a:CT_WholeE2oFormatting" minOccurs="0"/>
<element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>