Definition Type: ComplexType
Name: CT_Control
Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
Containing Schema: sml-sheet.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into name in schema sml-sheet_xsd Drilldown into id in schema shared-relationshipreference_xsd Drilldown into shapeId in schema sml-sheet_xsdXSD Diagram of CT_Control in schema sml-sheet_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Control">
    <xsd:attribute name="shapeId" type="xsd:unsignedInt" use="required">
        <xsd:annotation>
            <xsd:documentation>Shape Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="r:id" use="required">
        <xsd:annotation>
            <xsd:documentation>Relationship Id</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="name" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation>Control Name</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
shapeId nsM:shapeId Required
id r:id Required
name nsM:name Optional
Collapse Derivation Tree:
Collapse References:
nsM:control