Skip to content

Commit

Permalink
Merge branch 'changes_for_v1.1' of https://github.com/VDVde/OJP into …
Browse files Browse the repository at this point in the history
…changes_for_v1.1
  • Loading branch information
ue71603 committed Dec 17, 2022
2 parents d2c2d5e + 8865cb1 commit 8a530b5
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 27 deletions.
15 changes: 15 additions & 0 deletions OJP/OJP_Trips.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@
<xs:documentation>Filter for VEHICLE and TRAIN NUMBERs.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TariffzoneFilter" type="TariffzoneFilterStructure" minOccurs="0">
<xs:annotation>
<xs:documentation>Filter for trips using only specific tariff zones.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:group>
<xs:group name="TripPolicyGroup">
Expand Down Expand Up @@ -215,6 +220,16 @@
</xs:choice>
</xs:sequence>
</xs:complexType>
<xs:complexType name="TariffzoneFilterStructure">
<xs:sequence>
<xs:element name="Exclude" type="xs:boolean" default="false" minOccurs="0">
<xs:annotation>
<xs:documentation>Whether to include or exclude given tariff zones in the list from the search. Default is to include.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TariffZones" type="TariffZoneListInAreaStructure"/>
</xs:sequence>
</xs:complexType>
<xs:annotation>
<xs:documentation>========================================== TripResponse definitions ==========================================</xs:documentation>
</xs:annotation>
Expand Down
Loading

0 comments on commit 8a530b5

Please sign in to comment.