KugarData Document Type Definition
Prev
Next

KugarData Document Type Definition

Alexander Dymo

Phil Thompson

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE KugarData [
     <!ELEMENT KugarData (Row*)>
     <!ATTLIST KugarData
         Template  CDATA  #REQUIRED>

     <!ELEMENT Row EMPTY>
     <!ATTLIST Row
         level     CDATA  #REQUIRED
         col1      CDATA  #IMPLIED
         col2      CDATA  #IMPLIED
         ...       CDATA  #IMPLIED
         coln      CDATA  #IMPLIED>
 ]>
Prev
Next
Home


Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team