2.4.22 ST_QID

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_LabelControl, CT_VisibleButton, CT_ToggleButtonRegular, CT_ToggleButton, CT_VisibleToggleButton, CT_CheckBox, CT_EditBox, CT_ComboBox, CT_DropDownRegular, CT_GalleryRegular, CT_Gallery, CT_MenuRegular, CT_MenuSeparator, CT_SplitButtonRegular, CT_DynamicMenuRegular, CT_SplitButtonRestricted, CT_SplitButtonBase, CT_MenuWithTitle, CT_SplitButtonWithTitle, CT_Menu, CT_DynamicMenu, CT_SplitButton, CT_Box, CT_ButtonGroup, CT_Separator, CT_MenuSeparatorNoTitle, CT_Group, CT_Tab, CT_BackstageButtonBase, CT_BackstageRegularButton, CT_BackstageGroupButton, CT_BackstageMenuButton, CT_BackstageFastCommandButton, CT_BackstageCheckBoxBase, CT_BackstageCheckBox, CT_BackstageMenuCheckBox, CT_BackstageMenuToggleButton, CT_BackstageEditBox, CT_BackstageDropDown, CT_RadioGroup, CT_BackstageComboBox, CT_Hyperlink, CT_BackstageLabelControl, CT_BackstagePrimaryMenu, CT_BackstageMenuGroup, CT_BackstageSubMenu, CT_BackstageMenuBase, CT_ImageControl, CT_GroupBox, CT_LayoutContainer, CT_BackstageGroup, CT_HeaderGroup, CT_TaskGroup, CT_TaskGroupCategory, CT_TaskGroupTask, CT_TaskFormGroup, CT_TaskFormGroupCategory, CT_TaskFormGroupTask, CT_BackstageTab

Specifies a control identifier that is qualified by an XML namespace prefix. The prefix determines which namespace the control belongs to.

If the prefix is set to a namespace other than the namespace of the containing document, the qualified identifier implicitly defines a new custom namespace. If multiple Custom UI documents refer to controls in the same namespace, the documents are able to share common containers.

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

 <xsd:simpleType name="ST_QID">
   <xsd:restriction base="xsd:QName">
     <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).