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 Add-in bindings.

Child Elements:

binding: A CT_OsfWebExtensionBinding (section 2.2.3) element that specifies an Office Add-in binding.

The following W3C XML Schema ([XMLSCHEMA1/2] 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/2] section 2.1).