2.2.4.1 ST_ObjectName

Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/application

Referenced by: CT_Query, CT_Parameter, CT_Reference, CT_Result, CT_Join, CT_Order, CT_ParameterDefinition, CT_ParameterValue, CT_Argument, CT_Action, CT_ForEachRecordData, CT_LookupRecordData, CT_CreateRecordData, CT_EditRecordData, CT_Sub, CT_MacroReference, CT_UserInterfaceMacro, CT_DataMacro, CT_View, CT_Object

A string ([XMLSCHEMA2/2] section 3.2.1) that specifies an attribute of an object in a database application. MUST NOT begin with a space character or the ‘=’ character. MUST NOT contain the tab character or any of the following characters: /\:*?"<>.|#{}%~&;!`[], or any character whose hexadecimal value is less than 0x20. The length of the string ([XMLSCHEMA2/2] section 3.2.1) MUST NOT exceed 64 characters.<3>

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

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

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