Skip to content
valentin-gauthier-geosiris edited this page Mar 23, 2023 · 7 revisions

Description of Webstudio menus

File

File menu

Menu elements :

Load EPC/XML :

This option is used to import epc/xml data in the Webstudio workspace. If you load an other type of file or a non readable energyml file, it will be stored in the workspace as an additional file (see. element Show workspace tree).

Note : Using this option will entirely replace the workspace, and erase every previously loaded/created data.

Import EPC/XML :

Same as load menu, but doesn't erase data from the workspace.

Export workspace to EPC file (all elements) :

Export the entire workspace, enegyml objects and additional files (see. Show workspace tree) to an EPC file.

Export workspace to EPC file (partial) :

Export element of the workspace. The user is invited to choose the energyml object he wants to export in an EPC file.

Show workspace tree :

The workspace tree view shows every energyml objects (only their title and Uuid).

It also shows other files imported by the user such as pdf files or any other file the user wants to package in the future exported EPC file. These additional files can be visualised/download with a left click on their name, or removed from the workspace with the trash button.

Example of a workspace tree view : File menu

Validate workspace :

See validation page.

Save all open elements :

Save every modification done on every open tab (see. tab).

Clear workspace :

Remove everything from workspace. ⚠️ Use with caution.

3D view :

See 3D view.

Firp view :

Show the FIRP (Feature Interpretation Representation Property) relations between elements stored in the workspace. It also contains a view specific to Model (for StructuralOrganizationInterpretation).

Example of this view :

File menu

ETP requests

See ETP.

Show Common properties dictionary :

Energyml provides a list of well-known properties. They are given in the energyml "common" package. The Webstudio contains a list of these properties, and the user can access to all of them to be able to refer to any of them with DOR (Data Object Reference).

The dictionary view : File menu

Edit

This menu provides usefull tools to automatically correct/modify data in the workspace

File menu

Menu elements :

Change DOR references :

Changes every DOR references to a specific Uuid to an other (specified by the user). The change is done on every energyml object stored in the workspace.

Auto-correct DOR information :

Correct every DOR information like Title, "ContentType", "QualifiedType"). The process check every DOR from every objects, and check the DOR information by taking values from the object with the Uuid refered in the DOR. Note : it onlys works if the target object (refered by its Uuid) is stored in the workspace.

Remove VersionString :

Removes every versionString values.

Correct SchemaVersion :

Changes every SchemaVersion value on every object if they do not follow a pattern like [\d](\.[d]+)*. The schema version will be set depending on the package version with which the object has been loaded.

Show/Hide console

Shows / hide the console view. The console will prompt messages from the UI or the server.

EPC graph

See graph page.