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.0
Referenced by: ContentAppSettings, TaskPaneAppSettings, DesktopMailAppSettings, TabletMailAppSettings, PhoneMailAppSettings, OfficeApp, ContentApp, Dictionary, TaskPaneApp, MailApp
Specifies a Uniform Resource Locator (URL) setting that is locale-aware and that can be specified for a locale different than the default.
Child Elements:
Override: A URLLocaleOverride (section 2.2.4) element that specifies the value of URLLocaleAwareSetting for an additional locale.
Attributes:
DefaultValue: A URL (section 2.3.4) attribute that that specifies the default value for this setting for the locale culture name that is specified in the DefaultLocale child element of OfficeApp (section 2.2.21)
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="URLLocaleAwareSetting"> <xs:sequence> <xs:element name="Override" type="URLLocaleOverride" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="DefaultValue" type="URL" use="required"/> </xs:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).