Skip to content

Commit

Permalink
fixing some confusion, I created
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Nov 30, 2024
1 parent 556e98a commit 45784dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,14 +199,14 @@ Rail transport, Roads and Road transport
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:element ref="OperatorRef">
<xsd:element ref="OperatingDayRef">
<xsd:annotation>
<xsd:documentation>EXPECTED TO BE MANDATORY - left with minOccurs="0" only to avoid breaking compatibility with old rail datasets and also in the case when OperatorView is used. +v2.0</xsd:documentation>
<xsd:documentation>EXPECTED TO BE MANDATORY - left with minOccurs="0" only to avoid breaking compatibility with old rail datasets and also in the case when OperatingDayView is used. +v2.0</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="OperatorView">
<xsd:element ref="OperatingDayView">
<xsd:annotation>
<xsd:documentation>Used in some cases, when no OperatorRef is used. At least the OPERATING DAY must be provided as date. +v2.0</xsd:documentation>
<xsd:documentation>Used in some cases, when no OperatingDayRef is used. At least the OPERATING DAY must be provided as date. +v2.0</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ The VIEW includes derived ancillary data from referenced entities.</xsd:document
</xsd:annotation>
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element ref="OperatingDayRef"/>
<xsd:element ref="OperatingDayView"/>
<xsd:element ref="OperatorRef"/>
<xsd:element ref="OperatorView"/>
</xsd:choice>
<xsd:choice minOccurs="0">
<xsd:annotation>
Expand Down

0 comments on commit 45784dc

Please sign in to comment.