[Table of Contents] [docx version]
VML Reference Material - VML
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.
[Note: An application could use this to preserve a specific diagram format for backward compatibility, but it is strongly recommended to upgrade all VML shapes to DrawingML shapes. end note]
Parent Elements |
arc (§6.1.2.1); curve (§6.1.2.3); group (§6.1.2.7); image (§6.1.2.10); line (§6.1.2.12); oval (§6.1.2.13); polyline (§6.1.2.15); rect (§6.1.2.16); roundrect (§6.1.2.17); shape (§6.1.2.19); shapetype (§6.1.2.20) |
Attributes |
Description |
id (Text Reference) |
Specifies the identifier that is used in conjunction with a corresponding relationship file to resolve the location of the diagram shape text.
[Example:
<v:shape ... o:dgmnodekind="0" > <v:textbox inset="0,0,0,0"/> <p:textdata id="rId1"/> </v:shape>
end example]
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>