Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xsd/NeTEx_publication.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -5729,7 +5729,7 @@
</xsd:unique>
<!-- =====Direction Key ========================== -->
<xsd:keyref name="Direction_KeyRef" refer="netex:Direction_AnyVersionedKey">
<xsd:selector xpath=".//netex:DirectionRef | .//netex:ReverseDirectionRef"/>
<xsd:selector xpath=".//netex:DirectionRef | .//netex:OppositeDirectionRef"/>
<xsd:field xpath="@ref"/>
<xsd:field xpath="@version"/>
</xsd:keyref>
Expand Down
2 changes: 1 addition & 1 deletion xsd/NeTEx_publication_timetable.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -4371,7 +4371,7 @@ Provides a general purose wrapper for NeTEx data content.</xsd:documentation>
</xsd:unique>
<!-- =====Direction Key ========================== -->
<xsd:keyref name="Direction_KeyRef" refer="netex:Direction_AnyVersionedKey">
<xsd:selector xpath=".//netex:DirectionRef |.//netex:ReverseDirectionRef"/>
<xsd:selector xpath=".//netex:DirectionRef |.//netex:OppositeDirectionRef"/>
<xsd:field xpath="@ref"/>
<xsd:field xpath="@version"/>
</xsd:keyref>
Expand Down