<control>
(Embedded Control)
A single embedded control.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
Namespace: .../officeDocument/2006/relationships |
This relationship ID references an Embedded Control Data part which contains control-specific properties and state information about this particular embedded control. The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1). |
|
The code name of the control. The possible values for this attribute are defined by the XML Schema string datatype. |
|
ID of the drawing shape in the Legacy Drawing part with which this control is associated. The drawing is used to draw the control in the sheet. The possible values for this attribute are defined by the XML Schema unsignedInt datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Control">
<attribute name="shapeId" type="xsd:unsignedInt" use="required"/>
<attribute ref="r:id" use="required"/>
<attribute name="name" type="xsd:string" use="optional"/>
</complexType>