Definition Type: ComplexType
Name: ocxType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Contains data for the OCX control this object represents.
Collapse XSD Schema Diagram:
Drilldown into iPersistPropertyBag in schema wordnetaux_xsd Drilldown into data in schema wordnet_xsd Drilldown into align in schema wordnet_xsd Drilldown into h in schema wordnet_xsd Drilldown into w in schema wordnet_xsd Drilldown into class in schema wordnet_xsd Drilldown into shapeid in schema wordnet_xsd Drilldown into classid in schema wordnet_xsd Drilldown into name in schema wordnet_xsd Drilldown into id in schema wordnet_xsdXSD Diagram of ocxType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="ocxType">
    <xsd:annotation>
        <xsd:documentation>Contains data for the OCX control this object represents.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="id" type="stringType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets an OCX control ID.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="name" type="stringType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the name.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="classid" type="stringType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the class ID.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="shapeid" type="stringType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the shape ID.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="class" type="stringType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the class name.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="w" type="stringType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the width.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="h" type="stringType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the height.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="align" type="stringType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the alignment.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="data" type="stringType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets OCX control data.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="wx:iPersistPropertyBag" use="optional">
        <xsd:annotation>
            <xsd:documentation>A hint as to whether this OCX supports IPersistPropertyBag</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
id W:id Required
name W:name Optional
classid W:classid Required
shapeid W:shapeid Optional
class W:class Optional
w W:w Required
h W:h Required
align W:align Optional
data W:data Optional
iPersistPropertyBag wx:iPersistPropertyBag Optional
Collapse Derivation Tree:
Collapse References:
W:ocx