2.2.8. The ParameterSets elementΒΆ

..A Parametersets element information item is a child of a ModelUnit element.

<ModelUnit modelid=" " timestep=" " name=" " version =" ">
    ...
    <Parametersets>
       <Parameterset name="" description="" uri = ""/>
       <Parameterset name="" description="" >
          <Param name="">value</Param>
          <Param name="">value</Param>
          ...
       </Parameterset>
       ...
    ...
 </ModelUnit>
  1. A Parametersets element MUST contain one or more Parameterset element.

    A Parametersets defines different ways to parameterize the model.

  2. Each Parameterset element MUST have a name and description attributes

    A Parameterset defines a set of values of parameters to parameterize the model.

  3. Each Parameterset element MAY have one or more Param elements

  4. Each Param element MUST contain a name attribute and is a text content.

    The value of the name attribute MUST already be specified as a value of the name attribute of an input element.