2.2.5 LocaleAwareSetting

Target namespace: http://schemas.microsoft.com/office/appforoffice/1.0

Defines a setting that is unbounded, and that can be specified for a locale different than the default.

Child Elements:

Override: A LocaleOverride element (section 2.2.1) that provides a way to specify the value of this setting for an additional locale.

Attributes:

DefaultValue: A NonEmptyString attribute (section 2.3.1) that specifies the default value for this setting, expressed for the locale specified in the DefaultLocale element (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="LocaleAwareSetting">
   <xs:sequence>
     <xs:element name="Override" type="LocaleOverride" minOccurs="0" maxOccurs="unbounded"/>
   </xs:sequence>
   <xs:attribute name="DefaultValue" type="NonEmptyString" use="required"/>
 </xs:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).