Share via


2.2.229 LocaleTokenOverride

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

Referenced by: LocaleToken

Defines a condition and a corresponding value for a LocaleToken.

Attributes:

Locale: A ShortString attribute that specifies the LocaleToken condition.

Value: A ShortString attribute that specifies the LocaleToken value when the condition is satisfied.

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

 <xs:complexType name="LocaleTokenOverride">
   <xs:attribute name="Locale" type="bt:ShortString" use="required"/>
   <xs:attribute name="Value" type="bt:ShortString" use="required"/>
 </xs:complexType>

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