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 image resources.
Child Elements:
Image: An ImageLocaleAwareSettingWithId element that specifies an image URL resource along with a unique identifier that can be used to refer to the resource from elsewhere in the Office Add-in manifest.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="ImageResources"> <xs:sequence> <xs:element name="Image" type="ImageLocaleAwareSettingWithId" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType>
See section 5.6 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).