2.2.4.4 ST_ShortString

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

Referenced by: CT_Query, CT_UserInterfaceMacro, CT_View, CT_Object

A string ([XMLSCHEMA2/2] section 3.2.1) that MUST be less than or equal to 255 characters in length.

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

 <xsd:simpleType name="ST_ShortString">
   <xsd:restriction base="xsd:string">
     <xsd:maxLength value="255"/>
   </xsd:restriction>
 </xsd:simpleType>

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