Skip to content

Commit

Permalink
Lint and update documentation tables
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 17, 2023
1 parent e8e0998 commit 6211fed
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
1 change: 0 additions & 1 deletion OJP/OJP_Requests.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2020 (x64) (http://www.altova.com) by (Schweizerische Bundesbahnen SBB) -->
<xs:schema xmlns="http://www.vdv.de/ojp" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:siri="http://www.siri.org.uk/siri" targetNamespace="http://www.vdv.de/ojp" elementFormDefault="qualified" attributeFormDefault="unqualified" id="OJP_siri_service">
<xs:annotation>
<xs:documentation>OJP/OJP_Requests.xsd - OJP service requests and responses</xs:documentation>
Expand Down
18 changes: 9 additions & 9 deletions OJP/OJP_Trips.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:group>
</xs:group>
<xs:complexType name="TripRefineParamStructure">
<xs:annotation>
<xs:documentation>Trip refinement request parameter structure.</xs:documentation>
Expand All @@ -1084,17 +1084,17 @@
<xs:documentation>If true, then the request may contain object references from another system. Default is FALSE.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RefineLegRef" type="xs:NMTOKEN" maxOccurs="unbounded" minOccurs="0">
<xs:annotation>
<xs:documentation>Refers to the legs to be refined by the server. If none is given, then all legs are open for refinement (depending if the relevant system can refine them).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RefineLegRef" type="xs:NMTOKEN" maxOccurs="unbounded" minOccurs="0">
<xs:annotation>
<xs:documentation>Refers to the legs to be refined by the server. If none is given, then all legs are open for refinement (depending if the relevant system can refine them).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:group ref="TripRefinementDataFilterGroup"/>
<xs:element name="KeepLegs" type="xs:boolean" minOccurs="0" default="true">
<xs:annotation>
<xs:documentation>Shall the legs be kept or can neighbours be recalculated in one go and changed.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:element>
<xs:element name="RefitLegs" type="xs:boolean" minOccurs="0" default="false">
<xs:annotation>
<xs:documentation>With refit, the leg is/legs are recalculated from the end point of the adjascent legs. If necessary new foot paths are added.</xs:documentation>
Expand All @@ -1104,12 +1104,12 @@
<xs:annotation>
<xs:documentation>Checks the availability of relevant legs depending on the mode/submode. Operators or system references must be set to do this (uses OJPAvailabilityRequest indirectly)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:element>
<xs:element name="SystemId" type="xs:normalizedString" minOccurs="0">
<xs:annotation>
<xs:documentation>System reference to use for the refinement. If not specified the origin system of each leg are used for the refinement.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:element>
<xs:group ref="TripContentFilterGroup"/>
<xs:element name="FareParam" type="FareParamStructure" minOccurs="0">
<xs:annotation>
Expand Down
Loading

0 comments on commit 6211fed

Please sign in to comment.