2.4.21 ST_LongString

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

Referenced by: CT_ControlClone, CT_Button, CT_ButtonRegular, CT_ControlCloneQat, CT_VisibleButton, CT_ToggleButtonRegular, CT_ToggleButton, CT_VisibleToggleButton, CT_CheckBox, CT_GalleryRegular, CT_Gallery, CT_MenuRegular, CT_DynamicMenuRegular, CT_Menu, CT_DynamicMenu, CT_BackstageMenuButton, CT_BackstageCheckBox, CT_BackstageMenuCheckBox, CT_BackstageMenuToggleButton, CT_BackstageSubMenu, CT_ImageControl, CT_BackstageGroup, CT_TaskGroup, CT_TaskGroupTask, CT_TaskFormGroup, CT_TaskFormGroupTask

Specifies a string of potentially long length.

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

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

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