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: TaskPaneApp
Provides a reference to an external document with feature-specific metadata.
Child Elements:
Tokens: A Tokens element that defines tokens that could be used in template URLs.
Attributes:
Url: A URL attribute that specifies the URL template of the metadata document.
ResourcesUrl: A URL attribute that specifies the URL template of the supplemental resources for the metadata document.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="ExtendedOverrides"> <xs:sequence> <xs:element name="Tokens" type="Tokens" minOccurs="0" maxOccurs="1"/> </xs:sequence> <xs:attribute name="Url" type="URL" use="required"/> <xs:attribute name="ResourcesUrl" type="URL" use="optional"/> </xs:complexType>
See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).