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/officeappbasictypes/1.0
Referenced by: LongStringResources
Defines a long string resource that is locale-aware and that can be specified for a locale different than the default, and also has an identifier associated with it to uniquely identify it relative to other resources.
Child Elements:
Override: A LongLocaleOverride element that specifies the value of this setting for an additional locale.
Attributes:
id: A LongReferenceId attribute that specifies a unique identifier for this setting that can be referenced from other locations to refer back to this element.
DefaultValue: A LongString attribute that specifies the default value for this setting.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="LongLocaleAwareSettingWithId"> <xs:sequence> <xs:element name="Override" type="LongLocaleOverride" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="id" type="LongReferenceId" use="required"/> <xs:attribute name="DefaultValue" type="LongString" use="required"/> </xs:complexType>
See section 5.6 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).