Skip to content

Commit

Permalink
PublishedJourneyName and OperatorName
Browse files Browse the repository at this point in the history
Both were extensions at SBB to bring more information to the customers. In principle those are view elements.
  • Loading branch information
ue71603 committed May 26, 2022
1 parent 46d8783 commit fa683c9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions OJP/OJP_JourneySupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
</xs:annotation>
<xs:sequence>
<xs:element ref="JourneyRef"/>
<xs:element name="PublishedJourneyName" type="xs:normalizedString" minOccurs="0">
<xs:annotation>
<xs:documentation>Descriptive name/number of the SERVICE JOURNEY.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:group ref="ServiceGroup"/>
</xs:sequence>
</xs:group>
Expand Down Expand Up @@ -93,6 +98,11 @@
</xs:annotation>
</xs:element>
<xs:element ref="OperatorRef" minOccurs="0"/>
<xs:element name="OperatorName" type="xs:normalizedString" minOccurs="0">
<xs:annotation>
<xs:documentation>Descriptive name of the OPERATOR."</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RouteDescription" type="InternationalTextStructure" minOccurs="0">
<xs:annotation>
<xs:documentation>Descriptive text for a route, f.e. "Airport via City Centre"</xs:documentation>
Expand Down

0 comments on commit fa683c9

Please sign in to comment.