Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Target namespace: http://schemas.microsoft.com/office/taskpaneappversionoverrides
Referenced by: Workbook, Document, Notebook, Presentation, Hosts
Generic type for specifying Host node types under the Hosts element list.
Child Elements:
Runtimes: A Runtimes element that specifies the list of runtimes of an Office Add-in.
AllFormFactors: An AllFormFactors element that specifies the settings for an add-in for all form factors.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="Host" abstract="true"> <xs:sequence> <xs:element name="Runtimes" type="Runtimes" minOccurs="0" maxOccurs="1"/> <xs:element name="AllFormFactors" type="AllFormFactors" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:complexType>
See section 5.7 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).