Share via


2.2.114 ShortResourceReference

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

Referenced by: Supertip, UIControl, MobileUIControl, UIControlWithIcon, MobileUIControlWithIcon, UIControlWithOptionalIcon, Button, MobileButton, MenuItem, Menu, Group, CustomTab, MobileGroup, Module, DetectedEntity, CT_ReportingOptions, CT_MoreInfo, CT_PreProcessingDialog, Supertip, UIControl, UIControlWithIcon, UIControlWithOptionalIcon, Button, MenuItem, Menu, Group, CustomTab, ShowTaskpane, Supertip, UIControl, UIControlWithIcon, UIControlWithOptionalIcon, Button, MenuItem, Menu, Group, CustomTab, CustomFunctions, GetStarted

Specifies a reference to a shortform string resource defined under the Resources element of the manifest.

Attributes:

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="ShortResourceReference">
   <xs:complexContent>
     <xs:extension base="ResourceReference"/>
   </xs:complexContent>
 </xs:complexType>

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