<!---->
<!--Image Markup Language 1.0

This is derived from the Digital Anatomist Frame Format 2.0
(http://www9.biostr.washington.edu/DA/docs/specs/currSpec.html)
for annotation of images for the DA online image server

For more infomation on the Digital Anatomist Project:
http://sig.biostr.washington.edu

Bill Lober, MD
Structural Informatics Group
June, 2000

copyright (2000) University of Washington
licenced under the Gnu Public Liscense 
(see license file in distribution)
-->
<!ELEMENT Frame  (Info? | Colors | Region* )>
<!ATTLIST Frame  image CDATA  #REQUIRED >
<!ELEMENT Colors EMPTY>
<!ATTLIST Colors  outline_color CDATA  #IMPLIED
                  pin_color     CDATA  #IMPLIED
                  string_color  CDATA  #IMPLIED >
<!ELEMENT Region  (label? , center , outline )>
<!ATTLIST Region  type    (STRUCT | CONTROL )  #REQUIRED
                  id     CDATA  #REQUIRED
                  action CDATA  #IMPLIED >
<!ELEMENT label  (#PCDATA )>

<!ELEMENT center  (pt )>

<!ELEMENT pt EMPTY>
<!ATTLIST pt  x CDATA  #REQUIRED
              y CDATA  #REQUIRED >
<!ELEMENT outline  (pt+ )>

<!ELEMENT Info  (#PCDATA )>


