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: IconList
Specifies a reference to an image resource defined under the Resources element of the manifest.
Attributes:
size: An integer attribute that specifies the dimension of the image resource. Mandatory values are 16, 32, and 80. Currently supported optional values are 20, 24, 40, 48, and 64.
resid: A ReferenceId attribute that specifies the identifier of the resource.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xs:complexType name="ImageResourceReference"> <xs:complexContent> <xs:extension base="ResourceReference"> <xs:attribute name="size" type="xs:integer" use="required"/> </xs:extension> </xs:complexContent> </xs:complexType>
See section 5.6 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).