Beispiele

Zugang nur zu Metadaten

Zugelassene Actions Constraint Durch diese Constraint ermöglichte Action
displaymetadata

index
Keine Keine

XML

<?xml version='1.0' encoding='ASCII'?>
<libRML version="0.4" xmlns="https://librml.org/schema">
  <item id="metaonly-441" tenant="https://www.slub-dresden.de/" template="Metadata access only">
    <action type="displaymetadata" permission="true"/>
    <action type="index" permission="true"/>
  </item>
</libRML>

JSON

{
  "id": "metaonly-441",
  "tenant": "https://www.slub-dresden.de/",
  "template": "Metadata access only",
  "actions": [
    {
      "type": "displaymetadata",
      "permission": true
    },
    {
      "type": "index",
      "permission": true
    }
  ]
}