Share via


2.2.95 LongLocaleOverride

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

Referenced by: LongLocaleAwareSettingWithId

Defines the support for multiple locales for long strings.

Attributes:

Locale: A CultureName attribute that specifies the culture name of the locale for this override.

Value: A LongString attribute that specifies the value of the setting the specified locale.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="LongLocaleOverride">
   <xs:attribute name="Locale" type="CultureName" use="required"/>
   <xs:attribute name="Value" type="LongString" use="required"/>
 </xs:complexType>

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