http://www.endeca.com/MDEX/conversation/1/0
The RecordList Complex Type
The result data corresponding to a RecordListConfig request. It contains information about the overall set of result records submitted to this summarization (NumRecords and TotalPages), the page of records presented (Record and RecordRange) and controls for sorting and pagination. Note that the total number of records is NOT informed by the attributes presented, so a record will be counted even if it appears empty in the results because it has no assignments for the attributes in question.
Local elements (7)
NumRecords TotalPages Column RecordRange DimensionHierarchy RecordListEntry PaginationControl
Complex Type RecordList
The RecordList type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<... HandlerFunction="cs_v1_0:NonEmptyString" HandlerNamespace="cs_v1_0:NonEmptyString" Id="cs_v1_0:NonEmptyString">
-Begin Sequence [1...1]
<NumRecords>unsignedInt</NumRecords> [1..1]
<TotalPages>unsignedInt</TotalPages> [1..1]
<Column ColumnKey="cs_v1_0:NonEmptyString"Click here to hide Comment This attribute is required. DisplayName="cs_v1_0:NonEmptyString"Click here to hide Comment This attribute is required. SpecColumn="boolean"Click here to hide Comment This attribute is required.>cs_v1_0:RecordListColumnMetadata</Column> [0..*]
<RecordRange First="unsignedInt"Click here to hide Comment This attribute is required. Last="unsignedInt"Click here to hide Comment This attribute is required.>cs_v1_0:RecordRange</RecordRange> [0..1]
<DimensionHierarchy>cs_v1_0:DimensionHierarchy</DimensionHierarchy> [1..1]
<RecordListEntry>cs_v1_0:RecordListEntry</RecordListEntry> [0..*]
<PaginationControl Label="cs_v1_0:NonEmptyString" Active="boolean"Click here to hide CommentThe default value for this attribute is "true".>cs_v1_0:Control</PaginationControl> [0..*]
End Sequence
</...>

 Collapse Attributes

Name Type Summary
HandlerFunction NonEmptyString
This attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 
HandlerNamespace NonEmptyString
This attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 
Id NonEmptyString
This attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 

 Collapse XML
-<complexType  name="RecordList">
-<annotation>
-<documentation>
The result data corresponding to a RecordListConfig request. It contains information about the overall set of result records submitted to this summarization (
<code>NumRecords</code>
and
<code>TotalPages</code>
), the page of records presented (
<code>Record</code>
and
<code>RecordRange</code>
) and controls for sorting and pagination. Note that the total number of records is NOT informed by the attributes presented, so a record will be counted even if it appears empty in the results because it has no assignments for the attributes in question.
</documentation>
</annotation>
-<complexContent>
-<extension  base="cs_v1_0:ContentElement">
-<sequence>
<element  name="NumRecords"  type="unsignedInt" />
<element  name="TotalPages"  type="unsignedInt" />
<element  maxOccurs="unbounded"  minOccurs="0"  name="Column"  type="cs_v1_0:RecordListColumnMetadata" />
<element  maxOccurs="1"  minOccurs="0"  name="RecordRange"  type="cs_v1_0:RecordRange" />
<element  maxOccurs="1"  minOccurs="1"  name="DimensionHierarchy"  type="cs_v1_0:DimensionHierarchy" />
<element  maxOccurs="unbounded"  minOccurs="0"  name="RecordListEntry"  type="cs_v1_0:RecordListEntry" />
<element  maxOccurs="unbounded"  minOccurs="0"  name="PaginationControl"  type="cs_v1_0:Control" />
</sequence>
</extension>
</complexContent>
</complexType>

 Collapse Uses
 Collapse Used-By
 
Generated by WSDLdoc ©