<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy 2005 R3 U (http://www.xmlspy.com) by David S. Burggraf (Galdos Systems Inc.) -->
<Annotation gml:id="AN001" xmlns="http://www.opengis.net/xima" xmlns:gml="http://www.opengis.net/gml" xmlns:xima="http://www.opengis.net/xima" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/gml ../gmlJP2Profile.xsd http://www.opengis.net/xima annotation.xsd">
    <gml:metaDataProperty>
        <AnnotationMetaData>
            <title>Two regions of interest</title>
            <author>Author Name</author>
            <dateTime>2004-12-12T01:01:01</dateTime>
            <certainty>medium</certainty>
            <rationale>shape of polygons and proximity are a close match to that of known regions of interest</rationale>
        </AnnotationMetaData>
    </gml:metaDataProperty>
    <gml:defaultStyle>
        <!--Style will overlay some arrow or line symbol on top of Annotation/pointer value-->
    </gml:defaultStyle>
    <gml:defaultStyle>
        <!--Style will overlay some other arrow or line symbol on top of the other Annotation/pointer value-->
    </gml:defaultStyle>
    <gml:defaultStyle>
        <!--Style will fill in member Polygons in annotates MultiPolygon property value-->
    </gml:defaultStyle>
    <pointer>
        <gml:LineString gml:id="L001">
            <gml:pos>12 34</gml:pos>
            <gml:pos>45 36</gml:pos>
            <gml:pos>78 34</gml:pos>
        </gml:LineString>
    </pointer>
    <pointer>
        <gml:LineString gml:id="L002">
            <gml:pos>102 34</gml:pos>
            <gml:pos>135 36</gml:pos>
            <gml:pos>168 34</gml:pos>
        </gml:LineString>
    </pointer>
    <content>
        <Label>
            <gml:defaultStyle>
                <!--Style will place textContent value at anchorPoint at some angle-->
            </gml:defaultStyle>
            <xima:textContent>Text Describing Region1 of Interest</xima:textContent>
            <xima:anchorPoint>
                <gml:Point gml:id="Pt001" srsName="gmljp2://xml/crs.gml#id">
                    <gml:pos>0 10</gml:pos>
                </gml:Point>
            </xima:anchorPoint>
        </Label>
        <Label>
            <gml:defaultStyle>
                <!--Style will place textContent value at anchorPoint at some angle-->
            </gml:defaultStyle>
            <xima:textContent>Text Describing Region2 of Interest</xima:textContent>
            <xima:anchorPoint>
                <gml:Point gml:id="Pt002" srsName="gmljp2://xml/crs.gml#id">
                    <gml:pos>90 10</gml:pos>
                </gml:Point>
            </xima:anchorPoint>
        </Label>
    </content>
    <annotates>
        <gml:MultiSurface gml:id="MP001" srsName="gmljp2://xml/crs.gml#id">
            <gml:surfaceMember>
                <gml:Polygon gml:id="Pl001">
                    <gml:exterior>
                        <gml:LinearRing>
                            <gml:pos>22 44</gml:pos>
                            <gml:pos>55 77</gml:pos>
                            <gml:pos>88 100</gml:pos>
                            <gml:pos>22 44</gml:pos>
                        </gml:LinearRing>
                    </gml:exterior>
                </gml:Polygon>
            </gml:surfaceMember>
            <gml:surfaceMember>
                <gml:Polygon gml:id="Pl002">
                    <gml:exterior>
                        <gml:LinearRing>
                            <gml:pos>102 34</gml:pos>
                            <gml:pos>135 67</gml:pos>
                            <gml:pos>168 90</gml:pos>
                            <gml:pos>102 34</gml:pos>
                        </gml:LinearRing>
                    </gml:exterior>
                </gml:Polygon>
            </gml:surfaceMember>
        </gml:MultiSurface>
    </annotates>
</Annotation>