http://www.endeca.com/MDEX/XQuery/2009/09
The Property Complex Type
Represents an Endeca property. The Key attribute specifies the name of the property.
Complex Type Property
The Property type does not allow mixed content. There is no restriction on type derivation. 
Property is derived from string type. There are several restrictions on the value. The schema processor preserves value's whitespace. The length of the value is greater than or equals to 1.
 CollapseClick here to hide comment XML Instance
<... key="tns:NonEmptyString"Click here to hide Comment This attribute is required.>tns:NonEmptyString</...>
 Collapse Attributes
Name Type Summary
key NonEmptyString
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 
 Collapse XML
-<complexType  name="Property">
-<annotation>
-<documentation>
Represents an Endeca property. The
<code>Key</code>
attribute specifies the name of the property.
</documentation>
</annotation>
-<simpleContent>
-<extension  base="tns:NonEmptyString">
<attribute  name="key"  type="tns:NonEmptyString"  use="required" />
</extension>
</simpleContent>
</complexType>
 Collapse Uses
 Collapse Type (1)
 
 Collapse Used-By
Generated by XSDdoc 2.0 ©