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 Add-in and the data in the document.
Child Elements:
extLst: A CT_OfficeArtExtensionList element ([ISO/IEC29500-1:2016] section A.4.1) that specifies a list of extensions for an Office Add-in. This element MAY be ignored.
Attributes:
id: A string attribute ([XMLSCHEMA2/2] section 3.2.1) that specifies the binding identifier.
type: A string attribute ([XMLSCHEMA2/2] section 3.2.1) that specifies the binding type.
appref: A string attribute ([XMLSCHEMA2/2] section 3.2.1) that specifies the binding key used to map the binding entry in this list with the bound data in the document.
The following W3C XML Schema ([XMLSCHEMA1/2] 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/2] section 2.1).