2.2.2. The Description elementΒΆ
This element gives the general information on the model and is composed of a set of character elements.
<ModelUnit modelid=" " timestep=" " name=" " version =" ">
<Description>
<Title>title</Title>
<Authors>authors</Authors>
<Institution>institution</Institution>
<Reference>reference</Reference>
<Abstract><![CDATA[abstract]]></Abstract>
</Description>
...
</ModelUnit>
The Description element information item is a child of ModelUnit element.
It MUST contain
Title,Authors,Institution, andAbstractelements with text content.
The value of
Titleelement is the explicit name of the model and is based on no constraint. It gives the meaning of the process.The value of
Authorselement is the names of the authors of the implemented model in a specific platform.The value of
Institutionelement is the name of the institution providing the component.The value of
Abstractelement is a brief description of the meaning of the process and provide the context of some experimental conditions used to calibrate the models.A
Descriptionelement MAY containReferenceandURIelement.
The value of
Referenceprovides the reference of scientific knowledge of the process.The value of
URIprovides the link of the documentation of the process.