WebExtensionReference class
Defines the WebExtensionReference Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is we:webextensionref.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionReference
Namespace: DocumentFormat.OpenXml.Office2013.WebExtension
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.1.3 webextensionref
Target namespace: http://schemas.microsoft.com/office/webextensions/webextension/2010/11
A CT_WebExtensionPartRef element (section 2.2.10) that specifies a container for a part relationship identifier that references an office app document part [ISO/IEC-29500-1].
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
<xsd:element name="webextensionref" type="CT_WebExtensionPartRef"/>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
2.2.10 CT_WebExtensionPartRef
Target namespace: http://schemas.microsoft.com/office/webextensions/webextension/2010/11
Referenced by: webextensionref, CT_OsfTaskpane
A complex type that specifies a container for a part relationship identifier that references a web extension part.
Attributes:
r:id: An ST_RelationshipId simple type ([ISO/IEC-29500-1] section 22.8.2.1, also [MS-OI29500] section 2.1.1717) that specifies an identifier that references a web extension part.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_WebExtensionPartRef">
<xsd:attribute ref="r:id" use="required"/>
</xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).