Skip to content
Snippets Groups Projects
Select Git revision
  • 818408464bf5624d9a90baf2f87eccee81071d78
  • master default protected
2 results

resource.xml

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    resource.xml 359 B
    <fcs:Resource xmlns:fcs="http://clarin.eu/fcs/resource"{% if resource.pid %} pid="{{ resource.pid }}"{% endif %}{% if resource.ref %} resource.ref="{{ resource.ref }}"{% endif %}>{% if resource.dv_cmdi %}{% include 'dataview_cmdi.xml' %}{% endif %}
    {% for rf in resource.resource_fragments %}
    {% include 'resource_fragment.xml' %}
    {% endfor %}
    </fcs:Resource>