XML Viewer - Data Type Definition

- the GUI for the RecvData Module-
 


 
Content Model Diagram

Element Types Table

D Type Derives From Content Content Model Attributes
E structure
 
Elements (labeling , module* , help)
 
E labeling
 
Elements (structurelabel , modulelabel , processlabel , categorylabel , rowlabel , columnlabel*) codecolumn, descriptioncolumn, unitscolumn
E structurelabel
 
Text
 
 
E modulelabel
 
Text
 
 
E processlabel
 
Text
 
 
E categorylabel
 
Text
 
 
E rowlabel
 
Text
 
 
E columnlabel
 
Text
 
 
E module
 
Elements (modulelabel , process*)
 
E process
 
Elements (processlabel , category*)
 
E category
 
Elements (categorylabel , row*)
 
E row
 
Elements (cell* , row*) default
E cell
 
Elements (word*)
 
E help
 
Text
 
 
E word
 
Text
 
 


Attribute Types Table

Attribute Name Element Data Type Constraints Use Value
codecolumn labeling integer
 
optional
 
default row boolean
 
optional
 
descriptioncolumn labeling integer
 
optional
 
unitscolumn labeling integer
 
optional
 



Source Text
<?xml version='1.0' encoding='UTF-8' ?>

<!--Generated by XML Authority-->

<!--Viewer DTD by Bogdan Stanca-->
<!--Main element-->
<!ELEMENT structure (labeling , module* , help)>

<!ELEMENT labeling (structurelabel , modulelabel , processlabel , categorylabel , rowlabel , columnlabel*)>

<!ATTLIST labeling codecolumn CDATA #IMPLIED
descriptioncolumn CDATA #IMPLIED
unitscolumn CDATA #IMPLIED
a-dtype NMTOKENS 'codecolumn int
descriptioncolumn int
unitscolumn int' >
<!ELEMENT structurelabel (#PCDATA)>

<!ELEMENT modulelabel (#PCDATA)>

<!ELEMENT processlabel (#PCDATA)>

<!ELEMENT categorylabel (#PCDATA)>

<!ELEMENT rowlabel (#PCDATA)>

<!ELEMENT columnlabel (#PCDATA)>

<!ELEMENT module (modulelabel , process*)>

<!ELEMENT process (processlabel , category*)>

<!ELEMENT category (categorylabel , row*)>

<!ELEMENT row (cell* , row*)>

<!ATTLIST row default CDATA #IMPLIED
a-dtype NMTOKENS 'default boolean' >
<!ELEMENT cell (word*)>

<!ELEMENT help (#PCDATA)>

<!ELEMENT word (#PCDATA)>



© Bogdan Stanca 2001 - page generated with Turbo XML