Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example Syntax: View of a newly created project

Code Block
languagexml
<O N="New _Object" T="Project">
    <!-- created by ParamML Examples on 25.01.2023 -->
    ...
    ...
</O>

...

Parameters: Category, ObjLabel

Example:

Category

Code Block
languagexml
<O N="New
_Object" T="Project" Category="Objects:New Object">
    <!-- created by ParamML Examples on 25.01.2023 -->
</O>

ObjLabel

Code Block
languagexml
<O N="New
_Object" T="Project" Category="Objects:New Object" Objlabel="OpenBrIM">
    <!-- created by ParamML Examples on 25.01.2023 -->
</O>

Tag

Code Block
<O N="New_Object" T="Project" Tag="@firstlayer" Category="Objects:New Object" ObjLabel="OpenBrim">
    <!-- created by ParamML Examples on 25.01.2023 -->
</O>
Image Added

Image RemovedImage Added

When creating a Category, a new folder is established within the Library where relevant objects can be organized and grouped. In ParamML, to create a new file within a file, you should place a ":" symbol between the file names within the Category="" section.

In the example provided, we are able to assign a label to an object within the folder using the "ObjLabel" parameter in the "New_Object" object. The assigned label is prominently displayed, and the name of the Project object is also highlighted in red circle, as shown in the illustration above.

To enhance understanding of an object's contents, understanding their hierarchical relationship with other objects, and its purpose, specify relevant keywords using Tag=”” parameter at the first line as demonstrated above.