dc870954
Renato De Donato
title desciption ...
|
1
2
|
<!ELEMENT handler_configuration (components)>
<!ELEMENT components (component*)>
|
8fbf2263
Renato De Donato
new datalets
|
3
|
<!ELEMENT component (name, type, idm)>
|
4faf3f49
Renato De Donato
datalet.dtd
|
4
5
6
|
<!--<!ELEMENT component (name, attributes, idm)>-->
<!--<!ELEMENT attributes (attribute*)>-->
<!--<!ELEMENT attribute (name)>-->
|
dc870954
Renato De Donato
title desciption ...
|
7
8
9
|
<!ELEMENT idm (inputs*)>
<!ELEMENT inputs (input*, layouts)>
<!ELEMENT layouts (input*)>
|
8fbf2263
Renato De Donato
new datalets
|
10
11
|
<!--<!ELEMENT input (name, description?, scale?, role?, selection?, type?, validator?)>-->
<!ELEMENT input (name, description?, selection?, type?, validator?)>
|
dc870954
Renato De Donato
title desciption ...
|
12
13
|
<!ELEMENT name (#PCDATA)>
<!ELEMENT description (#PCDATA)>
|
8fbf2263
Renato De Donato
new datalets
|
14
15
|
<!--<!ELEMENT scale (#PCDATA)>-->
<!--<!ELEMENT role (#PCDATA)>-->
|
dc870954
Renato De Donato
title desciption ...
|
16
17
18
|
<!ELEMENT selection (#PCDATA)>
<!ELEMENT type (#PCDATA)>
<!ELEMENT validator (#PCDATA)>
|