2.4.59 ST_nonEmptyString

Referenced by: CT_NamedObject, CT_DataField, CT_PivotTable, CT_Location, CT_Hyperlink, CT_Image, CT_Slicer, CT_WebExtensionBinding, CT_WebExtensionProperty, CT_WebExtension, CT_WebExtensionContent, CT_WebExtensionTaskpane

A non-empty string.

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

 <xs:simpleType name="ST_nonEmptyString">
   <xs:restriction base="xs:string">
     <xs:minLength value="1"/>
   </xs:restriction>
 </xs:simpleType>

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