automatically generated HTML documentation of "transformationProcessProject.dtd"

 DTD for defining a DELT/A transformation-process (advanced-project) 
 paths of @source-file, stepTemplate/@target-file and step/@macro-file are relative to the directory of this process file 

Root Element: process

4 Elements (grouped and sorted alphabetically):

Element: description
Content:
  • sequence
    • Text (#PCDATA)
original declaration of children: (#PCDATA)
No Attributes.
description is used in: process, step.

top

Element: process
Description:
 root element: a transformation process 
Content:
original declaration of children: (description?, steps)
Attribute Type (Value) Type (Definition) Defaultvalue
highest-link-ID CDATA required -
name CDATA required -
source-file CDATA required -
template CDATA required -
Description of attribute highest-link-ID:
 stores the highest link ID number 
Description of attribute name:
 the name of this transformation process 
Description of attribute source-file:
 the source file of this transformation process 
Description of attribute template:
 name of the transformation process template this transformation-process is based on 
process is never used (root element).

top

Element: step
Description:
 a transformation process step 
Content:
original declaration of children: (description?)
Attribute Type (Value) Type (Definition) Defaultvalue
name CDATA required -
target-file CDATA required -
macro-file CDATA optional -
Description of attribute name:
 (short) name of this step, e.g. "MHB-to-Asbru" 
Description of attribute target-file:
 the target file of this process step (based on the XML language defined in the process template) 
Description of attribute macro-file:
 optional macro-file for this step 
step is used in: steps.

top

Element: steps
Description:
 provides one or more step elements and the number of the current active step 
Content:
  • sequence
    • step (one or more)
original declaration of children: (step+)
Attribute Type (Value) Type (Definition) Defaultvalue
active-step CDATA required -
Description of attribute active-step:
 number of current active step (starting with 1) 
steps is used in: process.