Share via


2.2.108 Resources

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

Referenced by: VersionOverridesV1_1, VersionOverridesV1_0, VersionOverridesV1_0

Defines a collection of resources referenced by other elements of the manifest where resource references are supported.

Child Elements:

Images: An ImageResources element that specifies a collection of image resources for the add-in.

Urls: A URLResources element that specifies a collection of URL string resources for the add-in.

ShortStrings: A ShortStringResources element that specifies a collection of shortform string resources for the add-in.

LongStrings: A LongStringResources element that specifies a collection of longform string resources for the add-in.

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

 <xs:complexType name="Resources">
   <xs:sequence>
     <xs:element name="Images" type="ImageResources" minOccurs="0" maxOccurs="1"/>
     <xs:element name="Urls" type="URLResources" minOccurs="0" maxOccurs="1"/>
     <xs:element name="ShortStrings" type="ShortStringResources" minOccurs="0" maxOccurs="1"/>
     <xs:element name="LongStrings" type="LongStringResources" minOccurs="0" maxOccurs="1"/>
   </xs:sequence>
 </xs:complexType>

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