http://www.endeca.com/MDEX/XQuery/2009/09
The Assignment Complex Type
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.
 CollapseClick here to hide comment XML Instance
<... name="NCName"Click here to hide Comment This attribute is required. type="string">string</...>

 Collapse Attributes

Name Type Summary
name NCName
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 
type string
This attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 

 Collapse XML
-<complexType  name="Assignment">
-<annotation>
<documentation> An attribute assignment. </documentation>
</annotation>
-<simpleContent>
-<extension  base="string">
<attribute  name="name"  type="NCName"  use="required" />
<attribute  name="type"  type="string"  use="optional" />
</extension>
</simpleContent>
</complexType>

 Collapse Uses
 Collapse Type (2)
 
 Collapse Used-By
 Collapse Element (1)
 
Generated by WSDLdoc ©