[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

control (Embedded Control)

A single embedded control.

Parent Elements

controls3.3.1.19)

 

Attributes

Description

id (Relationship Id)

 

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).

name (Control Name)

The code name of the control.

 

The possible values for this attribute are defined by the XML Schema string datatype.

shapeId (Shape Id)

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>