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