<textdata>
(VML Diagram Text)
This element specifies optional supplementary text information associated with a legacy VML shape that is a node in a VML diagram when it cannot otherwise be stored within the DrawingML framework.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the identifier that is used in conjunction with a corresponding relationship file to resolve the location of the diagram shape text. <v:shape ... o:dgmnodekind="0" > <v:textbox inset="0,0,0,0"/> <p:textdata id="rId1"/> </v:shape> The possible values for this attribute are defined by the XML Schema string datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Rel">
<attribute name="id" type="xsd:string"/>
</complexType>