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: Resources
Specifies a collection of short string resources for the add-in.
Child Elements:
String: A ShortLocaleAwareSettingWithId element that specifies a shortform string resource for the add-in along with a unique identifier that can be used to refer to the resource from elsewhere in the manifest.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="ShortStringResources"> <xs:sequence> <xs:element name="String" type="ShortLocaleAwareSettingWithId" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType>
See section 5.6 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).