2.2.1 CT_OsfWebExtensionProperty
Target namespace: http://schemas.microsoft.com/office/webextensions/webextension/2010/11
Referenced by: CT_OsfWebExtensionPropertyBag
A complex type that specifies an Office Add-in custom property.
Attributes:
name: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies a custom property name.
value: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies a custom property value.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_OsfWebExtensionProperty"> <xsd:attribute name="name" type="xsd:string" use="required"/> <xsd:attribute name="value" type="xsd:string" use="required"/> </xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).