問合せごとに、レコードのソート基準にするキーとソートの方向を指定できます。
<Sort Key="keyName" Direction="dirOrder"/>
属性名とソート順序はどちらも大/小文字が区別されます。
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.endeca.com/MDEX/conversation/2/0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header/> <soapenv:Body> <ns:Request> <ns:ContentElementConfig xsi:type="ns:RecordListConfig" Id="RecordList" HandlerFunction="RecordListHandler" HandlerNamespace="http://www.endeca.com/MDEX/conversation/2/0" MaxPages="2"> <ns:RecordsPerPage>10</ns:RecordsPerPage> <ns:Page>1</ns:Page> <ns:Sort Key="ModelName" Direction="Ascending"/> </ns:ContentElementConfig> </ns:Request> </soapenv:Body> </soapenv:Envelope>