2.2.3.27 CT_CreateRecordData

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

Referenced by: CT_CreateRecord

Specifies a list in which to create a new record.

Child Elements:

Reference : An ST_ObjectName element that specifies the name of the list.

Attributes:

Alias : An ST_ObjectName attribute that specifies a name for the newly created record in the list.

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

 <xsd:complexType name="CT_CreateRecordData">
   <xsd:choice>
     <xsd:element name="Reference" type="ST_ObjectName" wbld:cname="Reference"/>
   </xsd:choice>
   <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).