Query Specification XML Grammar

The following XML describes the global structure of a query specification.

<query xmlns="http://www.sap.com/rws/sl/universe" id="5897899822041415615" dataSourceType="unx"
    dataSourceId="5808">
    <querySpecification version="1.0">
        <queryOptions>
      	     <queryOption>
                ...
        <queryData>
            <resultObjects>
                <resultObject>
                ...
            <sortObjects>
                <sortObject>
                ...
            <filterPart>
                QueryFilters
Remember The <querySpecification> element must contain at least one <queryData> element.
<query> Attribute Description
id The query identifier
dataSourceType The universe type supported. unx is the one supported in the present release.
dataSourceId The universe identifier
<querySpecification> Attribute Description
version The version of the BI Semantic Layer RESTful Web Service SDK. Its value is 1.0 for the present release.

QueryFilters stands for the filter conditions contained by the query. See the next sections for a detailed description of the query specification elements.