http://www.endeca.com/MDEX/conversation/1/0
The NavigationMenuConfig Complex Type
The NavigationMenuConfig type contains inputs needed to define what is returned in the navigation menu. If ReturnFullPath is set to true, each set of refinements will be accompanied with the path to root for that set of refinements. If ExposeAllRefinements is set to true, it is equivalent to sending a RefinementConfig with Expose="true" for each property and dimension.
Local elements (2)
RefinementGroupConfig RefinementConfig
Complex Type NavigationMenuConfig
The NavigationMenuConfig type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<... ExposeAllRefinements="boolean" HandlerFunction="cs_v1_0:NonEmptyString"Click here to hide Comment This attribute is required. HandlerNamespace="cs_v1_0:NonEmptyString"Click here to hide Comment This attribute is required. Id="cs_v1_0:NonEmptyString"Click here to hide Comment This attribute is required. MaximumRefinementCount="int" ReturnFullPath="boolean"Click here to hide CommentThe default value for this attribute is "false".>
-Begin Choice [1...1]
<RefinementGroupConfig Name="cs_v1_0:NonEmptyString"Click here to hide Comment This attribute is required. Expose="boolean"Click here to hide Comment This attribute is required. ExposeAllPropertyRefinements="boolean">cs_v1_0:RefinementGroupConfig</RefinementGroupConfig> [0..*]
<RefinementConfig Name="cs_v1_0:NonEmptyString"Click here to hide Comment This attribute is required. Spec="cs_v1_0:NonEmptyString" Expose="boolean"Click here to hide CommentThe default value for this attribute is "false". OrderByRecordCount="boolean"Click here to hide CommentThe default value for this attribute is "false". MaximumCount="unsignedLong">cs_v1_0:RefinementConfig</RefinementConfig> [0..*]
End Choice
</...>

 Collapse Attributes

Name Type Summary
ExposeAllRefinements boolean
This attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 
HandlerFunction NonEmptyString
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 
HandlerNamespace NonEmptyString
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 
Id NonEmptyString
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 
MaximumRefinementCount int
This attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 
ReturnFullPath boolean
This attribute is optional. Its form is unqualified.
Its default value is "false".
Show details. Click here to see detail
 

 Collapse XML
-<complexType  name="NavigationMenuConfig">
-<annotation>
<documentation> The NavigationMenuConfig type contains inputs needed to define what is returned in the navigation menu. If ReturnFullPath is set to true, each set of refinements will be accompanied with the path to root for that set of refinements. If ExposeAllRefinements is set to true, it is equivalent to sending a RefinementConfig with Expose="true" for each property and dimension. </documentation>
</annotation>
-<complexContent>
-<extension  base="cs_v1_0:ContentElementConfig">
-<choice>
<element  maxOccurs="unbounded"  minOccurs="0"  name="RefinementGroupConfig"  type="cs_v1_0:RefinementGroupConfig" />
<element  maxOccurs="unbounded"  minOccurs="0"  name="RefinementConfig"  type="cs_v1_0:RefinementConfig" />
</choice>
<attribute  name="ExposeAllRefinements"  type="boolean" />
<attribute  default="false"  name="ReturnFullPath"  type="boolean" />
<attribute  name="MaximumRefinementCount"  type="int" />
</extension>
</complexContent>
</complexType>

 Collapse Uses
 Collapse Used-By
 
Generated by WSDLdoc ©