Definition Type: Attribute
Name: embeddedObjPresent
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Type: W:yesNoType
Containing Schema: wordnet.xsd
Default no
Use Optional
Documentation:
Indicates that an OCX control may have been used in the document. If the embeddedObjPresent attribute is missing or if its set to no, Word wont load a document that has a docOleData element. This attribute is not, however, strictly enforced. If the attribute is present and is set to yes, but Word doesnt find a docOleData element before the body element, Word will still load the document.
Collapse XSD Schema Diagram:
XSD Diagram of embeddedObjPresent in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute name="embeddedObjPresent" type="yesNoType" default="no" use="optional">
    <xsd:annotation>
        <xsd:documentation>Indicates that an OCX control may have been used in the document. If the embeddedObjPresent attribute is missing or if its set to no, Word wont load a document that has a docOleData element. This attribute is not, however, strictly enforced. If the attribute is present and is set to yes, but Word doesnt find a docOleData element before the body element, Word will still load the document.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>
Collapse Derivation Tree: