2.2.3.24 CT_LookupRecord

Target namespace: http://schemas.microsoft.com/office/accessservices/2010/12/application

Referenced by: CT_DataMacroStatements

Specifies a set of commands that are performed for a single record.

MUST NOT be present in a CT_DataMacroStatements (section 2.2.3.38) element that is a child of a CT_CreateRecord (section 2.2.3.26) or CT_EditRecord (section 2.2.3.28) element.

Child Elements:

Data: A CT_LookupRecordData (section 2.2.3.23) element that specifies a single record.

Statements: A CT_DataMacroStatements (section 2.2.3.38) element that specifies a set of commands to perform on a single record.

Attributes:

Collapsed: An Ignored Value (section 2.1.4).

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

 <xsd:complexType name="CT_LookupRecord">
   <xsd:sequence>
     <xsd:element name="Data" wbld:cname="Data" type="CT_LookupRecordData"/>
     <xsd:element name="Statements" type="CT_DataMacroStatements" wbld:cname="Statements"/>
   </xsd:sequence>
   <xsd:attribute name="Collapsed" type="xsd:boolean" wbld:cname="Collapsed" use="optional"/>
 </xsd:complexType>

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