Skip to content

Commit

Permalink
TripLeg -> Leg
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Dec 22, 2022
1 parent f80f0e2 commit b82b340
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OJP/OJP_Trips.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
<xs:documentation>Arrival time at destination.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PTTripLegs" type="xs:nonNegativeInteger" minOccurs="0">
<xs:element name="PTLegs" type="xs:nonNegativeInteger" minOccurs="0">
<xs:annotation>
<xs:documentation>Number of public transport trip legs.</xs:documentation>
</xs:annotation>
Expand Down Expand Up @@ -365,7 +365,7 @@
<xs:documentation>Trip distance.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TripLeg" type="TripLegStructure" maxOccurs="unbounded">
<xs:element name="Leg" type="LegStructure" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Legs of the trip</xs:documentation>
</xs:annotation>
Expand All @@ -376,7 +376,7 @@
<xs:element name="Extension" type="xs:anyType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="TripLegStructure">
<xs:complexType name="LegStructure">
<xs:annotation>
<xs:documentation>a single stage of a TRIP that is made without change of MODE or service (ie: between each interchange)</xs:documentation>
</xs:annotation>
Expand Down

0 comments on commit b82b340

Please sign in to comment.