﻿<?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="WeightTypeCode"
	xsi:schemaLocation="http://www.opengis.net/gml/3.2 http://schemas.opengis.net/gml/3.2.1/gml.xsd">
	<gml:description>Type of weight - describing the meaning of a vehicle weight value</gml:description>
	<gml:identifier codeSpace="http://spec.tn-its.eu/codelists/">WeightTypeCode</gml:identifier>
	<gml:dictionaryEntry>
		<gml:Definition gml:id="actual">
			<gml:description>The weight is the actual weight of a specific vehicle</gml:description>
			<gml:identifier codeSpace="http://spec.tn-its.eu/codelists/WeightTypeCode">actual</gml:identifier>
		</gml:Definition>
	</gml:dictionaryEntry>
	<gml:dictionaryEntry>
		<gml:Definition gml:id="maximumPermitted">
			<gml:description>The weight is the maximum permitted weight for a vehicle</gml:description>
			<gml:identifier codeSpace="http://spec.tn-its.eu/codelists/WeightTypeCode">maximumPermitted</gml:identifier>
		</gml:Definition>
	</gml:dictionaryEntry>
</gml:Dictionary>
