Rulesets: metadata attributes

Hi. I’m trying to understand the structure of rulesets, and cannot find the reference document mentioned in https://docs.goobi.io/goobi-workflow-en/manager/3.

Specifically, I’d like to know the significance of the DefaultDisplay attribute, and of the different values I’ve seen for the num attribute (’*’, ‘+’, or ‘1o’).

Thanks and best wishes,
Stephen

Hey,

this is, what is meant there:

All the best,

Steffen

Excellent, thank you, @steffen. Could you perhaps make a hyperlink from the Workflow documentation, and/or conflate the words ‘Rule’ and ‘sets’ somewhere in the UGH Library Documentation? At the moment a search for ‘Rulesets’ does not find the document.

… and it could be useful to mention in the UGH documentation that validation is executed according to any regex incorporated within a <validationExpression> tag in MetadataType definition. For example:

>   <MetadataType>
>     <Name>DocLanguage</Name>
>     <language name="de">Sprache</language>
>     <language name="en">Language</language>
>     <language name="es">Idioma</language>
>     <validationExpression>[a-z]{3}</validationExpression>
>   </MetadataType>

Hi Stephen,

I change both things now in the documentation. Here you can see the new link to the UGH docs:

https://app.gitbook.com/@intranda/s/goobi-workflow-en/manager/3

And here you can see that we worked at several parts of the description for metadata types which include now corporate bodies and the validation rules as well:

https://docs.goobi.io/ugh-en/3/3.1

Kind regards,

Steffen