2.3.51 CT_WebExtensionProperty

Referenced by: CT_WebExtensionProperties

An extension-defined property of an instance of an Office Web Extension in the workbook.

Attributes:

WebExtensionPropertyName: An ST_nonEmptyString attribute that specifies the name of the property.

WebExtensionPropertyValue: A string attribute that specifies the value of the property.

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

 <xs:complexType name="CT_WebExtensionProperty">
   <xs:attribute name="WebExtensionPropertyName" type="ST_nonEmptyString" use="required"/>
   <xs:attribute name="WebExtensionPropertyValue" type="xs:string" use="required"/>
 </xs:complexType>

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