2.2.3.27 CT_EditRecordData

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

Referenced by: CT_EditRecord

Specifies a single record.

Attributes:

Alias: An ST_ObjectName (section 2.2.4.1) attribute that specifies the name given to a single record. This attribute MUST be the same as the Alias attribute of a CT_ForEachRecordData (section 2.2.3.21) element, the Alias attribute of a CT_LookupRecordData (section 2.2.3.23) element, or the name of the parent Table (section 2.1.1) of the Data Macro (section 2.1.2.2).

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.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).