Table of Contents
Target Namespace
None
Element and Attribute Namespaces
Global element and attribute declarations belong to this schema's target namespace.
By default, local element declarations belong to this schema's target namespace.
By default, local attribute declarations have no namespace.
Documentation
This schema supports stored search authoring.
Declared Namespaces
Prefix
Namespace
xml
http://www.w3.org/XML/1998/namespace
xsd
http://www.w3.org/2001/XMLSchema
Schema Component Representation
<
xsd:schema elementFormDefault ="
qualified ">
...
</
xsd:schema >
Name
choices
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Collection of choices.
Schema Component Representation
<
xsd:element name ="
choices ">
<
xsd:complexType >
<
xsd:sequence >
<
xsd:element name ="
c "
type ="
cType "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
executedata
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Specifies the runtime user fields needed to execute a search.
XML Instance Representation
<executedata>
</executedata>
Schema Component Representation
<
xsd:element name ="
executedata ">
<
xsd:complexType >
<
xsd:sequence >
<
xsd:element name ="
folders "
type ="
foldersType "
minOccurs ="
0 "/>
<
xsd:element name ="
options "
type ="
optionsType "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Name
search
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Search.
Schema Component Representation
<
xsd:element name ="
search ">
<xsd:complexType />
</
xsd:element >
Name
selectpropall
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Select all properties.
Schema Component Representation
<
xsd:element name ="
selectpropall ">
<xsd:complexType />
</
xsd:element >
Name
storedsearch
Type
Locally-defined complex type
Nillable
no
Abstract
no
Documentation
Root element.
XML Instance Representation
<storedsearch>
</storedsearch>
Schema Component Representation
<
xsd:element name ="
storedsearch ">
<
xsd:complexType >
<
xsd:sequence >
<
xsd:element name ="
product "
type ="
productType "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
</
xsd:element >
Super-types:
None
Sub-types:
None
Name
andType
Abstract
no
Documentation
And operator.
XML Instance Representation
<...>
Start Choice [1] End Choice Start Choice [1] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
andType ">
<
xsd:sequence >
<
xsd:choice >
<
xsd:element name ="
and "
type ="
andType "/>
<
xsd:element name ="
or "
type ="
orType "/>
<
xsd:element name ="
neq "
type ="
neqType "/>
<
xsd:element name ="
eq "
type ="
eqType "/>
<
xsd:element name ="
lt "
type ="
ltType "/>
<
xsd:element name ="
gt "
type ="
gtType "/>
<
xsd:element name ="
lte "
type ="
lteType "/>
<
xsd:element name ="
gte "
type ="
gteType "/>
<
xsd:element name ="
in "
type ="
inType "/>
<
xsd:element name ="
like "
type ="
likeType "/>
</
xsd:choice >
<
xsd:choice >
<
xsd:element name ="
and "
type ="
andType "/>
<
xsd:element name ="
or "
type ="
orType "/>
<
xsd:element name ="
neq "
type ="
neqType "/>
<
xsd:element name ="
eq "
type ="
eqType "/>
<
xsd:element name ="
lt "
type ="
ltType "/>
<
xsd:element name ="
gt "
type ="
gtType "/>
<
xsd:element name ="
lte "
type ="
lteType "/>
<
xsd:element name ="
gte "
type ="
gteType "/>
<
xsd:element name ="
in "
type ="
inType "/>
<
xsd:element name ="
like "
type ="
likeType "/>
</
xsd:choice >
</
xsd:sequence >
</
xsd:complexType >
Complex Type: cType
Super-types:
xsd :string < cType (by restriction)
Sub-types:
None
Name
cType
Abstract
no
Documentation
List of choices.
XML Instance Representation
<...
dataencoding="xsd :string [0..1] ? " >
xsd :string </...>
Schema Component Representation
<
xsd:complexType name ="
cType ">
<
xsd:simpleContent >
<
xsd:restriction base ="
xsd :string">
<
xsd:attribute name ="
dataencoding "
type ="
xsd :string"/>
</
xsd:restriction >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
classType
Abstract
no
Documentation
Document class.
XML Instance Representation
<...
symname="xsd :NMTOKEN (value comes from list: {'common'|'document'|'folder'|'customobject'}) [1] ? " name="xsd :string [0..1] ? " />
Schema Component Representation
<
xsd:complexType name ="
classType ">
<
xsd:attribute name ="
symname "
use ="
required ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="common "/>
<xsd:enumeration value ="document "/>
<xsd:enumeration value ="folder "/>
<xsd:enumeration value ="customobject "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
name "
type ="
xsd :string"/>
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
commonplaceholderType
Abstract
no
Documentation
This operator contains common Where conditions so that they don't need to be
repeated for each object type. The operator is located under the Where node
for Document, Folder, or CustomObject object types. It cannot be used with
common object types.
Complex Type: eqType
Super-types:
None
Sub-types:
None
Name
eqType
Abstract
no
Documentation
Equals operator.
Schema Component Representation
<
xsd:complexType name ="
eqType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
exeselectType
Abstract
no
Documentation
Container for selection property elements.
Schema Component Representation
<
xsd:complexType name ="
exeselectType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
exeselectpropType
Abstract
no
Documentation
Selection property to execute.
XML Instance Representation
<...
symname="xsd :string [1] ? " name="xsd :string [0..1] ? " />
Schema Component Representation
<
xsd:complexType name ="
exeselectpropType ">
<
xsd:attribute name ="
symname "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
name "
type ="
xsd :string"/>
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
exeselectpropsType
Abstract
no
Documentation
Collection of exeselectprop elements.
Schema Component Representation
<
xsd:complexType name ="
exeselectpropsType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
folderType
Abstract
no
Documentation
Folder. You must specify a path name. For a single Object Store query,
either a pathname or ID can be used. If an ID is specified, then an
objectstore element should also be entered. For a multiple Object Store
query, a folder with pathname only will be used to query the same pathname
on multiple Object Stores. A folder with ID and objectstore will be used to
query the ID for one Object Store.
XML Instance Representation
<...
pathname="xsd :string [1] ? " id="xsd :string [0..1] ? " itemid="xsd :ID [0..1] ? " searchsubfolders="xsd :NMTOKEN (value comes from list: {'true'|'false'}) [0..1] ? " view="xsd :NMTOKEN (value comes from list: {'hidden'|'editable'}) [0..1] ? " >
</...>
Schema Component Representation
<
xsd:complexType name ="
folderType ">
<
xsd:sequence >
</
xsd:sequence >
<
xsd:attribute name ="
pathname "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
id "
type ="
xsd :string"/>
<
xsd:attribute name ="
itemid "
type ="
xsd :ID"/>
<
xsd:attribute name ="
searchsubfolders "
use ="
default "
value ="
false ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
view "
use ="
default "
value ="
editable ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="hidden "/>
<xsd:enumeration value ="editable "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
foldersType
Abstract
no
Documentation
Collection of folder elements.
Schema Component Representation
<
xsd:complexType name ="
foldersType ">
<
xsd:sequence >
<
xsd:element name ="
folder "
type ="
folderType "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
fromType
Abstract
no
Documentation
Contains a class element.
Schema Component Representation
<
xsd:complexType name ="
fromType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Complex Type: gtType
Super-types:
None
Sub-types:
None
Name
gtType
Abstract
no
Documentation
Greater than operator.
Schema Component Representation
<
xsd:complexType name ="
gtType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
gteType
Abstract
no
Documentation
Greater than or equals operator.
Schema Component Representation
<
xsd:complexType name ="
gteType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Complex Type: inType
Super-types:
None
Sub-types:
None
Name
inType
Abstract
no
Documentation
In operator.
Schema Component Representation
<
xsd:complexType name ="
inType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
isnotnullType
Abstract
no
Documentation
Is not null operator.
Schema Component Representation
<
xsd:complexType name ="
isnotnullType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
isnullType
Abstract
no
Documentation
Is null operator.
Schema Component Representation
<
xsd:complexType name ="
isnullType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
likeType
Abstract
no
Documentation
Like operator.
Schema Component Representation
<
xsd:complexType name ="
likeType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
xsd :string < literalType (by restriction)
Sub-types:
None
Name
literalType
Abstract
no
Documentation
Literal text.
XML Instance Representation
<...
dataencoding="xsd :string [0..1] ? " >
xsd :string </...>
Schema Component Representation
<
xsd:complexType name ="
literalType ">
<
xsd:simpleContent >
<
xsd:restriction base ="
xsd :string">
<
xsd:attribute name ="
dataencoding "
type ="
xsd :string"/>
</
xsd:restriction >
</
xsd:simpleContent >
</
xsd:complexType >
Complex Type: ltType
Super-types:
None
Sub-types:
None
Name
ltType
Abstract
no
Documentation
Less than operator.
Schema Component Representation
<
xsd:complexType name ="
ltType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
lteType
Abstract
no
Documentation
Less than or equals operator.
Schema Component Representation
<
xsd:complexType name ="
lteType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
neqType
Abstract
no
Documentation
Not equal operator.
Schema Component Representation
<
xsd:complexType name ="
neqType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
notlikeType
Abstract
no
Documentation
Not like operator.
Schema Component Representation
<
xsd:complexType name ="
notlikeType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
objectstoreType
Abstract
no
Documentation
Object Store.
XML Instance Representation
<...
id="xsd :string [1] ? " name="xsd :string [1] ? " />
Schema Component Representation
<
xsd:complexType name ="
objectstoreType ">
<
xsd:attribute name ="
id "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
name "
type ="
xsd :string"
use ="
required "/>
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
objectstoresType
Abstract
no
Documentation
Collection of objectstore elements.
XML Instance Representation
<...
mergeoption="xsd :NMTOKEN (value comes from list: {'none'|'union'|'intersection'}) [0..1] ? " >
</...>
Schema Component Representation
<
xsd:complexType name ="
objectstoresType ">
<
xsd:sequence >
<
xsd:element name ="
objectstore "
type ="
objectstoreType "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
<
xsd:attribute name ="
mergeoption "
use ="
default "
value ="
union ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="none "/>
<xsd:enumeration value ="union "/>
<xsd:enumeration value ="intersection "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
objecttypedataType
Abstract
no
Documentation
Container for templatedata and selection property elements for a single
object type.
Schema Component Representation
<
xsd:complexType name ="
objecttypedataType ">
<
xsd:sequence >
<
xsd:element name ="
from "
type ="
fromType "/>
<
xsd:element name ="
exeselect "
type ="
exeselectType "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
objecttypesdataType
Abstract
no
Documentation
Container for objecttypedata elements.
Schema Component Representation
<
xsd:complexType name ="
objecttypesdataType ">
<
xsd:sequence >
<
xsd:element name ="
objecttypedata "
type ="
objecttypedataType "
minOccurs ="
1 "
maxOccurs ="
4 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
optionsType
Abstract
no
Documentation
Options.
XML Instance Representation
<...
maxrecords="xsd :string [0..1] ? " cursorlocation="xsd :NMTOKEN (value comes from list: {'server'|'client'}) [0..1] ? " />
Schema Component Representation
<
xsd:complexType name ="
optionsType ">
<
xsd:attribute name ="
maxrecords "
type ="
xsd :string"
use ="
default "
value ="
0 "/>
<
xsd:attribute name ="
cursorlocation "
use ="
default "
value ="
server ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="server "/>
<xsd:enumeration value ="client "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Complex Type: orType
Super-types:
None
Sub-types:
None
Name
orType
Abstract
no
Documentation
Or operator.
XML Instance Representation
<...>
Start Choice [1] End Choice Start Choice [1] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
orType ">
<
xsd:sequence >
<
xsd:choice >
<
xsd:element name ="
and "
type ="
andType "/>
<
xsd:element name ="
or "
type ="
orType "/>
<
xsd:element name ="
neq "
type ="
neqType "/>
<
xsd:element name ="
eq "
type ="
eqType "/>
<
xsd:element name ="
lt "
type ="
ltType "/>
<
xsd:element name ="
gt "
type ="
gtType "/>
<
xsd:element name ="
lte "
type ="
lteType "/>
<
xsd:element name ="
gte "
type ="
gteType "/>
<
xsd:element name ="
in "
type ="
inType "/>
<
xsd:element name ="
like "
type ="
likeType "/>
</
xsd:choice >
<
xsd:choice >
<
xsd:element name ="
and "
type ="
andType "/>
<
xsd:element name ="
or "
type ="
orType "/>
<
xsd:element name ="
neq "
type ="
neqType "/>
<
xsd:element name ="
eq "
type ="
eqType "/>
<
xsd:element name ="
lt "
type ="
ltType "/>
<
xsd:element name ="
gt "
type ="
gtType "/>
<
xsd:element name ="
lte "
type ="
lteType "/>
<
xsd:element name ="
gte "
type ="
gteType "/>
<
xsd:element name ="
in "
type ="
inType "/>
<
xsd:element name ="
like "
type ="
likeType "/>
</
xsd:choice >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
productType
Abstract
no
Documentation
Product.
XML Instance Representation
<...
name="xsd :string [1] ? " version="xsd :string [1] ? " />
Schema Component Representation
<
xsd:complexType name ="
productType ">
<
xsd:attribute name ="
name "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
version "
type ="
xsd :string"
use ="
required "/>
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
propdescType
Abstract
no
Documentation
Property description.
XML Instance Representation
<...
symname="xsd :string [1] ? " size="xsd :string [0..1] ? " datatype="xsd :NMTOKEN (value comes from list: {'typebinary'|'typeboolean'|'typedate'|'typedouble'|'typeguid'|'typelong'|'typeobject'|'typestring'}) [1] ? " haschoices="xsd :NMTOKEN (value comes from list: {'true'|'false'}) [0..1] ? " hasmarkings="xsd :NMTOKEN (value comes from list: {'true'|'false'}) [0..1] ? " />
Schema Component Representation
<
xsd:complexType name ="
propdescType ">
<
xsd:attribute name ="
symname "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
size "
type ="
xsd :string"
use ="
default "
value ="
-1 "/>
<
xsd:attribute name ="
datatype "
use ="
required ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="typebinary "/>
<xsd:enumeration value ="typeboolean "/>
<xsd:enumeration value ="typedate "/>
<xsd:enumeration value ="typedouble "/>
<xsd:enumeration value ="typeguid "/>
<xsd:enumeration value ="typelong "/>
<xsd:enumeration value ="typeobject "/>
<xsd:enumeration value ="typestring "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
haschoices "
use ="
default "
value ="
false ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
hasmarkings "
use ="
default "
value ="
false ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
searchclauseType
Abstract
no
Documentation
Search clause.
Schema Component Representation
<
xsd:complexType name ="
searchclauseType ">
<
xsd:sequence >
<
xsd:element name ="
from "
type ="
fromType "/>
<
xsd:element name ="
where "
type ="
whereType "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
searchclausesType
Abstract
no
Documentation
Collection of searchclause elements.
Schema Component Representation
<
xsd:complexType name ="
searchclausesType ">
<
xsd:sequence >
<
xsd:element name ="
searchclause "
type ="
searchclauseType "
minOccurs ="
1 "
maxOccurs ="
4 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
searchcriteriaType
Abstract
no
Documentation
Search criteria.
Schema Component Representation
<
xsd:complexType name ="
searchcriteriaType ">
<
xsd:sequence >
<
xsd:element name ="
folders "
type ="
foldersType "
minOccurs ="
0 "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
searchspecType
Abstract
no
Documentation
Search specification.
XML Instance Representation
<...
title="xsd :string [0..1] ? " mimetype="xsd :string [0..1] ? " versionselection="xsd :NMTOKEN (value comes from list: {'currentversion'|'releasedversion'|'allversions'|'none'}) [0..1] ? " >
</...>
Schema Component Representation
<
xsd:complexType name ="
searchspecType ">
<
xsd:sequence >
<
xsd:element name ="
options "
type ="
optionsType "
minOccurs ="
0 "/>
</
xsd:sequence >
<
xsd:attribute name ="
title "
type ="
xsd :string"/>
<
xsd:attribute name ="
mimetype "
type ="
xsd :string"/>
<
xsd:attribute name ="
versionselection "
use ="
default "
value ="
currentversion ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="currentversion "/>
<xsd:enumeration value ="releasedversion "/>
<xsd:enumeration value ="allversions "/>
<xsd:enumeration value ="none "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
searchtypeType
Abstract
no
Documentation
Search type.
XML Instance Representation
<...>
Start Choice [1] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
searchtypeType ">
<
xsd:choice >
</
xsd:choice >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
selectType
Abstract
no
Documentation
Select. This element should not exist under the searchclause element for the
common object type.
XML Instance Representation
<...>
Start Choice [1] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
selectType ">
<
xsd:choice >
</
xsd:choice >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
selectpropType
Abstract
no
Documentation
Select property.
XML Instance Representation
<...
itemid="xsd :ID [1] ? " symname="xsd :string [1] ? " name="xsd :string [1] ? " alignment="xsd :NMTOKEN (value comes from list: {'left'|'center'|'right'}) [0..1] ? " sortorder="xsd :NMTOKEN (value comes from list: {'ascending'|'descending'|'none'}) [0..1] ? " objecttype="xsd :NMTOKEN (value comes from list: {'document'|'folder'|'customobject'}) [1] ? " sortlevel="xsd :string [0..1] ? " />
Schema Component Representation
<
xsd:complexType name ="
selectpropType ">
<
xsd:attribute name ="
itemid "
type ="
xsd :ID"
use ="
required "/>
<
xsd:attribute name ="
symname "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
name "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
alignment "
use ="
default "
value ="
left ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="left "/>
<xsd:enumeration value ="center "/>
<xsd:enumeration value ="right "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
sortorder "
use ="
default "
value ="
none ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="ascending "/>
<xsd:enumeration value ="descending "/>
<xsd:enumeration value ="none "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
objecttype "
use ="
required ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="document "/>
<xsd:enumeration value ="folder "/>
<xsd:enumeration value ="customobject "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
sortlevel "
type ="
xsd :string"/>
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
selectpropsType
Abstract
no
Documentation
Collection of selectprop elements.
Schema Component Representation
<
xsd:complexType name ="
selectpropsType ">
<
xsd:sequence >
<
xsd:element name ="
selectprop "
type ="
selectpropType "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
subclassType
Abstract
no
Documentation
Document subclass.
XML Instance Representation
<...
itemid="xsd :ID [1] ? " symname="xsd :string [1] ? " name="xsd :string [1] ? " objecttype="xsd :NMTOKEN (value comes from list: {'document'|'folder'|'customobject'}) [1] ? " editproperty="xsd :NMTOKEN (value comes from list: {'required'|'editable'|'readonly'|'hidden'}) [0..1] ? " />
Schema Component Representation
<
xsd:complexType name ="
subclassType ">
<
xsd:attribute name ="
itemid "
type ="
xsd :ID"
use ="
required "/>
<
xsd:attribute name ="
symname "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
name "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
objecttype "
use ="
required ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="document "/>
<xsd:enumeration value ="folder "/>
<xsd:enumeration value ="customobject "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
editproperty "
use ="
default "
value ="
required ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="required "/>
<xsd:enumeration value ="editable "/>
<xsd:enumeration value ="readonly "/>
<xsd:enumeration value ="hidden "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
subclassesType
Abstract
no
Documentation
Collection of subclass elements. This element cannot be specified under the
searchclause element for the common object type.
Schema Component Representation
<
xsd:complexType name ="
subclassesType ">
<
xsd:sequence >
<
xsd:element name ="
subclass "
type ="
subclassType "
minOccurs ="
0 "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
templateType
Abstract
no
Documentation
Template.
XML Instance Representation
<...
showoperators="xsd :NMTOKEN (value comes from list: {'true'|'false'}) [0..1] ? " showmaxrecords="xsd :NMTOKEN (value comes from list: {'true'|'false'}) [0..1] ? " showandorconditions="xsd :NMTOKEN (value comes from list: {'true'|'false'}) [0..1] ? " />
Schema Component Representation
<
xsd:complexType name ="
templateType ">
<
xsd:attribute name ="
showoperators "
use ="
default "
value ="
false ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
showmaxrecords "
use ="
default "
value ="
false ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
showandorconditions "
use ="
default "
value ="
false ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
templatedataType
Abstract
no
Documentation
Template data.
Schema Component Representation
<
xsd:complexType name ="
templatedataType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
templateitemType
Abstract
no
Documentation
Template item.
XML Instance Representation
<...
itemid="xsd :ID [1] ? " >
</...>
Schema Component Representation
<
xsd:complexType name ="
templateitemType ">
<
xsd:sequence >
</
xsd:sequence >
<
xsd:attribute name ="
itemid "
type ="
xsd :ID"
use ="
required "/>
</
xsd:complexType >
Super-types:
xsd :string < templateitemdataType (by restriction)
Sub-types:
None
Name
templateitemdataType
Abstract
no
Documentation
Data for the template item.
XML Instance Representation
<...
dataencoding="xsd :string [0..1] ? " >
xsd :string </...>
Schema Component Representation
<
xsd:complexType name ="
templateitemdataType ">
<
xsd:simpleContent >
<
xsd:restriction base ="
xsd :string">
<
xsd:attribute name ="
dataencoding "
type ="
xsd :string"/>
</
xsd:restriction >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
templatepropitemsType
Abstract
no
Documentation
Collection of templateitem elements.
Schema Component Representation
<
xsd:complexType name ="
templatepropitemsType ">
<
xsd:sequence >
<
xsd:element name ="
templateitem "
type ="
templateitemType "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
xsd :string < templatesubclassitemType (by restriction)
Sub-types:
None
Name
templatesubclassitemType
Abstract
no
Documentation
Data for the template subclass item.
XML Instance Representation
<...
itemid="xsd :ID [1] ? " dataencoding="xsd :string [0..1] ? " >
xsd :string </...>
Schema Component Representation
<
xsd:complexType name ="
templatesubclassitemType ">
<
xsd:simpleContent >
<
xsd:restriction base ="
xsd :string">
<
xsd:attribute name ="
itemid "
type ="
xsd :ID"
use ="
required "/>
<
xsd:attribute name ="
dataencoding "
type ="
xsd :string"/>
</
xsd:restriction >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
templatesubclassitemsType
Abstract
no
Documentation
Collection of templatesubclassitem elements.
Schema Component Representation
<
xsd:complexType name ="
templatesubclassitemsType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
templateverityitemType
Abstract
no
Documentation
Template content item.
XML Instance Representation
<...
itemid="xsd :ID [1] ? " >
</...>
Schema Component Representation
<
xsd:complexType name ="
templateverityitemType ">
<
xsd:sequence >
</
xsd:sequence >
<
xsd:attribute name ="
itemid "
type ="
xsd :ID"
use ="
required "/>
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
templateverityitemsType
Abstract
no
Documentation
Collection of templateverityitem elements.
Schema Component Representation
<
xsd:complexType name ="
templateverityitemsType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
xsd :string < usertextType (by restriction)
Sub-types:
None
Name
usertextType
Abstract
no
Documentation
User text.
XML Instance Representation
<...
dataencoding="xsd :string [0..1] ? " >
xsd :string </...>
Schema Component Representation
<
xsd:complexType name ="
usertextType ">
<
xsd:simpleContent >
<
xsd:restriction base ="
xsd :string">
<
xsd:attribute name ="
dataencoding "
type ="
xsd :string"/>
</
xsd:restriction >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
verityaccrueType
Abstract
no
Documentation
Selects documents that include at least one of the search elements you
specify. The more search elements that are present, the higher the score
will be.
XML Instance Representation
<...>
Start Choice [1..*] End Choice Start Choice [1..*] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
verityaccrueType ">
<
xsd:sequence >
<
xsd:choice maxOccurs ="
unbounded ">
</
xsd:choice >
<
xsd:choice maxOccurs ="
unbounded ">
</
xsd:choice >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
verityallType
Abstract
no
Documentation
Selects documents that contain all of the search elements you specify. A
score of 1.00 is assigned to each retrieved document. ALL and AND are
similar and they retrieve the same results. Queries using ALL are not
relevance-ranked; all retrieval results are assigned a score of 1.00.
XML Instance Representation
<...
order="xsd :NMTOKEN (value comes from list: {'true'|'false'}) [0..1] ? " >
Start Choice [1..*] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
verityallType ">
<
xsd:choice maxOccurs ="
unbounded ">
</
xsd:choice >
<
xsd:attribute name ="
order "
use ="
default "
value ="
false ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
verityandType
Abstract
no
Documentation
Selects documents that contain all of the search elements you specify. A
score is calculated for each retrieved document. AND and ALL are similar and
they retrieve the same results. Queries using AND are relevance-ranked;
retrieved documents are assigned a score between 0 and 1.00.
XML Instance Representation
<...>
Start Choice [1..*] End Choice Start Choice [1..*] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
verityandType ">
<
xsd:sequence >
<
xsd:choice maxOccurs ="
unbounded ">
</
xsd:choice >
<
xsd:choice maxOccurs ="
unbounded ">
</
xsd:choice >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
verityanyType
Abstract
no
Documentation
Selects documents that contain at least one of the search elements you
specify. A score of 1.00 is assigned to each retrieved document. ANY and OR
are similar and they retrieve the same results. Queries using ANY are not
relevance-ranked; all retrieval results are assigned a score of 1.00.
XML Instance Representation
<...>
Start Choice [1..*] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
verityanyType ">
<
xsd:choice maxOccurs ="
unbounded ">
</
xsd:choice >
</
xsd:complexType >
Super-types:
xsd :string < verityattrnameType (by restriction)
Sub-types:
None
Name
verityattrnameType
Abstract
no
Documentation
Verity attribute name.
XML Instance Representation
<...
dataencoding="xsd :string [0..1] ? " >
xsd :string </...>
Schema Component Representation
<
xsd:complexType name ="
verityattrnameType ">
<
xsd:simpleContent >
<
xsd:restriction base ="
xsd :string">
<
xsd:attribute name ="
dataencoding "
type ="
xsd :string"/>
</
xsd:restriction >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types:
xsd :string < verityattrvalueType (by restriction)
Sub-types:
None
Name
verityattrvalueType
Abstract
no
Documentation
Verity attribute value.
XML Instance Representation
<...
dataencoding="xsd :string [0..1] ? " >
xsd :string </...>
Schema Component Representation
<
xsd:complexType name ="
verityattrvalueType ">
<
xsd:simpleContent >
<
xsd:restriction base ="
xsd :string">
<
xsd:attribute name ="
dataencoding "
type ="
xsd :string"/>
</
xsd:restriction >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
veritycontainsType
Abstract
no
Documentation
Selects documents by matching the character string you specify with the
values stored in a specific document field.
Schema Component Representation
<
xsd:complexType name ="
veritycontainsType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
veritycontentType
Abstract
no
Documentation
Specifies an option for a content search. Because content-based search is
available only for document object types, this element can only be specified
when the class symbolic name (symname) under the parent searchclause element
is set to document.
XML Instance Representation
<...
jointype="xsd :NMTOKEN (value comes from list: {'inner'|'fullouter'}) [0..1] ? " rank="xsd :NMTOKEN (value comes from list: {'true'|'false'}) [0..1] ? " contentsummary="xsd :NMTOKEN (value comes from list: {'true'|'false'}) [0..1] ? " >
Start Choice [0..1] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
veritycontentType ">
<
xsd:choice minOccurs ="
0 ">
</
xsd:choice >
<
xsd:attribute name ="
jointype "
use ="
default "
value ="
inner ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="inner "/>
<xsd:enumeration value ="fullouter "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
rank "
use ="
default "
value ="
false ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
contentsummary "
use ="
default "
value ="
false ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
verityendsType
Abstract
no
Documentation
Selects documents by matching the character string you specify with the
ending characters of the values stored in a specific document field.
Schema Component Representation
<
xsd:complexType name ="
verityendsType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
verityequalType
Abstract
no
Documentation
Operator for searching numeric fields. Selects documents whose document
field values are exactly the same as the search string you specify.
Schema Component Representation
<
xsd:complexType name ="
verityequalType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
verityinType
Abstract
no
Documentation
Selects documents that contain specified values in one or more document
zones. A document zone represents a region of a document, such as the
document's summary, date, or body text. To search for a term only within the
one or more zones upon which certain conditions have been placed, qualify
the IN operator with the WHEN operator.
Schema Component Representation
<
xsd:complexType name ="
verityinType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
verityitemType
Abstract
no
Documentation
Verity content item.
XML Instance Representation
<...
itemid="xsd :ID [1] ? " editproperty="xsd :NMTOKEN (value comes from list: {'required'|'editable'|'readonly'|'hidden'}) [0..1] ? " groupaction="xsd :NMTOKEN (value comes from list: {'all'|'any'|'in'|'paragraph'|'sentence'|'near'|'phrase'|'unit'|'vql'|'none'}) [0..1] ? " >
</...>
Schema Component Representation
<
xsd:complexType name ="
verityitemType ">
<
xsd:sequence >
<
xsd:element name ="
usertext "
type ="
usertextType "
minOccurs ="
0 "/>
</
xsd:sequence >
<
xsd:attribute name ="
itemid "
type ="
xsd :ID"
use ="
required "/>
<
xsd:attribute name ="
editproperty "
use ="
default "
value ="
required ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="required "/>
<xsd:enumeration value ="editable "/>
<xsd:enumeration value ="readonly "/>
<xsd:enumeration value ="hidden "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
groupaction "
use ="
default "
value ="
none ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="all "/>
<xsd:enumeration value ="any "/>
<xsd:enumeration value ="in "/>
<xsd:enumeration value ="paragraph "/>
<xsd:enumeration value ="sentence "/>
<xsd:enumeration value ="near "/>
<xsd:enumeration value ="phrase "/>
<xsd:enumeration value ="unit "/>
<xsd:enumeration value ="vql "/>
<xsd:enumeration value ="none "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
verityitemdataType
Abstract
no
Documentation
Verity content item data.
XML Instance Representation
<...>
Start Choice [1] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
verityitemdataType ">
<
xsd:choice >
</
xsd:choice >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
veritymatchesType
Abstract
no
Documentation
Selects documents by matching the character string you specify with values
stored in a specific document field. Documents are selected only if the
search elements specified match the field value exactly. When a partial
match is found,the document is not selected.
Schema Component Representation
<
xsd:complexType name ="
veritymatchesType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
veritynearType
Abstract
no
Documentation
Selects documents containing specified search terms. The closer the search
terms are within a document, the higher the document's score.
XML Instance Representation
<...
order="xsd :NMTOKEN (value comes from list: {'true'|'false'}) [0..1] ? " distance="xsd :string [0..1] ? " >
Start Choice [1..*] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
veritynearType ">
<
xsd:choice maxOccurs ="
unbounded ">
</
xsd:choice >
<
xsd:attribute name ="
order "
use ="
default "
value ="
false ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
distance "
type ="
xsd :string"
use ="
default "
value ="
1000 "/>
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
veritynearanyType
Abstract
no
Documentation
Selects documents containing two or more search terms within N number of
words of each other, where N is an integer between 1 and 1024. The closer
the search terms are within a document, the higher the document's score.
XML Instance Representation
<...>
Start Choice [1..*] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
veritynearanyType ">
<
xsd:choice maxOccurs ="
unbounded ">
</
xsd:choice >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
verityorType
Abstract
no
Documentation
Selects documents that contain at least one of the search elements you
specify. A score is calculated for each retrieved document. OR and ANY are
similar and they retrieve the same results. Queries using OR are
relevance-ranked; retrieval documents are assigned a score between 0 and
1.00.
XML Instance Representation
<...>
Start Choice [1..*] End Choice Start Choice [1..*] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
verityorType ">
<
xsd:sequence >
<
xsd:choice maxOccurs ="
unbounded ">
</
xsd:choice >
<
xsd:choice maxOccurs ="
unbounded ">
</
xsd:choice >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
verityparagraphType
Abstract
no
Documentation
Selects documents that include the search elements you specify within the
same paragraph.
XML Instance Representation
<...
order="xsd :NMTOKEN (value comes from list: {'true'|'false'}) [0..1] ? " >
Start Choice [1..*] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
verityparagraphType ">
<
xsd:choice maxOccurs ="
unbounded ">
</
xsd:choice >
<
xsd:attribute name ="
order "
use ="
default "
value ="
false ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
verityparagraphallType
Abstract
no
Documentation
Selects documents that include all of the search elements you specify within
the same paragraph.
XML Instance Representation
<...
order="xsd :NMTOKEN (value comes from list: {'true'|'false'}) [0..1] ? " >
Start Choice [1..*] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
verityparagraphallType ">
<
xsd:choice maxOccurs ="
unbounded ">
</
xsd:choice >
<
xsd:attribute name ="
order "
use ="
default "
value ="
false ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
verityparagraphanyType
Abstract
no
Documentation
Selects documents that include any of the search elements you specify within
the same paragraph.
XML Instance Representation
<...>
Start Choice [1..*] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
verityparagraphanyType ">
<
xsd:choice maxOccurs ="
unbounded ">
</
xsd:choice >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
verityphraseType
Abstract
no
Documentation
Selects documents that include the phrase you specify. A phrase is a
grouping of two or more words that occur in a specific order.
XML Instance Representation
<...>
Start Choice [1..*] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
verityphraseType ">
<
xsd:choice maxOccurs ="
unbounded ">
</
xsd:choice >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
verityphraseallType
Abstract
no
Documentation
Selects documents that include all of the words in the phrase you specify.
XML Instance Representation
<...
order="xsd :NMTOKEN (value comes from list: {'true'|'false'}) [0..1] ? " >
</...>
Schema Component Representation
<
xsd:complexType name ="
verityphraseallType ">
<
xsd:sequence >
<
xsd:element name ="
verityunit "
type ="
verityunitType "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
<
xsd:attribute name ="
order "
use ="
default "
value ="
false ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
verityphraseanyType
Abstract
no
Documentation
Selects documents that include any of the words in the phrase you specify.
Schema Component Representation
<
xsd:complexType name ="
verityphraseanyType ">
<
xsd:sequence >
<
xsd:element name ="
verityunit "
type ="
verityunitType "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
veritysentenceType
Abstract
no
Documentation
Selects documents that include the words you specify within the same
sentence.
XML Instance Representation
<...
order="xsd :NMTOKEN (value comes from list: {'true'|'false'}) [0..1] ? " >
Start Choice [1..*] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
veritysentenceType ">
<
xsd:choice maxOccurs ="
unbounded ">
</
xsd:choice >
<
xsd:attribute name ="
order "
use ="
default "
value ="
false ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
veritysentenceallType
Abstract
no
Documentation
Selects documents that include all of the words you specify within the same
sentence.
XML Instance Representation
<...
order="xsd :NMTOKEN (value comes from list: {'true'|'false'}) [0..1] ? " >
Start Choice [1..*] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
veritysentenceallType ">
<
xsd:choice maxOccurs ="
unbounded ">
</
xsd:choice >
<
xsd:attribute name ="
order "
use ="
default "
value ="
false ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
veritysentenceanyType
Abstract
no
Documentation
Selects documents that include any of the words you specify within the same
sentence.
XML Instance Representation
<...>
Start Choice [1..*] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
veritysentenceanyType ">
<
xsd:choice maxOccurs ="
unbounded ">
</
xsd:choice >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
veritystartsType
Abstract
no
Documentation
Selects documents by matching the character string you specify with the
starting characters of the values stored in a specific document field.
Schema Component Representation
<
xsd:complexType name ="
veritystartsType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
veritysubstringType
Abstract
no
Documentation
Selects documents by matching the character string you specify with a
portion of the strings of the values stored in a specific document field.
Schema Component Representation
<
xsd:complexType name ="
veritysubstringType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
xsd :string < verityunitType (by restriction)
Sub-types:
None
Name
verityunitType
Abstract
no
Documentation
Selects documents that include the unit you specify.
XML Instance Representation
<...
dataencoding="xsd :string [0..1] ? " case="xsd :NMTOKEN (value comes from list: {'true'|'false'}) [0..1] ? " many="xsd :NMTOKEN (value comes from list: {'true'|'false'}) [0..1] ? " not="xsd :NMTOKEN (value comes from list: {'true'|'false'}) [0..1] ? " wordvariation="xsd :NMTOKEN (value comes from list: {'soundex'|'stem'|'thesaurus'|'typo'|'wildcard'|'word'|'none'}) [0..1] ? " typocount="xsd :string [0..1] ? " >
xsd :string </...>
Schema Component Representation
<
xsd:complexType name ="
verityunitType ">
<
xsd:simpleContent >
<
xsd:restriction base ="
xsd :string">
<
xsd:attribute name ="
dataencoding "
type ="
xsd :string"/>
<
xsd:attribute name ="
case "
use ="
default "
value ="
false ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
many "
use ="
default "
value ="
false ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
not "
use ="
default "
value ="
false ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="true "/>
<xsd:enumeration value ="false "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
wordvariation "
use ="
default "
value ="
none ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="soundex "/>
<xsd:enumeration value ="stem "/>
<xsd:enumeration value ="thesaurus "/>
<xsd:enumeration value ="typo "/>
<xsd:enumeration value ="wildcard "/>
<xsd:enumeration value ="word "/>
<xsd:enumeration value ="none "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
typocount "
type ="
xsd :string"
use ="
default "
value ="
2 "/>
</
xsd:restriction >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types:
xsd :string < verityvqlType (by restriction)
Sub-types:
None
Name
verityvqlType
Abstract
no
Documentation
Verity query language statements that specify a query.
XML Instance Representation
<...
dataencoding="xsd :string [0..1] ? " >
xsd :string </...>
Schema Component Representation
<
xsd:complexType name ="
verityvqlType ">
<
xsd:simpleContent >
<
xsd:restriction base ="
xsd :string">
<
xsd:attribute name ="
dataencoding "
type ="
xsd :string"/>
</
xsd:restriction >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
veritywhenType
Abstract
no
Documentation
Selects documents that contain specified values in one or more document
zones upon which certain conditions have been placed.
XML Instance Representation
<...>
Start Choice [1] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
veritywhenType ">
<
xsd:choice >
</
xsd:choice >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
verityzoneType
Abstract
no
Documentation
Specifies a document zone. A document zone represents a region of a
document, such as the document's summary, date, or body text.
Schema Component Representation
<
xsd:complexType name ="
verityzoneType ">
<
xsd:sequence >
</
xsd:sequence >
</
xsd:complexType >
Super-types:
xsd :string < verityzonenameType (by restriction)
Sub-types:
None
Name
verityzonenameType
Abstract
no
Documentation
Specifies the name of a document zone. A document zone represents a region
of a document, such as the document's summary, date, or body text.
XML Instance Representation
<...
dataencoding="xsd :string [0..1] ? " >
xsd :string </...>
Schema Component Representation
<
xsd:complexType name ="
verityzonenameType ">
<
xsd:simpleContent >
<
xsd:restriction base ="
xsd :string">
<
xsd:attribute name ="
dataencoding "
type ="
xsd :string"/>
</
xsd:restriction >
</
xsd:simpleContent >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
verityzonesType
Abstract
no
Documentation
Collection of verityzone elements.
Schema Component Representation
<
xsd:complexType name ="
verityzonesType ">
<
xsd:sequence >
<
xsd:element name ="
verityzone "
type ="
verityzoneType "
maxOccurs ="
unbounded "/>
</
xsd:sequence >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
versionType
Abstract
no
Documentation
Stored search version.
XML Instance Representation
<...
dtd="xsd :string [0..1] ? " searchobject="xsd :string [0..1] ? " />
Schema Component Representation
<
xsd:complexType name ="
versionType ">
<
xsd:attribute name ="
dtd "
type ="
xsd :string"
use ="
fixed "
value ="
3.0 "/>
<
xsd:attribute name ="
searchobject "
type ="
xsd :string"
use ="
fixed "
value ="
3 "/>
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
whereType
Abstract
no
Documentation
Where operator.
XML Instance Representation
<...>
Start Choice [0..1] End Choice </...>
Schema Component Representation
<
xsd:complexType name ="
whereType ">
<
xsd:choice minOccurs ="
0 ">
<
xsd:element name ="
and "
type ="
andType "/>
<
xsd:element name ="
or "
type ="
orType "/>
<
xsd:element name ="
neq "
type ="
neqType "/>
<
xsd:element name ="
eq "
type ="
eqType "/>
<
xsd:element name ="
lt "
type ="
ltType "/>
<
xsd:element name ="
gt "
type ="
gtType "/>
<
xsd:element name ="
lte "
type ="
lteType "/>
<
xsd:element name ="
gte "
type ="
gteType "/>
<
xsd:element name ="
in "
type ="
inType "/>
<
xsd:element name ="
like "
type ="
likeType "/>
</
xsd:choice >
</
xsd:complexType >
Super-types:
None
Sub-types:
None
Name
wherepropType
Abstract
no
Documentation
Where property.
XML Instance Representation
<...
itemid="xsd :ID [1] ? " symname="xsd :string [1] ? " name="xsd :string [1] ? " objecttype="xsd :NMTOKEN (value comes from list: {'common'|'document'|'folder'|'customobject'}) [1] ? " editproperty="xsd :NMTOKEN (value comes from list: {'required'|'editable'|'readonly'|'hidden'}) [0..1] ? " >
</...>
Schema Component Representation
<
xsd:complexType name ="
wherepropType ">
<
xsd:sequence >
</
xsd:sequence >
<
xsd:attribute name ="
itemid "
type ="
xsd :ID"
use ="
required "/>
<
xsd:attribute name ="
symname "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
name "
type ="
xsd :string"
use ="
required "/>
<
xsd:attribute name ="
objecttype "
use ="
required ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="common "/>
<xsd:enumeration value ="document "/>
<xsd:enumeration value ="folder "/>
<xsd:enumeration value ="customobject "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
<
xsd:attribute name ="
editproperty "
use ="
default "
value ="
required ">
<
xsd:simpleType >
<
xsd:restriction base ="
xsd :NMTOKEN">
<xsd:enumeration value ="required "/>
<xsd:enumeration value ="editable "/>
<xsd:enumeration value ="readonly "/>
<xsd:enumeration value ="hidden "/>
</
xsd:restriction >
</
xsd:simpleType >
</
xsd:attribute >
</
xsd:complexType >