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: OfficeApp, ContentApp, TaskPaneApp, MailApp
Defines additional domains that the Office Add-in uses to load its pages.
Child Elements:
AppDomain: A LongString (section 2.3.29) element that specifies a domain that will be used to load one or more Office Add-in pages.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="AppDomains"> <xs:sequence minOccurs="1" maxOccurs="unbounded"> <xs:element name="AppDomain" type="LongString"/> </xs:sequence> </xs:complexType>
See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).