Skip to content

Commit

Permalink
Remove unnecessary choice in DatedJourneyStructure #467
Browse files Browse the repository at this point in the history
  • Loading branch information
herlitze authored and sgrossberndt committed Feb 17, 2025
1 parent 1217bd1 commit 079837a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions OJP/OJP_JourneySupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,7 @@
<xs:documentation>[equivalent to DATED VEHICLE JOURNEY in TMv6] passenger carrying VEHICLE JOURNEY for one specified DAY TYPE for which the pattern of working is in principle defined by a SERVICE JOURNEY PATTERN. DatedJourney details of a service include its operating days. </xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:choice>
<xs:group ref="DatedJourneyGroup"/>
</xs:choice>
<xs:group ref="DatedJourneyGroup"/>
<xs:group ref="siri:JourneyFormationGroup">
<xs:annotation>
<xs:documentation>The formation elements on the journey level.</xs:documentation>
Expand Down

0 comments on commit 079837a

Please sign in to comment.