<?xml version="1.0" encoding="UTF-8"?>
<!--
     This dtd describes the basic data structures used by admst classes
     It is used to check the validy of file http://mot-adms/sourceforge.net/xml-files/admst.xml
     You can try using xmllint: xmllint admst.xml -noout -postvalid -noblanks
--> 
<!-- RCS Info -->
<!--
  $Id: metaadmst.dtd 505 2007-01-23 11:17:43Z r29173 $
-->
<!--
  $Log$
  Revision 1.3  2005/03/22 11:30:18  r29173
  migration to adms-2.x.x: clean-up xml constructs

  Revision 1.2  2005/03/14 17:34:20  r29173
  migration to adms-2.x.x: start xpath coding; add documentation

  Revision 1.1  2005/02/25 11:46:17  r29173
  migration to adms-2.x.x: defines admst namespace

--> 
<!ELEMENT admst (transform)+ >
<!ELEMENT transform (attribute*,usage?,description?,example*) >
<!ELEMENT attribute (description?) >
<!ELEMENT usage EMPTY >
<!ELEMENT description (#PCDATA) >
<!ELEMENT example EMPTY >
<!ATTLIST transform
  name CDATA #REQUIRED
  info CDATA #IMPLIED
>
<!ATTLIST attribute
  name CDATA #REQUIRED
  datatypename CDATA #REQUIRED
  datatypefamily CDATA #REQUIRED
  size (scalar|list|any) "any"
  required (yes|no) "yes"
  default CDATA #IMPLIED
>
