2.2.2 CT_OsfWebExtensionPropertyBag

Target namespace: http://schemas.microsoft.com/office/webextensions/webextension/2010/11

Referenced by: CT_OsfWebExtension

This element specifies a set of Office Add-in custom properties.

Child Elements:

property: A CT_OsfWebExtensionProperty (section 2.2.1) element that specifies a single Office Add-in custom property.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_OsfWebExtensionPropertyBag">
   <xsd:sequence>
     <xsd:element name="property" minOccurs="0" maxOccurs="unbounded" type="CT_OsfWebExtensionProperty"/>
   </xsd:sequence>
 </xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).