2.3.3.4.8 ST_AccString2048

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

Referenced by: CT_AccButton, CT_AccLabel, CT_AccNavigationButton, CT_TabItem, CT_Form, CT_AccDSLabel

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

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

 <xs:simpleType name="ST_AccString2048">
   <xs:restriction base="xs:string">
     <xs:maxLength value="2048"/>
   </xs:restriction>
 </xs:simpleType>

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