http://www.endeca.com/MDEX/conversation/1/0
The RecordListConfig Complex Type
The RecordListConfig type contains inputs needed to define what is returned in the record list. A RecordList will be returned for each RecordListConfig provided. Column - defines a field to be returned in the RecordList of the Results. RecordsPerPage - defines the maximum number of Record elements to return in the ContentElement of the result; default is 10.
Local elements (4)
Column RecordsPerPage Page Sort
Complex Type RecordListConfig
The RecordListConfig 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"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. MaxPages="unsignedInt"Click here to hide CommentThe default value for this attribute is "20".>
-Begin Sequence [1...1]
<Column>cs_v1_0:NonEmptyString</Column> [1..*]
<RecordsPerPage>unsignedInt</RecordsPerPage> [0..1]
<Page>unsignedInt</Page> [0..1]
<Sort Key="cs_v1_0:NonEmptyString"Click here to hide Comment This attribute is required. Direction="cs_v1_0:SortDirection">cs_v1_0:Sort</Sort> [0..*]
End Sequence
</...>

 Collapse Attributes

Name Type Summary
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
 
MaxPages unsignedInt
This attribute is optional. Its form is unqualified.
Its default value is "20".
Show details. Click here to see detail
 

 Collapse XML
-<complexType  name="RecordListConfig">
-<annotation>
-<documentation>
The RecordListConfig type contains inputs needed to define what is returned in the record list. A RecordList will be returned for each RecordListConfig provided.
<code>Column</code>
- defines a field to be returned in the RecordList of the Results.
<code>RecordsPerPage</code>
- defines the maximum number of Record elements to return in the ContentElement of the result; default is 10.
</documentation>
</annotation>
-<complexContent>
-<extension  base="cs_v1_0:ContentElementConfig">
-<sequence>
<element  maxOccurs="unbounded"  name="Column"  type="cs_v1_0:NonEmptyString" />
<element  minOccurs="0"  name="RecordsPerPage"  type="unsignedInt" />
<element  minOccurs="0"  name="Page"  type="unsignedInt" />
<element  maxOccurs="unbounded"  minOccurs="0"  name="Sort"  type="cs_v1_0:Sort" />
</sequence>
<attribute  default="20"  name="MaxPages"  type="unsignedInt"  use="optional" />
</extension>
</complexContent>
</complexType>

 Collapse Uses
 Collapse Used-By
 
Generated by WSDLdoc ©