﻿<?xml version="1.0" encoding="UTF-8"?>
<gml:Dictionary xmlns:gml="http://www.opengis.net/gml/3.2"
	xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gmd="http://www.isotc211.org/2005/gmd"
	xmlns:gsr="http://www.isotc211.org/2005/gsr" xmlns:gss="http://www.isotc211.org/2005/gss"
	xmlns:gts="http://www.isotc211.org/2005/gts" xmlns:xlink="http://www.w3.org/1999/xlink"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" gml:id="PaymentMethodCode"
	xsi:schemaLocation="http://www.opengis.net/gml/3.2 http://schemas.opengis.net/gml/3.2.1/gml.xsd">
	<gml:description>Specifies the available list of enumerations for the methods of payment</gml:description>
	<gml:identifier codeSpace="http://spec.tn-its.eu/codelists/">PaymentMethodCode</gml:identifier>
	<gml:dictionaryEntry>
		<gml:Definition gml:id="cash">
			<gml:description>Payment using cash</gml:description>
			<gml:identifier codeSpace="http://spec.tn-its.eu/codelists/PaymentMethodCode">cash</gml:identifier>
		</gml:Definition>
	</gml:dictionaryEntry>
	<gml:dictionaryEntry>
		<gml:Definition gml:id="creditCard">
			<gml:description>Payment using credit card</gml:description>
			<gml:identifier codeSpace="http://spec.tn-its.eu/codelists/PaymentMethodCode">creditCard</gml:identifier>
		</gml:Definition>
	</gml:dictionaryEntry>
	<gml:dictionaryEntry>
		<gml:Definition gml:id="tollStickers">
			<gml:description>Payment using (pre-paid) toll stickers</gml:description>
			<gml:identifier codeSpace="http://spec.tn-its.eu/codelists/PaymentMethodCode">tollStickers</gml:identifier>
		</gml:Definition>
	</gml:dictionaryEntry>
	<gml:dictionaryEntry>
		<gml:Definition gml:id="electronicTollPayment">
			<gml:description>Payment using some electronic form</gml:description>
			<gml:identifier codeSpace="http://spec.tn-its.eu/codelists/PaymentMethodCode">electronicTollPayment</gml:identifier>
		</gml:Definition>
	</gml:dictionaryEntry>
</gml:Dictionary>
