2.3.1.2.2 Name

Target namespace: http://schemas.microsoft.com/winfx/2009/04/xaml

Referenced by: CT_Border, CT_AccTextBox, CT_AccButton, CT_AccComboBox, CT_AccCheckBox, CT_AccListBox, CT_AccLabel, CT_AccAttachment, CT_AccImage, CT_AccSubForm, CT_AccNavigationControl, CT_AccNavigationButton, CT_AccTabControl, CT_TabItem, CT_AccWebBrowser, CT_Section, CT_AccDataSheet, CT_AccDSTextBox, CT_AccDSLabel, CT_AccDSAttachment, CT_AccDSComboBox, CT_AccDSCheckBox

A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the unique identifier of the control. The name MUST conform to the following ABNF [RFC4234] grammar:

 control-name = control-name-first-character *63control-name-character
 control-name-first-character = ALPHA
 control-name-character = control-name-first-character / DIGIT / "_"

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

 <xs:attribute name="Name" type="xs:string" wbld:cname="Name"/>

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