WebExtensionBindingList class
Defines the WebExtensionBindingList Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is we:bindings.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionBindingList
Namespace: DocumentFormat.OpenXml.Office2013.WebExtension
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.2.4 CT_OsfWebExtensionBindingList
Target namespace: http://schemas.microsoft.com/office/webextensions/webextension/2010/11
Referenced by: CT_OsfWebExtension
This element specifies a list of office app bindings.
Child Elements:
binding: A CT_OsfWebExtensionBinding (section 2.2.3) element that specifies an office app binding.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_OsfWebExtensionBindingList">
<xsd:sequence>
<xsd:element name="binding" minOccurs="0" maxOccurs="unbounded" type="CT_OsfWebExtensionBinding"/>
</xsd:sequence>
</xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).