2.3.3.3.17 CT_AccListComboBoxRowSource

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

Referenced by: CT_AccComboBox, CT_AccListBox, CT_AccDSComboBox

Specifies the RowSource element of a control. If the value of the control’s RowSourceType attribute is "Table/Query" then either a Query child element MUST be present, or the value of this element MUST be the name of a list or query. Otherwise, the value of the RowSource element MUST be a list of literal values separated by semi-colons.

Child Elements:

axl:Query : A CT_Query element that specifies a data source.

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

 <xs:complexType mixed="true" name="CT_AccListComboBoxRowSource">
   <xs:choice>
     <xs:element ref="axl:Query" minOccurs="0"/>
   </xs:choice>
 </xs:complexType>

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