Skip to content

Commit

Permalink
_RelStructure according to Stefan
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Jan 17, 2023
1 parent 0271d01 commit 913fc24
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OJP/OJP_Common.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<xs:documentation>Reference to an Operator ([TMv6] company providing public transport services.) </xs:documentation>
</xs:annotation>
</xs:element>
<xs:complexType name="OperatorRelStructure">
<xs:complexType name="OperatorRefs_RelStructure">
<xs:sequence>
<xs:element name="OperatorRef" type="siri:OperatorRefStructure" maxOccurs="unbounded"/>
</xs:sequence>
Expand Down
2 changes: 1 addition & 1 deletion OJP/OJP_JourneySupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<xs:documentation>Contains the Vehicle reference of the vehicle. In Transmodel this may be the VEHICLE Id.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OperatorRefs" type="OperatorRelStructure" minOccurs="0">
<xs:element name="OperatorRefs" type="OperatorRefs_RelStructure" minOccurs="0">
<xs:annotation>
<xs:documentation>References to the OPERATORS. Multiple OPERATORS in case a ContinuousLeg can be operated by more than one operator, especially in the ALTERNATIVE MODE OF OPERATION where there can be dozens of taxi companies and many free floating sharing companies.</xs:documentation>
</xs:annotation>
Expand Down
2 changes: 1 addition & 1 deletion OJP/OJP_Places.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<xs:documentation>List of transport modes that call at this place object. This list should only be filled in case of stop points or stop places – and only when explicitly requested.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Operators" type="OperatorRelStructure" minOccurs="0">
<xs:element name="Operators" type="OperatorRefs_RelStructure" minOccurs="0">
<xs:annotation>
<xs:documentation>List of operators operating at this place object. This list should only be filled if this is explicitly requested.</xs:documentation>
</xs:annotation>
Expand Down
4 changes: 2 additions & 2 deletions OJP/OJP_RequestSupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<xs:element name="Place" type="PlaceStructure" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="OperatorsStructure">
<xs:complexType name="Operators_RelStructure">
<xs:annotation>
<xs:documentation>Structure providing a collection of operators.</xs:documentation>
</xs:annotation>
Expand All @@ -183,7 +183,7 @@
<xs:documentation>Structure providing response contexts related to journeys, containing collections of places and situations.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Operators" type="OperatorsStructure" minOccurs="0">
<xs:element name="Operators" type="Operators_RelStructure" minOccurs="0">
<xs:annotation>
<xs:documentation>Container for OPERATOR objects. Only operator objects that are referenced in the response should be put into the container.</xs:documentation>
</xs:annotation>
Expand Down

0 comments on commit 913fc24

Please sign in to comment.