Index: dam engine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex =================================================================== diff -u -r347 -r349 --- dam engine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex (.../DAM Engine - Technical Design.tex) (revision 347) +++ dam engine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.tex (.../DAM Engine - Technical Design.tex) (revision 349) @@ -628,7 +628,7 @@ public Interface(string modelInput) \newline } \newline -The class has to be instantiated with an (XML) string which adheres to the XSD definition of the inputfile for the \ProgramName. +The class has to be instantiated with an (XML) string which adheres to the XSD definition of the inputfile for the \ProgramName (See \autoref{app:DamInput.XSD}). \section{Validation} \label{sec:Validation} @@ -641,7 +641,7 @@ public string Validate() \newline } \newline -This will validate the model and returns the messages in an XML string which adheres to XSD definition of a message list. +This will validate the model and returns the messages in an XML string which adheres to the XSD definition of a message list (See \autoref{app:MessageList.XSD}). \section{Calculation} \label{sec:Calculation} \texttt{ @@ -653,7 +653,8 @@ public string Run() \newline } \newline -This will perform the calculation of the model and returns the messages in an XML string which adheres to XSD definition of a message list.\section{Interaction} +This will perform the calculation of the model and returns an XML string which adheres to the XSD definition of the output of the \ProgramName (See \autoref{app:DamOutput.XSD}). +\section{Interaction} \label{sec:Interaction} The \ProgramName interacts with the calling application through delegates. The following delegates are used by the \ProgramName: \newline @@ -691,7 +692,17 @@ +\appendix +%---------------------------------------- +\chapter{DamInput.XSD} \label{app:DamInput.XSD} + +%---------------------------------------- +\chapter{MessageList.XSD} \label{app:MessageList.XSD} + +%---------------------------------------- +\chapter{DamOutput.XSD} \label{app:DamOutput.XSD} + \pagestyle{empty} \mbox{} Index: dam engine/trunk/doc/Dam Engine - Technical Design/DAM Engine - Technical Design.pdf =================================================================== diff -u -r347 -r349 Binary files differ