Definition Type: Element
Name: ignoreElements
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Type: W:stringProperty
Containing Schema: wordnet.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies whether to ignore an element, but process its contents. If a namespace is specified for the ignoreElements element's val attribute (val=uri), when Word encounters an element in this namespace, Word ignores only the element (all of the element's contents will be processed).
Collapse XSD Schema Diagram:
Drilldown into val in schema wordnet_xsd Drilldown into stringProperty in schema wordnet_xsdXSD Diagram of ignoreElements in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="ignoreElements" type="stringProperty" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Specifies whether to ignore an element, but process its contents. If a namespace is specified for the ignoreElements element's val attribute (val=uri), when Word encounters an element in this namespace, Word ignores only the element (all of the element's contents will be processed).</xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
val W:val Required
Collapse Derivation Tree: