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
Defines Word extension points.
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.
DesktopFormFactor: A FormFactor element that specifies the settings of the Office Add-in when running in a desktop version of Word.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="Document"> <xs:complexContent> <xs:extension base="Host"> <xs:sequence> <xs:element name="DesktopFormFactor" type="FormFactor" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
See section 5.7 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).