2.6.90 CT_WebExtension
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2010/11/main
Referenced by: CT_WebExtensions
A complex type that specifies a binding for a web extension, as specified by [MS-OWEXML] section 1.3, on the worksheet.
Child Elements:
xm:f: An f element that specifies the data range for the Binding. The formula MUST adhere to the grammar specified in Section Formulas, with the following restrictions:
MUST follow the ref-nospace-expression rule.
MUST NOT use the bang-reference, bang-name, sheet-range-reference, or local-cell-reference production rules.
Attributes:
appRef: An ST_Xstring ([ISO/IEC29500-1:2016] section 22.9.2.19) attribute that specifies a unique identifier for a binding for a web extension. This value MUST be equal to the appref field of a CT_OsfWebExtensionBinding element as specified by [MS-OWEXML] section 2.2.3.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_WebExtension"> <xsd:sequence> <xsd:element ref="xm:f" minOccurs="1" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="appRef" type="x:ST_Xstring" use="required"/> </xsd:complexType>
See section 5.3 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).