commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r6170 - trunk/gnue-appserver/doc


From: johannes
Subject: r6170 - trunk/gnue-appserver/doc
Date: Sat, 7 Aug 2004 07:04:23 -0500 (CDT)

Author: johannes
Date: 2004-08-07 07:04:22 -0500 (Sat, 07 Aug 2004)
New Revision: 6170

Added:
   trunk/gnue-appserver/doc/gld.dtd
Log:
Added gld.dtd


Added: trunk/gnue-appserver/doc/gld.dtd
===================================================================
--- trunk/gnue-appserver/doc/gld.dtd    2004-08-07 11:57:18 UTC (rev 6169)
+++ trunk/gnue-appserver/doc/gld.dtd    2004-08-07 12:04:22 UTC (rev 6170)
@@ -0,0 +1,81 @@
+<!-- GNUe Label Definitions DTD (Version 0.1.89.99) -->
+
+<!--
+     Copyright 2001-2004 Free Software Foundation
+
+     This file is part of GNU Enterprise.
+
+     GNU Enterprise 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, or (at your option) any later version.
+
+     GNU Enterprise 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 program; see the file COPYING. If not,
+     write to the Free Software Foundation, Inc., 59 Temple Place
+     - Suite 330, Boston, MA 02111-1307, USA.
+-->
+
+<!-- Entities for characters/symbols -->
+<!ENTITY % lt "&#38;#60;">
+<!ENTITY % gt "&#62;">
+<!ENTITY % amp "&#38;#38;">
+
+<!--  =================================================  -->
+<!--  Datatype entities to make DTD more human readable  -->
+<!--  =================================================  -->
+
+<!ENTITY % text "CDATA">
+
+<!ENTITY % integer "NMTOKEN">
+<!-- [-]?[0-9]+ -->
+
+<!ENTITY % name "NMTOKEN">
+<!-- [A-Za-z]([A-Z][a-z][0-9][#$_-])* -->
+
+
+
+<!-- ================= -->
+<!-- Top level element -->
+<!-- ================= -->
+<!ELEMENT labels (class*)>
+<!ATTLIST labels module ID #REQUIRED>
+<!ATTLIST labels language %text; #REQUIRED>
+
+
+<!-- ======================== -->
+<!-- Child elements of labels -->
+<!-- ======================== -->
+<!ELEMENT class (procedure*, property*)>
+<!ATTLIST class name ID #REQUIRED>
+<!ATTLIST class page %text; #IMPLIED>
+
+
+<!-- ======================= -->
+<!-- Child elements of class -->
+<!-- ======================= -->
+<!ELEMENT procedure EMPTY>
+<!ATTLIST procedure name ID #REQUIRED>
+<!ATTLIST procedure info %integer; #IMPLIED>
+<!ATTLIST procedure label %text; #IMPLIED>
+<!ATTLIST procedure page %text; #IMPLIED>
+<!ATTLIST procedure pos %integer; "0">
+<!ATTLIST procedure search %integer; #IMPLIED>
+
+<!ELEMENT property EMPTY>
+<!ATTLIST property name ID #REQUIRED>
+<!ATTLIST property info %integer; #IMPLIED>
+<!ATTLIST property label %text; #IMPLIED>
+<!ATTLIST property page %text; #IMPLIED>
+<!ATTLIST property pos %integer; "0">
+<!ATTLIST property search %integer; #IMPLIED>
+
+
+<!-- This DTD was created by gnuedtd
+     Updated: 2004-08-07 13:53:00   -->
+





reply via email to

[Prev in Thread] Current Thread [Next in Thread]