http://www.endeca.com/MDEX/config/XQuery/2009/09
The groupSummaries Complex Type
A list of group summaries. A group summary consists of a groupSummary element with key and cardinality attributes. If the group has a display name, the summary will also include a displayName attribute.
Local elements (1)
groupSummary
Complex Type groupSummaries
The groupSummaries type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<...>
<mdex:groupSummary key="string" displayName="string" cardinality="int"></groupSummary> [0..*]
</...>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<complexType  name="groupSummaries">
-<annotation>
-<documentation>
A list of group summaries. A group summary consists of a
<code>groupSummary</code>
element with
<code>key</code>
and
<code>cardinality</code>
attributes. If the group has a display name, the summary will also include a
<code>displayName</code>
attribute.
</documentation>
</annotation>
-<sequence>
-<element  maxOccurs="unbounded"  minOccurs="0"  name="groupSummary">
-<complexType>
<attribute  name="key"  type="string" />
<attribute  name="displayName"  type="string" />
<attribute  name="cardinality"  type="int" />
</complexType>
</element>
</sequence>
</complexType>

 Collapse Uses
 Collapse Type (2)
int  string 
 
 Collapse Used-By
 Collapse Element (3)
 
Generated by WSDLdoc ©