<xsd:complexType name="CT_Object">
<xsd:sequence>
<xsd:element name="drawing" type="CT_Drawing" minOccurs="0"/>
<xsd:choice minOccurs="0">
<xsd:element name="control" type="CT_Control"/>
<xsd:element name="objectLink" type="CT_ObjectLink"/>
<xsd:element name="objectEmbed" type="CT_ObjectEmbed"/>
<xsd:element name="movie" type="CT_Rel"/>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="dxaOrig" type="s:ST_TwipsMeasure" use="optional"/>
<xsd:attribute name="dyaOrig" type="s:ST_TwipsMeasure" use="optional"/>
</xsd:complexType> |