Share via


2.2.209 Runtimes

Target namespace: http://schemas.microsoft.com/office/taskpaneappversionoverrides

Referenced by: Host, Workbook, Document, Notebook, Presentation

Specifies the list of runtimes of an Office Add-in.

Child Elements:

Runtime: A Runtime element that specifies runtime behavior of the Office Add-in’s component sharing the same resid.

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

 <xs:complexType name="Runtimes">
   <xs:sequence minOccurs="1" maxOccurs="unbounded">
     <xs:element name="Runtime" type="Runtime"/>
   </xs:sequence>
 </xs:complexType>

See section 5.7 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).