Skip to content

Commit 255d9c3

Browse files
committed
Some piaget details
1 parent b656596 commit 255d9c3

3 files changed

Lines changed: 29 additions & 14 deletions

File tree

piaget.rng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
<value>article</value>
3131
</choice>
3232
</attribute>
33+
<optional>
34+
<ref name="att.cert"/>
35+
</optional>
3336
</define>
3437
<define name="p.atts">
3538
<optional>

teinte.rng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@
121121
<optional>
122122
<ref name="att.n"/>
123123
</optional>
124+
<optional>
125+
<ref name="att.cert"/>
126+
</optional>
124127
<optional>
125128
<ref name="xml.id"/>
126129
</optional>

teinteHeader.rng

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -406,21 +406,29 @@
406406
<value>restricted</value>
407407
</attribute>
408408
</optional>
409-
<element name="licence">
410-
<a:documentation>URI de référence vers la licence</a:documentation>
411-
<ul xmlns="http://www.w3.org/1999/xhtml">
412-
<li>&lt;<a href="http://purl.org/dc/terms/rights" target="dc">dc:rights</a>&gt; (Prévoir ligne courte pour la licence)</li>
413-
</ul>
414-
<attribute name="target">
415-
<data type="anyURI"/>
416-
</attribute>
409+
<oneOrMore>
417410
<choice>
418-
<oneOrMore>
419-
<ref name="p.teiHeader"/>
420-
</oneOrMore>
421-
<ref name="flow.teiHeader"/>
411+
<ref name="licence"/>
412+
<ref name="p.teiHeader"/>
422413
</choice>
423-
</element>
414+
</oneOrMore>
415+
</element>
416+
</define>
417+
<define name="licence">
418+
<element name="licence">
419+
<a:documentation>URI de référence vers la licence</a:documentation>
420+
<ul xmlns="http://www.w3.org/1999/xhtml">
421+
<li>&lt;<a href="http://purl.org/dc/terms/rights" target="dc">dc:rights</a>&gt; (Prévoir ligne courte pour la licence)</li>
422+
</ul>
423+
<attribute name="target">
424+
<data type="anyURI"/>
425+
</attribute>
426+
<choice>
427+
<oneOrMore>
428+
<ref name="p.teiHeader"/>
429+
</oneOrMore>
430+
<ref name="flow.teiHeader"/>
431+
</choice>
424432
</element>
425433
</define>
426434
<define name="profileDesc">
@@ -1205,15 +1213,16 @@
12051213
</optional>
12061214
<zeroOrMore>
12071215
<choice>
1208-
<ref name="title.teiHeader"/>
12091216
<ref name="author.teiHeader"/>
12101217
<ref name="date.teiHeader"/>
12111218
<ref name="editor"/>
12121219
<ref name="edition"/>
12131220
<ref name="extent"/>
12141221
<ref name="idno"/>
12151222
<ref name="imprint"/>
1223+
<ref name="ptr"/>
12161224
<ref name="respStmt"/>
1225+
<ref name="title.teiHeader"/>
12171226
</choice>
12181227
</zeroOrMore>
12191228
</element>

0 commit comments

Comments
 (0)