automatically generated HTML documentation of "transformationProcessTemplates.dtd"

 DTD for defining DELT/A transformation process templates 

Root Element: process-templates

4 Elements (grouped and sorted alphabetically):

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

top

Element: process-template
Description:
 template for a process; contains one or more template for a process step (in the correct order) an an optional description 
Content:
original declaration of children: (description?, step-template+)
Attribute Type (Value) Type (Definition) Defaultvalue
name CDATA required -
source-language CDATA required -
Description of attribute name:
 the name of this process template 
Description of attribute source-language:
 XML-Language (or 'HTML') of the source file 
process-template is used in: process-templates.

top

Element: process-templates
Description:
 root element: only wrapper for process-template's 
Content:
original declaration of children: (process-template*)
No Attributes.
process-templates is never used (root element).

top

Element: step-template
Description:
 step-template element acts as a template for a transformation process step 
Content:
original declaration of children: (description?)
Attribute Type (Value) Type (Definition) Defaultvalue
name CDATA required -
target-language CDATA required -
macro-file CDATA optional -
Description of attribute name:
 (short) name of this step, e.g. "MHB-to-Asbru" (is used as default value for the process file) 
Description of attribute target-language:
 XML-Language of the target file of this step 
Description of attribute macro-file:
 optional macro-file for this step; relative to this templates file (the same file is used in the process file) 
step-template is used in: process-template.