2.4.28 ST_Uri

Target namespace: http://schemas.microsoft.com/office/2009/07/customui

Referenced by: CT_ControlBase, CT_Control, CT_ControlCloneRegular, CT_ControlClone, CT_Button, CT_ButtonRegular, CT_ControlCloneQat, CT_VisibleButton, CT_ToggleButtonRegular, CT_ToggleButton, CT_VisibleToggleButton, CT_EditBox, CT_Item, CT_ComboBox, CT_DropDownRegular, CT_GalleryRegular, CT_Gallery, CT_MenuRegular, CT_DynamicMenuRegular, CT_SplitButtonBase, CT_MenuWithTitle, CT_Menu, CT_DynamicMenu, CT_Group, CT_BackstageButtonBase, CT_BackstageRegularButton, CT_BackstageGroupButton, CT_BackstageMenuButton, CT_BackstageFastCommandButton, CT_BackstageMenuToggleButton, CT_Hyperlink, CT_BackstagePrimaryMenu, CT_BackstageSubMenu, CT_BackstageMenuBase, CT_ImageControl, CT_TaskGroupTask, CT_TaskFormGroupTask

Specifies the identifier of an XML part that is related to the containing Custom UI document. The target part MUST contain an image file.

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

 <xsd:simpleType name="ST_Uri">
   <xsd:restriction base="xsd:string">
     <xsd:minLength value="1"/>
     <xsd:maxLength value="1024"/>
   </xsd:restriction>
 </xsd:simpleType>

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