<?xml version="1.0" encoding="iso-8859-1"?>
<!--
 Copyright (C) 2002-2003 Hubert Figuiere (hfiguiere@teaser.fr)
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
 as published by the Free Software Foundation; either version 2
 of the License, or (at your option) any later version.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  
 02111-1307, USA.

 Revision: $Id: digicam.dtd,v 1.9 2003/05/01 14:20:51 hub Exp $
-->

  <!-- Hyperlink ref like in HTML -->
  <!ELEMENT a (#PCDATA)>
    <!ATTLIST a href	CDATA	#REQUIRED
    >
  <!-- Camera xref -->
  <!ELEMENT xref (#PCDATA)>
  <!ELEMENT name (#PCDATA)>
  <!ELEMENT comments (#PCDATA | xref | a)*>

  <!-- Driver description -->
  <!ELEMENT component (#PCDATA)>
  <!ELEMENT status (production | testing | experimental | unconfirmed)>
  <!ELEMENT driver (name, component*, status?, comments?, version?)>
    <!ATTLIST driver drvid        ID                    #IMPLIED
    >
  
  <!-- Camera description -->
  <!ELEMENT support EMPTY>
    <!ATTLIST support name         CDATA                 #REQUIRED
                      component    CDATA                 #IMPLIED
                      port         (usb|serial|ieee1394|scsi) #IMPLIED
		      status       (production|testing|experimental|unconfirmed) #IMPLIED
		      version	   CDATA                 #IMPLIED
    >
  <!ELEMENT media_type (#PCDATA)>
  <!ELEMENT usb_prod_id (#PCDATA)>
  <!ELEMENT usb_vend_id (#PCDATA)>
  <!ELEMENT protocol (#PCDATA)>
  <!ELEMENT usb_ids ((usb_vend_id, usb_prod_id, protocol) | no)>
  <!ELEMENT camera (name, usb_ids?, support*, media_type*, comments?)>

  <!-- Version: usually put here the $Id: digicam.dtd,v 1.9 2003/05/01 14:20:51 hub Exp $ from RCS/CVS -->
  <!ELEMENT version (#PCDATA)>

  <!ELEMENT camera_support_list (version, driver*, camera*)>

