Select Git revision
core_data.xml
core_data.xml 1.45 KiB
<dcc:coreData>
{% set x = doc.administrativeData['coreData'] %}
<dcc:countryCodeISO3166_1>
{{x.countryCodeISO3166_1}}
</dcc:countryCodeISO3166_1>
<dcc:usedLangCodeISO639_1>
{{x.usedLangCodeISO639_1}}
</dcc:usedLangCodeISO639_1>
<dcc:mandatoryLangCodeISO639_1>
{{x.mandatoryLangCodeISO639_1}}
</dcc:mandatoryLangCodeISO639_1>
<dcc:uniqueIdentifier>
{{x.uniqueIdentifier}}
</dcc:uniqueIdentifier>
<dcc:identifications>
{%- for i in x.identifications['identification'] %}
<dcc:identification>
<dcc:issuer>{{i.issuer}}</dcc:issuer>
<dcc:value>{{i.value}}</dcc:value>
<dcc:description>
{%- for j in i['description'] %}
<dcc:content lang="{{j.lang}}">
<![CDATA[
{%- for k in j.content %}
{{k|safe}}
{% endfor -%}
]]>
</dcc:content>
{% endfor -%}
</dcc:description>
</dcc:identification>
{% endfor -%}
</dcc:identifications>
{%- if x.receiptDate %}
<dcc:receiptDate> <hugo
{{x.receiptDate}}
</dcc:receiptDate>
{% endif -%}
<dcc:beginPerformanceDate>
{{x.beginPerformanceDate}}
</dcc:beginPerformanceDate>
<dcc:endPerformanceDate>
{{x.endPerformanceDate}}
</dcc:endPerformanceDate>
</dcc:coreData>