2.3.3.3.7 CT_AccDataSheet

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

Referenced by: CT_FormDatasheet

Specifies a tabular view of a form.

Child Elements:

Attachment : A CT_AccDSAttachment that specifies an Attachment element in a tabular view.

CheckBox : A CT_AccDSCheckBox that specifies a CheckBox element in a tabular view.

ComboBox : A CT_AccDSComboBox that specifies a ComboBox element in a tabular view.

Label : A CT_AccDSLabel that specifies a Label element in a tabular view.

TextBox : A CT_AccDSTextBox that specifies a TextBox element in a tabular view.

Attributes:

x:Name : A string ([XMLSCHEMA2/2] section 3.2.1) that specifies the Name attribute.

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

 <xs:complexType name="CT_AccDataSheet">
   <xs:sequence>
     <xs:choice minOccurs="0" maxOccurs="unbounded">
       <xs:element name="TextBox" type="CT_AccDSTextBox" wbld:cname="TextBox"/>
       <xs:element name="Label" type="CT_AccDSLabel" wbld:cname="Label"/>
       <xs:element name="Attachment" type="CT_AccDSAttachment" wbld:cname="Attachment"/>
       <xs:element name="ComboBox" type="CT_AccDSComboBox" wbld:cname="ComboBox"/>
       <xs:element name="CheckBox" type="CT_AccDSCheckBox" wbld:cname="CheckBox"/>
     </xs:choice>
   </xs:sequence>
   <xs:attribute ref="x:Name" use="optional"/>
 </xs:complexType>

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