2.16.7 Textbox.DataElementName

The Textbox.DataElementName element specifies the name to use for the data element or attribute of a Textbox. The Textbox.DataElementName element is optional. If this element is present, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) that is a CLS-compliant identifier [UTR15]. If this element is not present, its value is interpreted as the Textbox.Name attribute of the text box.

Following is the parent element of the Textbox.DataElementName element.

Parent elements

Textbox

The following is the XML Schema definition of the Textbox.DataElementName element.

 <xsd:element name="DataElementName" type="xsd:string" minOccurs="0" />