Beispiele

Zugang nur zu Metadaten

Zugelassene Actions Constraint Durch diese Constraint ermöglichte Action
displaymetadata

index
Keine Keine

JSON

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

XML

<?xml version='1.0' encoding='ASCII'?>
<libRML version="0.3">
  <item id="metaonly-441" tenant="http://slub-dresden.de" template="Metadata access only">
    <action type="displaymetadata" permission="true"/>
    <action type="index" permission="true"/>
  </item>
</libRML>