2.3.64 CT_WebExtensionTaskpane
Referenced by: CT_WebExtensions
Metadata associated with an instance of a taskpane type Office Web Extension in this workbook.
Child Elements:
InstanceId: An ST_nonEmptyString element that specifies a unique identifier for this instance of the Office Web Extension.
PrimaryMarketplace: A CT_WebExtensionMarketplace element that specifies the preferred location of the manifest for this instance.
AssetMarketplace: An optional CT_WebExtensionMarketplace element that specifies a fallback location of the manifest for this instance.
WebExtensionProperties: A CT_WebExtensionProperties element that specifies properties for this instance.
WebExtensionBindings: A CT_WebExtensionBindings element that specifies bindings associated with this instance.
Attributes:
Width: The width of the Office Web Extension taskpane in points.
Visibility: A boolean attribute that specifies whether the Office Web Extension is visible and active.
WebExtensionType: An ST_enmWebExtensionType attribute that specifies the type of web extension for this instance.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="CT_WebExtensionTaskpane"> <xs:complexContent> <xs:extension base="CT_WebExtension"> <xs:attribute name="Width" type="ST_nonNegativeDouble" use="required"/> <xs:attribute name="Visibility" type="xs:boolean" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).