2.2.4.3 ST_ShortString
Target namespace: http://schemas.microsoft.com/office/accessservices/2010/12/application
Referenced by: CT_CheckConstraint
A string ([XMLSCHEMA2] 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.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).