2.2.3.25 CT_CreateRecordData

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

Referenced by: CT_CreateRecord

Specifies a Table (section 2.1.1) in which to create a new record.

Child Elements:

Parameters: A CT_ParameterValues (section 2.2.3.17) element that specifies the local variable to store the identifier of the newly created record.

Reference: An ST_ObjectName (section 2.2.4.1) element that specifies a Table (section 2.1.1).

Attributes:

Alias: An ST_ObjectName (section 2.2.4.1) attribute that specifies a name for the newly created record in the Table (section 2.1.1).

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

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