WebExtensionBinding class
Defines the WebExtensionBinding Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is we:binding.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBinding
Namespace: DocumentFormat.OpenXml.Office2013.WebExtension
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.2.3 CT_OsfWebExtensionBinding
Target namespace: http://schemas.microsoft.com/office/webextensions/webextension/2010/11
Referenced by: CT_OsfWebExtensionBindingList
A complex type that specifies a binding relationship between an office app and the data in the document.
Child Elements:
extLst: A CT_OfficeArtExtensionList element ([ISO/IEC-29500-1] section A.4.1) that specifies a list of extensions for an office app. This element MAY be ignored.
Attributes:
id: A string attribute ([XMLSCHEMA2] section 3.2.1) that specifies the binding identifier.
type: A string attribute ([XMLSCHEMA2] section 3.2.1) that specifies the binding type.
appref: A string attribute ([XMLSCHEMA2] section 3.2.1) that specifies the binding key used to map the binding entry in the table with the bound data in the document.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_OsfWebExtensionBinding">
<xsd:sequence>
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:string" use="required"/>
<xsd:attribute name="type" type="xsd:string" use="required"/>
<xsd:attribute name="appref" type="xsd:string" use="required"/>
</xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).