Skip to content

Commit

Permalink
undid Arrival/DepatrueTime in ContinuousLeg
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Sep 21, 2023
1 parent 27d4e93 commit 4a316b9
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions OJP/OJP_Trips.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -736,12 +736,12 @@
<xs:documentation>[relates to a specific type of RIDE in TM and NeTEx] leg of a journey that is not bound to a timetable </xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="LegStart" type="LegOriginDestinationtStructure">
<xs:element name="LegStart" type="PlaceRefStructure">
<xs:annotation>
<xs:documentation>PLACE where the leg starts (can be a PLACE, SCHEDULED STOP POINT or a VEHICLE MEETING POINT) with time information.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LegEnd" type="LegOriginDestinationtStructure">
<xs:element name="LegEnd" type="PlaceRefStructure">
<xs:annotation>
<xs:documentation>PLACE to alight (can be a SCHEDULED STOP POINT or a VEHICLE MEETING POINT) with time information.</xs:documentation>
</xs:annotation>
Expand Down Expand Up @@ -876,25 +876,6 @@
<xs:group ref="StopCallStatusGroup"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="LegOriginDestinationtStructure">
<xs:annotation>
<xs:documentation>Describes the situation at a stop or place that is needed at the origin or destination of a ContinuousLeg</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="PlaceRefGroup"/>
<xs:element name="ServiceArrival" type="ServiceArrivalStructure" minOccurs="0">
<xs:annotation>
<xs:documentation>describes the arrival situation at the leg alight stop point ( group of attributes of TIMETABLED PASSING TIME, ESTIMATED PASSING TIME, OBSERVED PASSING TIME)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ServiceDeparture" type="ServiceDepartureStructure" minOccurs="0">
<xs:annotation>
<xs:documentation>describes the departure situation at this leg alight stop point (empty for last leg) ( group of attributes of TIMETABLED PASSING TIME, ESTIMATED PASSING TIME, OBSERVED PASSING TIME)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:group ref="StopCallStatusGroup"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PathGuidanceStructure">
<xs:annotation>
<xs:documentation>Description of a piece of a TRIP. May include geographic information, turn instructions and accessibility information.</xs:documentation>
Expand Down

0 comments on commit 4a316b9

Please sign in to comment.