Share via


2.2.125 URLResources

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

Referenced by: Resources

Specifies a collection of string resources for the add-in.

Child Elements:

Url: A URLLocaleAwareSettingWithId element that specifies a URL 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="URLResources">
   <xs:sequence>
     <xs:element name="Url" type="URLLocaleAwareSettingWithId" minOccurs="0" maxOccurs="unbounded"/>
   </xs:sequence>
 </xs:complexType>

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