2.5.1.12 webExtensionCreated

Target namespace: http://schemas.microsoft.com/office/word/2012/wordml

The webExtensionCreated global element<28> is a CT_OnOff (as specified in [ISO/IEC29500-1:2016] section A.1) element that specifies a property of a structured document tag (as specified in [ISO/IEC29500-1:2016] section 17.5.2) and whose presence indicates a relationship between the structured document tag and an Office Web Extension (webExtension) (as specified in [MS-OWEXML] section 2.1.1).

If a webExtensionCreated element exists in the property set of a structured document tag (as specified in [ISO/IEC29500-1:2016] section 17.5.2.38) and its value is "true", "on", or "1", then the structured document tag was created by, and is bound to, at least one webExtension. By default, structured document tags are neither created by, nor bound to webExtensions.

If the property set of a structured document tag also contains a webExtensionLinked element, then that webExtensionLinked element is ignored and this webExtensionCreated element takes precedence.

See section 2.2.3 for how this element integrates with [ISO/IEC29500-1:2016].

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="webExtensionCreated" type="w12:CT_OnOff"/>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).