2.2.4. The Outputs elementΒΆ

..The Outputs element information item is a child of a ModelUnit element.

<ModelUnit modelid=" " timestep=" " name=" " version =" ">
   ...
   <Outputs>
      <Output name=" " description=" " datatype=" " min=" " max=" "  unit=" " uri=" "/>
      <Output name=" " description=" " datatype=" " min=" " max=" "  unit=" " uri=" "/>
      ...
   </Outputs>
   ...
</ModelUnit>
  1. The Outputs element MUST contain one or more Output element children.

  2. Each Output element MUST have exactly one of each of the following attributes:

    1. The name attribute.

    2. The description attribute

    3. The datatype attribute

    4. The unit attribute

  3. Each Output element MAY have exactly one of each of the following attributes:

  1. The variablecategory attribute

  2. The attributes uri, max and min MAY be specified.

The meanings and constraints of different attributes are the same as those of Input element.