<xs:complexType name="Result" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element name="status" type="SimpleStatusType" minOccurs="1" maxOccurs="1" params:tag="5" xmlns:params="urn:params">
<xs:annotation>
<xs:documentation>status of the result, possible values: OK, INVALID_LICENSE, INVALID_EXPERIENCE, INVALID_REQUEST, SERVER_ERROR</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="message" type="xs:string" minOccurs="0" maxOccurs="1" params:tag="6" xmlns:params="urn:params">
<xs:annotation>
<xs:documentation>errormessages or warnings</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="count" type="xs:nonNegativeInteger" minOccurs="1" maxOccurs="1" params:tag="3" xmlns:params="urn:params">
<xs:annotation>
<xs:documentation>count of items in the current result</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="overallcount" type="xs:nonNegativeInteger" minOccurs="1" maxOccurs="1" params:tag="2" xmlns:params="urn:params">
<xs:annotation>
<xs:documentation>count of all available items (e.g. for paging, with "limit" and "offset" parameters)</xs:documentation>
</xs:annotation>
</xs:element>
<!-- <xs:element name="channels" type="Channels" minOccurs="1" maxOccurs="1" params:tag="4" /> -->
<xs:element name="facetGroups" type="FacetGroups" minOccurs="1" maxOccurs="1" params:tag="7" xmlns:params="urn:params" />
<xs:element name="items" type="Items" minOccurs="1" maxOccurs="1" params:tag="1" xmlns:params="urn:params" />
</xs:sequence>
</xs:complexType>
|