<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I am a little confused as to what is included in the capabilities
response under capabilities/schemas/schema.<br>
<br>
The annotation says:<br>
<br>
"Each known and mapped concept of a schema listed with a boolean flag
indicating if its searchable (default = true)."<br>
<br>
I have a genus field in my database and I map it to the following
concept:<br>
<br>
&lt;concept path="/DataSet/TaxonNames/TaxonName/CanonicalName/Genus"
searchable="true" /&gt;<br>
<br>
Should I also include the parent concepts:<br>
<br>
&lt;concept path="/DataSet/TaxonNames/TaxonName/CanonicalName"
searchable="false" /&gt;<br>
&lt;concept path="/DataSet/TaxonNames/TaxonName" searchable="false"
/&gt;<br>
&lt;concept path="/DataSet/TaxonNames" searchable="false" /&gt;<br>
&lt;concept path="/DataSet" searchable="false" /&gt;<br>
<br>
or are they implied? I presume if they are included then they aren't
searchable as they can't be used to build filters.<br>
<br>
Does this: <br>
<br>
&lt;concept path="/DataSet/TaxonNames/TaxonName/CanonicalName/Genus"
searchable="true" /&gt;<br>
<br>
mean:<br>
<ul>
  <li>This concept has been mapped to data and can be used in arbitrary
response structures and filters in combination with concepts from any
of the other conceptual schemas listed in here.</li>
</ul>
If so is the entire schemas section of capabilities response optional
if arbitrary views are not supported? Both the schemas and concepts are
given in views anyhow - so do we need to list them here?<br>
<br>
Your thoughts most appreciated - I may just have the wrong end of the
stick.<br>
<br>
Roger<br>
<br>
<br>
<br>
<pre class="moz-signature" cols="72">-- 

-------------------------------------
 Roger Hyam
 Technical Architect
 Taxonomic Databases Working Group
-------------------------------------
 <a class="moz-txt-link-freetext" href="http://www.tdwg.org">http://www.tdwg.org</a>
 <a class="moz-txt-link-abbreviated" href="mailto:roger@tdwg.org">roger@tdwg.org</a>
 +44 1578 722782
-------------------------------------
</pre>
<br>
</body>
</html>