2.4.6.2.1 CT_DataGraphicDef

Referenced by: CT_DataGraphicDefinitions

The CT_DataGraphicDef complex type specifies a reference to information stored in the DataGraphicDefinition XML Part used to update an image element data graphic during diagram update.

Attributes:

DefID :  An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the CT_IconSetDef. It MUST be the value of the DefID attribute of a CT_IconSetDef element in the DataGraphicDefinition XML Part. It MUST NOT be an empty string.

DefShapeID :  An xsd:string ([XMLSCHEMA2] section 3.2.1) attribute that specifies the name of the image element data graphic that contains the Image elements referencing the embedded images corresponding to the CT_IconSetDef element specified by DefID. It MUST NOT be an empty string.

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

 <xsd:complexType name="CT_DataGraphicDef">
   <xsd:attribute name="DefID" type="xsd:string" use="required"/>
   <xsd:attribute name="DefShapeID" type="xsd:string" use="required"/>
 </xsd:complexType>