ShortLocaleAwareSetting complexType (apps for Office)
Published: February 26, 2013
Defines a setting that is a short string, locale-aware, and that can be specified for a locale different than the default.
|
Namespace |
http://schemas.microsoft.com/office/appforoffice/1.0 |
|
Schema file |
offappmanifest.xsd |
|
Extension base |
None |
<xs:complexType name="ShortLocaleAwareSetting">
<xs:sequence>
<xs:element name="Override" type="ShortLocaleOverride" minOccurs="0" maxOccurs="unbounded"></xs:element>
</xs:sequence>
<xs:attribute name="DefaultValue" type="ShortString" use="required" />
</xs:complexType>
Child elements
|
Element |
Type |
Description |
|---|---|---|
|
Provides a way to specify the value of this setting for an additional locale. |
Attributes
|
Attribute |
Type |
Required |
Description |
Possible values |
|---|---|---|---|---|
|
DefaultValue |
required |
Specifies the default value for this setting, expressed for the locale specified in the DefaultLocale element. |
Values of the ShortString type. |