http://www.endeca.com/MDEX/XQuery/2009/09
An attribute assignment.
Complex Type
Assignment
The Assignment type does not allow mixed content.
There is no restriction on type derivation.
Assignment is derived from
string type. There are several restrictions on the value. The schema processor preserves value's whitespace.
 XML Instance |
|
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-[:]]* ".
|
type |
string |
This attribute is optional.
Its form is unqualified.
Show details.
|
Base type of type is string. There are several restrictions on the value. The schema processor preserves value's whitespace.
|
|
XML |
-<complexType name="Assignment">
<documentation>
An attribute assignment.
</documentation>
</annotation>
<attribute name="name" type="NCName" use="required" />
<attribute name="type" type="string" use="optional" />
</extension>
</simpleContent>
</complexType>
|
Uses |
Type (2)
|
Used-By |
Element (1)
|