http://www.endeca.com/MDEX/XQuery/2009/09
Contains the name of an attribute. Note that all
attribute names must be NCNames.
Complex Type
Attribute
The Attribute type does not allow mixed content.
There is no restriction on type derivation.
 XML Instance |
<... name="NCName" This attribute is required.></...>
|
Attributes |
Name |
Type |
Summary |
name |
NCName |
This attribute is required.
Its form is unqualified.
Show details.
|
Base type of name is NCName. There are several restrictions on the value. The schema processor collapses value's whitespace. The value must match " [\i-[:]][\c-[:]]* ".
|
|
XML |
-<complexType name="Attribute">
<documentation>
Contains the name of an attribute. Note that all
attribute names must be NCNames.
</documentation>
</annotation>
<attribute name="name" type="NCName" use="required" />
</complexType>
|
Uses |
Type (1)
|
Used-By |
Element (1)
|