Skip to content

Commit e3d8ffc

Browse files
committed
Mark sourcePublisher and sourceDate as optional
and compile the rnc so that it is reflected in the rng which matters in the end
1 parent 9715d52 commit e3d8ffc

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

resources/schema/recorded_production.rng

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,16 @@
130130
</optional>
131131
</element>
132132
<element name="ncc">
133-
<element name="sourcePublisher">
134-
<data type="token"/>
135-
</element>
136-
<element name="sourceDate">
137-
<data type="token"/>
138-
</element>
133+
<optional>
134+
<element name="sourcePublisher">
135+
<data type="token"/>
136+
</element>
137+
</optional>
138+
<optional>
139+
<element name="sourceDate">
140+
<data type="token"/>
141+
</element>
142+
</optional>
139143
<oneOrMore>
140144
<element name="narrator">
141145
<data type="token"/>

0 commit comments

Comments
 (0)