Show TOC

 DTD for ConfigurablesLocate this document in the navigation structure

The DTD specifies the valid elements and attributes of an XML file that defines the instance of a config class.

 <?xml version="1.0"
          encoding="UTF-8"?> <!ELEMENT Configurable (property |
          Property)+> <!ATTLIST
          Configurable         configclass CDATA
            #REQUIRED         version CDATA
          #IMPLIED         owner CDATA
          #IMPLIED         restrictedAccess
            (Write|Delete|Write,Delete|Delete,Write|Write,                         
               Delete|Delete, Write)
          #IMPLIED > <!ELEMENT property
          EMPTY> <!ATTLIST
          property         name CDATA
          #REQUIRED         value CDATA
          #IMPLIED > <!ELEMENT Property
          EMPTY> <!ATTLIST
          Property         name CDATA
          #REQUIRED         value CDATA
          #IMPLIED >