Skip to content

Commit 9e2d63c

Browse files
authored
Fix OppositeDirectionRef in master (#835)
1 parent eca532f commit 9e2d63c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

xsd/NeTEx_publication.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5729,7 +5729,7 @@
57295729
</xsd:unique>
57305730
<!-- =====Direction Key ========================== -->
57315731
<xsd:keyref name="Direction_KeyRef" refer="netex:Direction_AnyVersionedKey">
5732-
<xsd:selector xpath=".//netex:DirectionRef | .//netex:ReverseDirectionRef"/>
5732+
<xsd:selector xpath=".//netex:DirectionRef | .//netex:OppositeDirectionRef"/>
57335733
<xsd:field xpath="@ref"/>
57345734
<xsd:field xpath="@version"/>
57355735
</xsd:keyref>

xsd/NeTEx_publication_timetable.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4371,7 +4371,7 @@ Provides a general purose wrapper for NeTEx data content.</xsd:documentation>
43714371
</xsd:unique>
43724372
<!-- =====Direction Key ========================== -->
43734373
<xsd:keyref name="Direction_KeyRef" refer="netex:Direction_AnyVersionedKey">
4374-
<xsd:selector xpath=".//netex:DirectionRef |.//netex:ReverseDirectionRef"/>
4374+
<xsd:selector xpath=".//netex:DirectionRef |.//netex:OppositeDirectionRef"/>
43754375
<xsd:field xpath="@ref"/>
43764376
<xsd:field xpath="@version"/>
43774377
</xsd:keyref>

0 commit comments

Comments
 (0)