<xsd:complexType name="CT_Control">
<xsd:attribute name="name" type="ST_String" use="optional">
<xsd:annotation>
<xsd:documentation>Unique Name for Embedded Control</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="shapeid" type="ST_String" use="optional">
<xsd:annotation>
<xsd:documentation>Associated VML Data Reference</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="r:id" use="optional">
<xsd:annotation>
<xsd:documentation>Embedded Control Properties Relationship Reference</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|