2.3.63 CT_WebExtensionContent

Referenced by: CT_WebExtensions

Metadata associated with an instance of a content 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:

AbsoluteLeft: The X coordinate in points of the offset of the origin of the Office Web Extension from the origin of the worksheet.

AbsoluteTop:  The Y coordinate in points of the offset of the origin of the Office Web Extension from the origin of the worksheet.

AbsoluteRight: The X coordinate in points of the offset of the rightmost edge of the Office Web Extension from the origin of the worksheet.  In a worksheet with right-to-left reading order, this corresponds to the leftmost edge of the Office Web Extension.

AbsoluteBottom:  The Y coordinate in points of the offset of the bottom of the Office Web Extension from the origin of the worksheet.

Width:  The width of the Office Web Extension in points.

Height:  The height of the Office Web Extension in points.

ZOrder: The z-order for the Office Web Extension.

XOriginDelta:  The X coordinate in points of the offset of the origin of the Office Web Extension from the starting column (2) of the requested range.

YOriginDelta:  The Y coordinate in points of the offset of the origin of the Office Web Extension from the starting row of the requested range.

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_WebExtensionContent">
   <xs:complexContent>
     <xs:extension base="CT_WebExtension">
       <xs:attribute name="AbsoluteLeft" type="xs:double" use="required"/>
       <xs:attribute name="AbsoluteTop" type="xs:double" use="required"/>
       <xs:attribute name="AbsoluteRight" type="xs:double" use="required"/>
       <xs:attribute name="AbsoluteBottom" type="xs:double" use="required"/>
       <xs:attribute name="Width" type="ST_nonNegativeDouble" use="required"/>
       <xs:attribute name="Height" type="ST_nonNegativeDouble" use="required"/>
       <xs:attribute name="ZOrder" type="xs:int" use="required"/>
       <xs:attribute name="XOriginDelta" type="xs:double" default="0" use="optional"/>
       <xs:attribute name="YOriginDelta" type="xs:double" default="0" use="optional"/>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

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