22.9.2.21 ST_XmlName

This simple type shall contain an XML non-colonized name (NCName).

[Example: Consider the following WordprocessingML fragment for the properties of a single custom XML element:

<w:customXmlPr>
<w:attr w:name="company"
 />
</w: customXmlPr>

The attr element specifies that the NCName associated with the attribute name shall be company. end example]

This simple type’s contents are a restriction of the W3C XML Schema NCName datatype.

Last updated on