2.2.4.1 ST_ObjectName

Target namespace: http://schemas.microsoft.com/office/accessservices/2010/12/application

Referenced by: BoundColumn, DisplayColumn, DisplayName, InternalName, ObjectId, ReferencedTable, CT_Index, CT_PropertyRefIndex, CT_PropertyRef, CT_Unique, CT_ConstraintWithExpression, CT_CheckConstraint, CT_DefaultConstraint, CT_ExtendedAttribute, CT_Order, CT_Reference, CT_Parameter, CT_Result, CT_Join, CT_Group, CT_ParameterDefinition, CT_ParameterValue, CT_OutputParameter, CT_Query, CT_Argument, CT_ExpressionArgument, CT_Action, CT_ForEachRecordData, CT_LookupRecordData, CT_CreateRecordData, CT_EditRecordData, CT_UserInterfaceMacro

A string ([XMLSCHEMA2] 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 MUST NOT exceed 64 characters.

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="64"/>
   </xsd:restriction>
 </xsd:simpleType>

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