/[suikacvs]/markup/2004/tree/schema/tree.dms
Suika

Contents of /markup/2004/tree/schema/tree.dms

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Fri Dec 10 08:34:20 2004 UTC (21 years, 1 month ago) by wakaba
Branch: MAIN
New

1 wakaba 1.1 #?SuikaWikiConfig/2.0
2    
3     ModuleSet:
4     @Name: Tree
5     @Version:
6     @Description:
7     This is a markup vocabulary for trees, as defined by 564
8     <http://pc5.2ch.net/test/read.cgi/hp/1101043958/564>.
9     @ID: tree
10     @BaseURI:
11     http://suika.fam.cx/www/markup/2004/tree/schema/
12    
13     @Namespace:
14     @@Name:
15     http://pc5.2ch.net/test/read.cgi/hp/1101043958/564
16     @@DefaultPrefix: tree
17     @@UsePrefix: 0
18    
19     @Copyright: Wakaba <w@suika.fam.cx>
20     @RCSDate:
21     $Date: 2004/10/09 02:00:50 $
22    
23     @ImplNote:
24     @@lang:en
25     @@@:
26     There is no official DTD.
27     \
28     For the definition of elements, see
29     <http://pc5.2ch.net/test/read.cgi/hp/1101043958/564>.
30    
31     Attribute:
32     @AttributeSet:
33     @@Name: common
34     @@REF:
35     xml:lang
36     @@REF:
37     xml:base
38     @@REF:
39     xml:space
40     @@REF:
41     xsi:schemaLocation
42     @@REF:
43     xsi:type
44     @@REF:
45     xsi:nil
46    
47     Module:
48     @Name: Structure
49     @ID: struct
50    
51     @Element:
52     @@Name: root
53     @@Content:
54     (content?, (leaf | node)*)
55     @@Attribute:
56     @@@ref: common
57    
58     @Element:
59     @@Name: leaf
60     @@Content:
61     ANY
62     @@Attribute:
63     @@@ref: common
64    
65     @Element:
66     @@Name: node
67     @@Content:
68     (content?, (leaf | node)*)
69     @@Attribute:
70     @@@ref: common
71    
72     Module:
73     @Name: Data
74     @ID: data
75    
76     @Element:
77     @@Name: content
78     @@Content: ANY
79     @@Attribute:
80     @@@ref: common
81    
82     ## tree.dms ends here

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24