Definition Type: Attribute
Name: macrosPresent
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Type: W:yesNoType
Containing Schema: wordnet.xsd
Default no
Use Optional
Documentation:
Indicates that macros are present in the document. If the macrosPresent attribute is missing or if its set to no, Word wont load a document that has a docSuppData element. This attribute is strictly enforced.
Collapse XSD Schema Diagram:
XSD Diagram of macrosPresent in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attribute name="macrosPresent" type="yesNoType" default="no" use="optional">
    <xsd:annotation>
        <xsd:documentation>Indicates that macros are present in the document. If the macrosPresent attribute is missing or if its set to no, Word wont load a document that has a docSuppData element. This attribute is strictly enforced.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>
Collapse Derivation Tree: