<!--  DTD for xhibition:gallery, v0.02 -->

<!ELEMENT xhibition:gallery (xhibition:gallery_title, xhibition:gallery_text,
                             xhibition:gallery_teaser, xhibition:gallery_date,
                            (xhibition:image)*)>
<!ATTLIST xhibition:gallery display (true|false) #IMPLIED>
<!ATTLIST xhibition:gallery name CDATA #required>

<!-- The name attribute is the short name that will be used in the URL
     for the gallery, and should contain only alphanumeric characters.  -->

<!-- The gallery_title and gallery_text elements are plain text that
     will display on the HTML pages.  gallery_teaser is a thumbnail src.  -->

<!ELEMENT xhibition:gallery_title  (#PCDATA)>
<!ELEMENT xhibition:gallery_text   (#PCDATA)>
<!ELEMENT xhibition:gallery_teaser (#PCDATA)>
<!ELEMENT xhibition:gallery_date   (#PCDATA)>

<!ELEMENT xhibition:image (xhibition:date,     xhibition:title,
                           xhibition:caption?, xhibition:rotation?, 
                           xhibition:hide?)>
<!ATTLIST xhibition:image src CDATA #REQUIRED>

<!ELEMENT xhibition:date     (#PCDATA)>
<!ELEMENT xhibition:title    (#PCDATA)>
<!ELEMENT xhibition:caption  (#PCDATA)>
<!ELEMENT xhibition:rotation (#PCDATA)>
<!ELEMENT xhibition:hide     (#PCDATA)>
