<?xml version="1.0" encoding="utf-16"?>
<xsd:element name="searchOptions">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="keyword" type="xsd:string" />
<xsd:element name="caseSensitive" type="xsd:boolean" default="false" minOccurs="0" />
<xsd:element name="matchMethod" type="ep:matchMethodType" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|