Skip to content

Commit 2cc877e

Browse files
authored
Merge pull request majlis-erc#749 from majlis-erc/748-bug-fix
bugfix
2 parents 82c0c6f + 683ff35 commit 2cc877e

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

forms/msSimple/templates/incodicated-documents-elementTemplate.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
<item xml:id="">
334334
<objectType/>
335335
<locus from="" to=""/>
336-
<quote xml:lang=""/>
336+
<quote type="" xml:lang=""/>
337337
<note xml:lang=""/>
338338
<listRelation>
339339
<relation name="" ref="">
@@ -3492,7 +3492,7 @@
34923492
<item xml:id="">
34933493
<objectType/>
34943494
<locus from="" to=""/>
3495-
<quote xml:lang=""/>
3495+
<quote type="" xml:lang=""/>
34963496
<note xml:lang=""/>
34973497
<listRelation>
34983498
<relation name="" ref="">
@@ -3851,7 +3851,7 @@
38513851
<item xml:id="">
38523852
<objectType/>
38533853
<locus from="" to=""/>
3854-
<quote xml:lang=""/>
3854+
<quote type="" xml:lang=""/>
38553855
<note xml:lang=""/>
38563856
<listRelation>
38573857
<relation name="" ref="">
@@ -5519,7 +5519,7 @@
55195519
xml:id=""
55205520
xml:lang=""
55215521
xml:space=""/>
5522-
<quote xml:lang=""/>
5522+
<quote type="" xml:lang=""/>
55235523
<rdg ana=""
55245524
cause=""
55255525
cert=""

forms/msSimple/templates/incodicated-documents-schemaConstraints.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,17 @@
203203
the text. Specify language and script of the document. Alternatively, provide a translation of the
204204
relevant portion of the text.</desc>
205205
<availableAtts elementName="quote">
206+
<attDef attLabel="Type" ident="type" mode="change">
207+
<gloss xmlns:sch="http://purl.oclc.org/dsdl/schematron"
208+
xmlns:rng="http://relaxng.org/ns/structure/1.0">Type</gloss>
209+
<valList xmlns:rng="http://relaxng.org/ns/structure/1.0"
210+
xmlns:sch="http://purl.oclc.org/dsdl/schematron"
211+
type="closed"
212+
mode="change">
213+
<valItem ident="transcription" attLabel="Transcription"/>
214+
<valItem ident="translation" attLabel="Translation"/>
215+
</valList>
216+
</attDef>
206217
<attDef attLabel="Language" ident="xml:lang" mode="change">
207218
<gloss xmlns:sch="http://purl.oclc.org/dsdl/schematron"
208219
xmlns:rng="http://relaxng.org/ns/structure/1.0">Language</gloss>

forms/schemas/mss-incodicated-documents.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ End license statement: do not remove --><!--requirements:
342342
<textNode/>
343343
</content>
344344
<attList>
345-
<attDef ident="type" mode="delete"/>
346345
<attDef ident="who" mode="delete"/>
347346
<attDef ident="ana" mode="delete"/>
348347
<attDef ident="change" mode="delete"/>

0 commit comments

Comments
 (0)