Skip to content

Commit

Permalink
Revert aligning order of attributes in WaitDuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrossberndt committed Dec 15, 2022
1 parent 7b5a062 commit 8ac1783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OJP/OJP_Places.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
<xs:documentation>Rough estimate of the travel duration from the specified reference place to this exchange point.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="WaitDuration" type="xs:duration" default="PT0M" minOccurs="0">
<xs:element name="WaitDuration" type="xs:duration" minOccurs="0" default="PT0M">
<xs:annotation>
<xs:documentation>Duration needed at this exchange point to change from one service to another. If a journey planning orchestrator puts together a trip at this exchange point, it has to take care, that feeding arrival and fetching departure are at least this duration apart.</xs:documentation>
</xs:annotation>
Expand Down

0 comments on commit 8ac1783

Please sign in to comment.