Skip to content

Commit

Permalink
allow sp and speaker inside rdg and lem
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Aug 28, 2018
1 parent 91f00ec commit ca09f48
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/main/odd/faust-tei.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1284,6 +1284,21 @@
</content>
</elementSpec>

<!-- allow sp and speaker inside rdg -->
<classSpec type="model" module="tei" ident="model.divPart" mode="change">
<classes>
<memberOf key="model.rdgPart"/>
<memberOf key="model.common"/>
</classes>
</classSpec>

<elementSpec ident="speaker" module="core" mode="change">
<classes>
<memberOf key="model.rdgPart"/>
<memberOf key="att.global"/>
</classes>
</elementSpec>

</schemaSpec>
</div>
</body>
Expand Down

0 comments on commit ca09f48

Please sign in to comment.