2.4.22 ST_ObjectName

Referenced by: CT_Parameter, CT_NamedObject, CT_Location, ST_SheetOrObjectName

The name of a named object or workbook parameter

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

 <xs:simpleType name="ST_ObjectName">
   <xs:restriction base="xs:string">
     <xs:minLength value="1"/>
     <xs:maxLength value="255"/>
   </xs:restriction>
 </xs:simpleType>

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