WebExtensionPropertyBag class
Defines the WebExtensionPropertyBag Class.This class is only available in Office2013. When the object is serialized out as xml, its qualified name is we:properties.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2013.WebExtension.WebExtensionPropertyBag
Namespace: DocumentFormat.OpenXml.Office2013.WebExtension
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
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 app custom properties.
Child Elements:
property: A CT_OsfWebExtensionProperty (section 2.2.1) element that specifies a single office app custom property.
The following W3C XML Schema ([XMLSCHEMA1] 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] section 2.1).