Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Finpuss

Content

Table of Contents

Simplified example

This document describes a simplified example of for specifying tariff zone codes/tariff per Line and/or ServiceJourney using a key-value pair for tariff code.

Note Please note that in the example, included in the XML file added to on GitHub (see below), is only designed  meant to illustrate this the concept and therefore lacks a number of many data objects and references required to be a valid data submission under  NeTEx NORWEGIAN PROFILEin accordance with The Norwegian NeTEx Profile..

Routepattern

Info

Structured in the same way as Same structure as in a normal submission by of Line, see NeTEx sample-directory (i arbeid).

The entire XML sample file is located on the project's can be found in our GitHub repository below https://github.com/entur/profile-norway-examples/blob/master/netex/fares/tariff-code.xml

PublicationDelivery

Info

Structured in the same way as normal submission by Line, see NeTEx sample-directory (i arbeid).

Service Frame

Line

To define a tariff zonecode/tariff per Line, this is entered with . They are defined in a keyList containing a KeyValue pair:

Code Block
languagexml
<Line version="1" id="RUT:Line:1">
	<keyList>
		<KeyValue>
			<Key>Tariffkode</Key>
			<Value>Dagtakst</Value>
		</KeyValue>
	</keyList>
	<Name>Line-name</Name>
	<TransportMode>bus</TransportMode>
	<TransportSubmode>
		<BusSubmode>localBus</BusSubmode>
	</TransportSubmode>
	[...]
</Line>

Timetable Frame

ServiceJourney

To define a tariff zonetariff code/tariff per ServiceJourney (an individual departure), this is entered accordingly with define the codes in a keyList containing a KeyValue pair for each affected ServiceJourney:

...