2.2.3.29 CT_EditRecordData

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

Referenced by: CT_EditRecord

Specifies a single record.

Attributes:

Alias : An ST_ObjectName attribute that specifies the name given to a single record. This attribute MUST be the same as the Alias attribute of the outermost CT_ForEachRecordData element, the Alias attribute of a CT_LookupRecordData element, or the name of the parent list of the Data Macro.

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

 <xsd:complexType name="CT_EditRecordData">
   <xsd:attribute name="Alias" type="ST_ObjectName" wbld:cname="Alias" use="optional"/>
 </xsd:complexType>

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