http://www.endeca.com/MDEX/conversation/1/0
The RefinementConfig Complex Type
Controls the behavior of an individual group of refinements in a NavigationMenu. @Name - the name of the refinement group to control @Expose - whether to expose refinements, or just show the head of the group @MaximumCount - if specified, limit the number of refinements returned @OrderByRecordCount - if true, order by record count, otherwise use natural order
Complex Type RefinementConfig
The RefinementConfig type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<... Expose="boolean"Click here to hide CommentThe default value for this attribute is "false". MaximumCount="unsignedLong" Name="cs_v1_0:NonEmptyString"Click here to hide Comment This attribute is required. OrderByRecordCount="boolean"Click here to hide CommentThe default value for this attribute is "false". Spec="cs_v1_0:NonEmptyString"></...>

 Collapse Attributes

Name Type Summary
Expose boolean
This attribute is optional. Its form is unqualified.
Its default value is "false".
Show details. Click here to see detail
 
MaximumCount unsignedLong
This attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 
Name NonEmptyString
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 
OrderByRecordCount boolean
This attribute is optional. Its form is unqualified.
Its default value is "false".
Show details. Click here to see detail
 
Spec NonEmptyString
This attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 

 Collapse XML
-<complexType  name="RefinementConfig">
-<annotation>
<documentation> Controls the behavior of an individual group of refinements in a NavigationMenu. @Name - the name of the refinement group to control @Expose - whether to expose refinements, or just show the head of the group @MaximumCount - if specified, limit the number of refinements returned @OrderByRecordCount - if true, order by record count, otherwise use natural order </documentation>
</annotation>
<attribute  name="Name"  type="cs_v1_0:NonEmptyString"  use="required" />
<attribute  name="Spec"  type="cs_v1_0:NonEmptyString"  use="optional" />
<attribute  default="false"  name="Expose"  type="boolean" />
<attribute  default="false"  name="OrderByRecordCount"  type="boolean" />
<attribute  name="MaximumCount"  type="unsignedLong"  use="optional" />
</complexType>

 Collapse Uses
 Collapse Type (3)
 
 Collapse Used-By
Generated by WSDLdoc ©