<xsd:complexType name="CT_OLEObject">
<xsd:sequence>
<xsd:element name="LinkType" type="ST_OLELinkType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Embedded Object Alternate Image Request</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LockedField" type="ST_TrueFalseBlank" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Embedded Object Cannot Be Refreshed</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FieldCodes" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>WordprocessingML Field Switches</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="Type" type="ST_OLEType" use="optional">
<xsd:annotation>
<xsd:documentation>OLE Object Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ProgID" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>OLE Object Application</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ShapeID" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>OLE Object Shape</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="DrawAspect" type="ST_OLEDrawAspect" use="optional">
<xsd:annotation>
<xsd:documentation>OLE Object Representation</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="ObjectID" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>OLE Object Unique ID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="r:id" use="optional">
<xsd:annotation>
<xsd:documentation>Relationship</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="UpdateMode" type="ST_OLEUpdateMode" use="optional">
<xsd:annotation>
<xsd:documentation>OLE Update Mode</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|