Data Models Guide
This service is named datamodels
and allows to create XML files validator.
To see the Data Models menu entry on the Portal, you need to have the permission datamodels=view
.
Note
If you have the permission datamodels=*
, you can have access to all the functions mentioned below.
View the data models¶
To read all the data models, you need to have the permission datamodels=read
.
Otherwise, you cannot read the data.
If your permission has values like this: datamodels=read('Data Model 1', 'Data Model 2')
, you will only see the data models Data Model 1 and Data Model 2.
You can view a data model by clicking on the eye button on the line associated with the data model.
Edit the data models¶
To edit the data models, you need to have the permission datamodels=edit
.
Double click on the data model associated line to access the edit form. You can update the data model’s name and description.
Warning
The data model’s name and the English description are mandatory and cannot be empty.
You can edit the data model’s schema, which is a XSD (XML Schema Definition) script.