Skip to content

Commit

Permalink
Added co boarding/alighting information for calls
Browse files Browse the repository at this point in the history
Added optional "NoBoardingAtStop" and "NoAlightingAtStop" to "StopCallStatusGroup" with default set to false. If set to true, these elements show that at a call no boarding or no alighting is allowed respectively.
  • Loading branch information
ue71603 authored Aug 24, 2020
1 parent a6bf349 commit c27bcf3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions OJP_JourneySupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,16 @@
<xs:documentation>The vehicle will not call at this stop despite earlier planning.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NoBoardingAtStop" type="xs:boolean" default="false" minOccurs="0">
<xs:annotation>
<xs:documentation>Boarding will not be allowed at this stop of this journey.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NoAlightingAtStop" type="xs:boolean" default="false" minOccurs="0">
<xs:annotation>
<xs:documentation>Alighting will not be allowed at this stop of this journey.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:group>
<xs:group name="ServiceStatusGroup">
Expand Down

0 comments on commit c27bcf3

Please sign in to comment.