2.3.3.4.9 ST_AccDatasheetCaption

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

Referenced by: CT_AccTextBox, CT_AccComboBox, CT_AccCheckBox, CT_AccListBox, CT_AccAttachment, CT_AccDSTextBox, CT_AccDSAttachment, CT_AccDSComboBox, CT_AccDSCheckBox

A string ([XMLSCHEMA2/2] section 3.2.1) that MUST be less than or equal to 2011 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_AccDatasheetCaption">
   <xs:restriction base="xs:string">
     <xs:maxLength value="2011"/>
   </xs:restriction>
 </xs:simpleType>

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