Blame view

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