Skip to content

Commit

Permalink
Merge pull request #141 from jmccrae/issue-135
Browse files Browse the repository at this point in the history
Fixes issues with XSD schema and `@id` tag
  • Loading branch information
mjakubicek authored Aug 14, 2024
2 parents f833bcc + 712f83b commit 1c89a7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dmlex-v1.0/specification/schemas/XML/dmlex.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ It might be possible to re-write them as <assert>s using concatenation of values
<xs:selector xpath="etymonType"/>
<xs:field xpath="@type"/>
</xs:unique>
<xs:key name="entryOrSenseOrCollocateMarkerKey">
<xs:unique name="entryOrSenseOrCollocateMarkerKey">
<xs:selector xpath=".//entry | .//sense | .//collocateMarker"/>
<xs:field xpath="@id"/>
</xs:key>
</xs:unique>
<xs:keyref name="memberRef" refer="entryOrSenseOrCollocateMarkerKey">
<xs:selector xpath=".//member"/>
<xs:field xpath="@ref"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ It might be possible to re-write them as <assert>s using concatenation of values
<xs:selector xpath="etymonType"/>
<xs:field xpath="@type"/>
</xs:unique>
<xs:key name="entryOrSenseOrCollocateMarkerKey">
<xs:unique name="entryOrSenseOrCollocateMarkerKey">
<xs:selector xpath=".//entry | .//sense | .//collocateMarker"/>
<xs:field xpath="@id"/>
</xs:key>
</xs:unique>
<xs:keyref name="memberRef" refer="entryOrSenseOrCollocateMarkerKey">
<xs:selector xpath=".//member"/>
<xs:field xpath="@ref"/>
Expand Down

0 comments on commit 1c89a7b

Please sign in to comment.