3.1.4.1.4.2 ResultContentType

ResultContentType specifies what content to include in the response. It is defined as follows.

 <s:simpleType name="ResultContentType">
   <s:restriction base="s:string">
     <s:enumeration value="both"/>
     <s:enumeration value="schemaOnly"/>
     <s:enumeration value="dataOnly"/>
   </s:restriction>
 </s:simpleType>

The following table defines possible values for ResultContentType.

Value

Meaning

both

Return both schema and list data.

schemaOnly

Return only schema info.

dataOnly

Return only list data.