Select Git revision
resource.xml
-
Arkhangelskiy, Timofey authoredArkhangelskiy, Timofey authored
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>