| diagram | ![]() |
||
| namespace | http://document.api.bds.tibco.com | ||
| children | string documentType | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:complexType name="QueryAndDocumentType"> <xs:annotation> <xs:documentation>Structure combining a CMISQL query string and optional document type</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="string" type="xs:string"> <xs:annotation> <xs:documentation>A CMISQL 'WHERE' clause</xs:documentation> </xs:annotation> </xs:element> <xs:element name="documentType" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>e.g. claim:ClaimDocument Will default to cmis:document if not specified.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |