http://www.endeca.com/MDEX/conversation/1/0
The ResultRecords Complex Type
A block of records corresponding to a single LQL statement. It has the name given to it in the LQL statement, and is annotated with the number of records returned.
Local elements (3)
DimensionHierarchy AttributeMetadata Record
Complex Type ResultRecords
The ResultRecords type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<... Name="cs_v1_0:NonEmptyString"Click here to hide Comment This attribute is required. NumRecords="unsignedLong"Click here to hide Comment This attribute is required.>
-Begin Sequence [1...1]
<DimensionHierarchy>cs_v1_0:DimensionHierarchy</DimensionHierarchy> [1..1]
<AttributeMetadata name="cs_v1_0:NonEmptyString"Click here to hide Comment This attribute is required. type="cs_v1_0:NonEmptyString"Click here to hide Comment This attribute is required. hierarchy="cs_v1_0:NonEmptyString">cs_v1_0:AttributeMetadata</AttributeMetadata> [0..*]
<Record>cs_v1_0:Record</Record> [0..*]
End Sequence
</...>

 Collapse Attributes

Name Type Summary
Name NonEmptyString
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 
NumRecords unsignedLong
This attribute is required. Its form is unqualified.
Show details. Click here to see detail
 

 Collapse XML
-<complexType  name="ResultRecords">
-<annotation>
<documentation> A block of records corresponding to a single LQL statement. It has the name given to it in the LQL statement, and is annotated with the number of records returned. </documentation>
</annotation>
-<sequence>
<element  maxOccurs="1"  minOccurs="1"  name="DimensionHierarchy"  type="cs_v1_0:DimensionHierarchy" />
<element  maxOccurs="unbounded"  minOccurs="0"  name="AttributeMetadata"  type="cs_v1_0:AttributeMetadata" />
<element  maxOccurs="unbounded"  minOccurs="0"  name="Record"  type="cs_v1_0:Record" />
</sequence>
<attribute  name="Name"  type="cs_v1_0:NonEmptyString"  use="required" />
<attribute  name="NumRecords"  type="unsignedLong"  use="required" />
</complexType>

 Collapse Uses
 Collapse Used-By
Generated by WSDLdoc ©