Class CTDataModel

java.lang.Object
org.docx4j.dml.diagram.CTDataModel
All Implemented Interfaces:
Child

public class CTDataModel
extends java.lang.Object
implements Child

Java class for CT_DataModel complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_DataModel">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ptLst" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_PtList"/>
         <element name="cxnLst" type="{http://schemas.openxmlformats.org/drawingml/2006/diagram}CT_CxnList" minOccurs="0"/>
         <element name="bg" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_BackgroundFormatting" minOccurs="0"/>
         <element name="whole" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_WholeE2oFormatting" minOccurs="0"/>
         <element name="extLst" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_OfficeArtExtensionList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>