Skip to content

Commit

Permalink
nore trip legs --> legs
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Jan 20, 2023
1 parent 8fa1e39 commit 47ae412
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions OJP/OJP_Trips.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
</xs:element>
<xs:element name="PTLegs" type="xs:nonNegativeInteger" minOccurs="0">
<xs:annotation>
<xs:documentation>Number of public transport trip legs.</xs:documentation>
<xs:documentation>Number of public transport legs.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Distance" type="siri:DistanceType" minOccurs="0">
Expand All @@ -437,7 +437,7 @@
</xs:complexType>
<xs:complexType name="TripStructure">
<xs:annotation>
<xs:documentation>[an extended form of PT TRIP in TM and NeTEx as it also includes the initial and final access legs to and from public transport] whole journey from passenger origin to passenger destination in one or more trip LEGs </xs:documentation>
<xs:documentation>[an extended form of PT TRIP in TM and NeTEx as it also includes the initial and final access legs to and from public transport] whole journey from passenger origin to passenger destination in one or more LEGs </xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="TripId" type="xs:NMTOKEN">
Expand Down Expand Up @@ -497,7 +497,7 @@
<xs:sequence>
<xs:element name="LegId" type="xs:NMTOKEN">
<xs:annotation>
<xs:documentation>Id of this trip leg. Unique within trip result.</xs:documentation>
<xs:documentation>Id of this leg. Unique within trip result.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ParticipantRef" type="siri:ParticipantRefStructure" minOccurs="0">
Expand All @@ -515,7 +515,7 @@
</xs:complexType>
<xs:complexType name="TimedLegStructure">
<xs:annotation>
<xs:documentation>passenger TRIP LEG with timetabled schedule. Corresponds to a RIDE.</xs:documentation>
<xs:documentation>passenger LEG with timetabled schedule. Corresponds to a RIDE.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="LegBoard" type="LegBoardStructure">
Expand All @@ -535,7 +535,7 @@
</xs:element>
<xs:element name="Service" type="DatedJourneyStructure">
<xs:annotation>
<xs:documentation>Service that is used for this trip leg.</xs:documentation>
<xs:documentation>Service that is used for this leg.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LegAttribute" type="LegAttributeStructure" minOccurs="0" maxOccurs="unbounded">
Expand Down

0 comments on commit 47ae412

Please sign in to comment.