Skip to content

Commit

Permalink
Mark sourcePublisher and sourceDate as optional
Browse files Browse the repository at this point in the history
and compile the rnc so that it is reflected in the rng which matters
in the end
  • Loading branch information
egli committed Dec 13, 2024
1 parent 9715d52 commit e3d8ffc
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions resources/schema/recorded_production.rng
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,16 @@
</optional>
</element>
<element name="ncc">
<element name="sourcePublisher">
<data type="token"/>
</element>
<element name="sourceDate">
<data type="token"/>
</element>
<optional>
<element name="sourcePublisher">
<data type="token"/>
</element>
</optional>
<optional>
<element name="sourceDate">
<data type="token"/>
</element>
</optional>
<oneOrMore>
<element name="narrator">
<data type="token"/>
Expand Down

0 comments on commit e3d8ffc

Please sign in to comment.