Skip to content
Snippets Groups Projects
Commit 1427f00c authored by Max-Ferdinand Zeterberg's avatar Max-Ferdinand Zeterberg
Browse files

feat(licence): add tei:availability and tei:licence for header

parent 3e06c88c
Branches
No related tags found
1 merge request!12Resolve "Lizenzangaben"
...@@ -346,6 +346,7 @@ ...@@ -346,6 +346,7 @@
<optional> <optional>
<ref name="elem.externalResources"/> <ref name="elem.externalResources"/>
</optional> </optional>
<ref name="elem.tei.availability"/>
<ref name="elem.revisionDesc"/> <ref name="elem.revisionDesc"/>
</element> </element>
</define> </define>
...@@ -1479,6 +1480,18 @@ ...@@ -1479,6 +1480,18 @@
</optional> </optional>
</element> </element>
</define> </define>
<define name="elem.tei.availability">
<element name="tei:availability">
<ref name="elem.tei.licence"></ref>
</element>
</define>
<define name="elem.tei.licence">
<element name="tei:licence">
<ref name="attr.tei.target"></ref>
</element>
</define>
<define name="elem.tei.sic"> <define name="elem.tei.sic">
<element name="tei:sic"> <element name="tei:sic">
...@@ -1645,5 +1658,9 @@ ...@@ -1645,5 +1658,9 @@
</choice> </choice>
</attribute> </attribute>
</define> </define>
<define name="attr.tei.target">
<attribute name="target"/>
</define>
</grammar> </grammar>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment