[Gd-chatter] r10716 - trunk/fundev/sources/Library-Packs

housel at gwydiondylan.org housel at gwydiondylan.org
Mon May 8 23:12:17 CEST 2006


Author: housel
Date: Mon May  8 23:12:15 2006
New Revision: 10716

Added:
   trunk/fundev/sources/Library-Packs/dlp.dtd   (contents, props changed)
Log:
Bug: 7310
DTD for Dylan Library Pack specification files.


Added: trunk/fundev/sources/Library-Packs/dlp.dtd
==============================================================================
--- (empty file)
+++ trunk/fundev/sources/Library-Packs/dlp.dtd	Mon May  8 23:12:15 2006
@@ -0,0 +1,22 @@
+<!-- Document type for Dylan Library Pack specification files -->
+
+<!ELEMENT library-pack	(description?, author?, copyright?, company?,
+                         libraries?, examples?, test-suites?)>
+<!ATTLIST library-pack	name	CDATA	#REQUIRED
+			title	CDATA	#REQUIRED
+			number	NMTOKEN	#IMPLIED>
+
+<!ELEMENT description	(#PCDATA)*>
+<!ELEMENT copyright	(#PCDATA)*>
+<!ELEMENT company	(#PCDATA)*>
+
+<!ELEMENT libraries	(library+)>
+<!ELEMENT examples	(library+)>
+<!ELEMENT test-suites	(library+)>
+
+<!ELEMENT library	(category*, description?, sources?, release*)>
+<!ATTLIST library	name	CDATA	#REQUIRED
+			title	CDATA	#IMPLIED>
+
+<!ELEMENT category	(#PCDATA)*>
+



More information about the chatter mailing list