adapt getIdentifier methods
[cdmlib.git] / src / docbkx / annotation-and-markers.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <chapter version="5.0" xml:id="annotation-and-markers" xmlns="http://docbook.org/ns/docbook"
3 xmlns:ns5="http://www.w3.org/1999/xhtml"
4 xmlns:ns4="http://www.w3.org/2000/svg"
5 xmlns:ns3="http://www.w3.org/1998/Math/MathML"
6 xmlns:ns2="http://www.w3.org/1999/xlink"
7 xmlns:ns="http://docbook.org/ns/docbook">
8 <info>
9 <title>Annotations and Markers</title>
10 </info>
11
12 <section>
13 <para>Many entities in the CDM extend <classname>AnnotatableEntity</classname>. This class contain two properties <varname>annotations</varname> and <varname>markers</varname>. <classname>Annotation</classname>s represent short (currently 4096 characters) statements made by users about the object. <classname>Marker</classname>s are binary (true or false) flags set on an object - markers are be typed using the <classname>MarkerType</classname> vocabulary allowing users to mark objects as <emphasis>NOT_CHECKED</emphasis>, <emphasis>COMPLETE</emphasis> or any other term.</para>
14 </section>
15 </chapter>