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/appforoffice/1.1
Referenced by: Hosts
Defines a Host element that specifies an individual Office application type where the Office Add-in SHOULD activate, such as document, workbook, presentation, mailbox, project, database, or notebook.
Attributes:
Name: A ShortString attribute that specifies the Office application type where the Office Add-in SHOULD activate, such as "Document", "Workbook", "Presentation", "Mailbox", "Project", "Database", or “Notebook”.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="Host"> <xs:attribute name="Name" type="ShortString" use="required"/> </xs:complexType>
See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).