diff --git a/gmlapplicatieschema/5.1.2/IMAER.xsd b/gmlapplicatieschema/5.1.2/IMAER.xsd new file mode 100644 index 0000000..3694dc0 --- /dev/null +++ b/gmlapplicatieschema/5.1.2/IMAER.xsd @@ -0,0 +1,3883 @@ +<?xml version="1.0" encoding="UTF-8"?><schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:IMAER="http://imaer.aerius.nl/5.1" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:gmlsf="http://www.opengis.net/gmlsf/2.0" elementFormDefault="qualified" targetNamespace="http://imaer.aerius.nl/5.1" version="5.1.2"> + <annotation> + <documentation>Dit model beschrijft het InformatieModel AERius (IMAER). IMAER is het standaard gegevens uitwisselingsformaat van AERIUS en wordt gebruikt voor het importeren, exporteren en uitwisselen van gegevens met en tussen de verschillende AERIUS producten (o.a. Calculator, Monitor en Register). + +In IMAER zijn de objecten opgenomen die nodig zijn voor het berekenen van emissie en depositie van verschillende stoffen. In het model zijn de beschrijvingen van de objecten, de relaties tussen de objecten en de attributen opgenomen.</documentation> + </annotation> + <import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/> + <import namespace="http://www.opengis.net/gmlsf/2.0" schemaLocation="http://schemas.opengis.net/gmlsfProfile/2.0/gmlsfLevels.xsd"/> + <!--XML Schema document created by ShapeChange - http://shapechange.net/--> + <annotation> + <appinfo source="http://schemas.opengis.net/gmlsfProfile/2.0/gmlsfLevels.xsd"> + <gmlsf:ComplianceLevel>2</gmlsf:ComplianceLevel> + </appinfo> + </annotation> + <element name="FeatureCollectionCalculator" type="IMAER:FeatureCollectionCalculatorType" substitutionGroup="gml:AbstractFeature"/> + <complexType name="FeatureCollectionCalculatorType"> + <complexContent> + <extension base="gml:AbstractFeatureType"> + <sequence minOccurs="0" maxOccurs="unbounded"> + <element name="metadata" type="IMAER:AeriusCalculatorMetadataPropertyType" minOccurs="0"/> + <element name="featureMember" minOccurs="0" maxOccurs="unbounded"> + <complexType> + <complexContent> + <extension base="gml:AbstractFeatureMemberType"> + <sequence> + <element ref="IMAER:GeoObject"/> + </sequence> + </extension> + </complexContent> + </complexType> + </element> + <element name="definitions" type="IMAER:DefinitionsPropertyType" minOccurs="0"/> + </sequence> + </extension> + </complexContent> + </complexType> + <simpleType name="ADMSBuoyancyTypeType"> + <annotation> + <documentation>ADMS Buoyancy Types +NOTE ADMS Buoyancy Type, to be used as characteristic property.</documentation> + </annotation> + <restriction base="string"> + <enumeration value="AMBIENT"> + <annotation> + <documentation>Buoyancy based on ambient temperature.</documentation> + </annotation> + </enumeration> + <enumeration value="DENSITY"> + <annotation> + <documentation>Buoyancy based on density.</documentation> + </annotation> + </enumeration> + <enumeration value="TEMPERATURE"> + <annotation> + <documentation>Buoyancy based on specified temperature.</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> + <simpleType name="ADMSEffluxTypeType"> + <annotation> + <documentation>ADMS Efflux Types +NOTE ADMS Efflux Type, to be used as characteristic property.</documentation> + </annotation> + <restriction base="string"> + <enumeration value="VELOCITY"> + <annotation> + <documentation>Efflux based on velocity.</documentation> + </annotation> + </enumeration> + <enumeration value="VOLUME"> + <annotation> + <documentation>Efflux based on volume.</documentation> + </annotation> + </enumeration> + <enumeration value="MASS"> + <annotation> + <documentation>Efflux based on mass.</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> + <element name="ADMSRoad" substitutionGroup="IMAER:RoadEmissionSource" type="IMAER:ADMSRoadType"> + <annotation> + <documentation>ADMS EmissionSource representing a road. +NOTE This class describes a road emissionsource including geometry. This definition is meant for calculations with ADMS.</documentation> + </annotation> + </element> + <complexType name="ADMSRoadType"> + <complexContent> + <extension base="IMAER:RoadEmissionSourceType"> + <sequence> + <element name="width" type="double"> + <annotation> + <documentation>The width of this road (m).</documentation> + </annotation> + </element> + <element name="elevation" type="double"> + <annotation> + <documentation>The elevation of this road above ground level (m).</documentation> + </annotation> + </element> + <element name="gradient" type="double"> + <annotation> + <documentation>The gradient (percentage) of this road. This gradient is assumed to be from start of the geometry (A) to end of the geometry (B).</documentation> + </annotation> + </element> + <element name="coverage" type="double"> + <annotation> + <documentation>The coverage (percentage) of this road. This describes how much of the road is covered by overhanging features.</documentation> + </annotation> + </element> + <element minOccurs="0" name="barrierLeft" type="IMAER:ADMSRoadSideBarrierPropertyType"> + <annotation> + <documentation>The barrier on the left side of the road (compared to the geometry).</documentation> + </annotation> + </element> + <element minOccurs="0" name="barrierRight" type="IMAER:ADMSRoadSideBarrierPropertyType"> + <annotation> + <documentation>The barrier on the right side of the road (compared to the geometry).</documentation> + </annotation> + </element> + <element minOccurs="0" name="diurnalVariation" type="IMAER:DiurnalVariationPropertyType"> + <annotation> + <documentation>Diurnal variation profile of the road source.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="ADMSRoadPropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:ADMSRoad"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element name="ADMSRoadSideBarrier" substitutionGroup="gml:AbstractObject" type="IMAER:ADMSRoadSideBarrierType"> + <annotation> + <documentation>Characteristics of a barrier on the side of a road for ADMS. +NOTE A barrier on the side of the road is described by a few characteristics. Th</documentation> + </annotation> + </element> + <complexType name="ADMSRoadSideBarrierType"> + <sequence> + <element name="barrierType" type="IMAER:ADMSRoadSideBarrierTypeType"> + <annotation> + <documentation>The type of this barrier.</documentation> + </annotation> + </element> + <element name="distance" type="double"> + <annotation> + <documentation>The distance from the road centreline to canyon wall (m).</documentation> + </annotation> + </element> + <element name="averageHeight" type="double"> + <annotation> + <documentation>The average height of the barrier (m).</documentation> + </annotation> + </element> + <element name="maximumHeight" type="double"> + <annotation> + <documentation>The maximum height of the barrier (m).</documentation> + </annotation> + </element> + <element name="minimumHeight" type="double"> + <annotation> + <documentation>The minimum height of the barrier (m).</documentation> + </annotation> + </element> + <element name="porosity" type="double"> + <annotation> + <documentation>The porosity percentage that describes how much of the road length is covered by the barrier. 0 is fully covered, while 100 is not covered at all.</documentation> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="ADMSRoadSideBarrierPropertyType"> + <sequence> + <element ref="IMAER:ADMSRoadSideBarrier"/> + </sequence> + </complexType> + <simpleType name="ADMSRoadSideBarrierTypeType"> + <annotation> + <documentation>ADMS road side barrier types</documentation> + </annotation> + <restriction base="string"> + <enumeration value="NOISE_BARRIER"/> + <enumeration value="BRICK_WALL"/> + <enumeration value="STREET_CANYON_TERRACED_HOUSES"/> + <enumeration value="STREET_CANYON_SEMIDETACHED_HOUSES"/> + <enumeration value="STREET_CANYON_DETACHED_HOUSES"/> + <enumeration value="TREE_BARRIER_OPEN"/> + <enumeration value="TREE_BARRIER_DENSE"/> + <enumeration value="OTHER"/> + </restriction> + </simpleType> + <element name="ADMSSourceCharacteristics" substitutionGroup="IMAER:SourceCharacteristicsType" type="IMAER:ADMSSourceCharacteristicsType"> + <annotation> + <documentation>Dit datatype beschrijft de (ADMS) karakteristieken van een emissiebron. +NOTE Iedere emissiebron wordt beschreven aan de hand van een aantal karakteristieken, die in dit separate datatype zijn vastgelegd.</documentation> + </annotation> + </element> + <complexType name="ADMSSourceCharacteristicsType"> + <complexContent> + <extension base="IMAER:SourceCharacteristicsTypeType"> + <sequence> + <element name="height" type="double"> + <annotation> + <documentation>Height (m): height of source above the ground. For a volume source, it is the mid-height of the volume above the ground.</documentation> + </annotation> + </element> + <element name="specificHeatCapacity" type="double"> + <annotation> + <documentation>Cp (J/degree C/kg): specific heat capacity of the source material.</documentation> + </annotation> + </element> + <element name="sourceType" type="IMAER:ADMSSourceTypeType"> + <annotation> + <documentation>ADMS source type.</documentation> + </annotation> + </element> + <element minOccurs="0" name="diameter" type="double"> + <annotation> + <documentation>Diameter (m): internal diameter of a point/jet source.</documentation> + </annotation> + </element> + <element minOccurs="0" name="elevationAngle" type="double"> + <annotation> + <documentation>Elevation angle of a jet source.</documentation> + </annotation> + </element> + <element minOccurs="0" name="horizontalAngle" type="double"> + <annotation> + <documentation>Horizontal angle of a jet source.</documentation> + </annotation> + </element> + <element minOccurs="0" name="width" type="double"> + <annotation> + <documentation>L1 (m): width of a line source.</documentation> + </annotation> + </element> + <element minOccurs="0" name="verticalDimension" type="double"> + <annotation> + <documentation>L1 (m): vertical dimension of a volume source.</documentation> + </annotation> + </element> + <element name="buoyancyType" type="IMAER:ADMSBuoyancyTypeType"> + <annotation> + <documentation>ADMS buoyancy type.</documentation> + </annotation> + </element> + <element minOccurs="0" name="density" type="double"> + <annotation> + <documentation>Density (kg/m3): density of the whole release.</documentation> + </annotation> + </element> + <element minOccurs="0" name="temperature" type="double"> + <annotation> + <documentation>Temperature (degree C): temperature of the release.</documentation> + </annotation> + </element> + <element name="effluxType" type="IMAER:ADMSEffluxTypeType"> + <annotation> + <documentation>ADMS efflux type.</documentation> + </annotation> + </element> + <element minOccurs="0" name="verticalVelocity" type="double"> + <annotation> + <documentation>Volume flux (m3/s): volume flow rate of the release</documentation> + </annotation> + </element> + <element minOccurs="0" name="volumetricFlowRate" type="double"> + <annotation> + <documentation>Mass flux (kg/s): mass flux of the emission.</documentation> + </annotation> + </element> + <element minOccurs="0" name="diurnalVariation" type="IMAER:DiurnalVariationPropertyType"> + <annotation> + <documentation>Diurnal variation of the emission of the source.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="ADMSSourceCharacteristicsPropertyType"> + <sequence> + <element ref="IMAER:ADMSSourceCharacteristics"/> + </sequence> + </complexType> + <simpleType name="ADMSSourceTypeType"> + <annotation> + <documentation>ADMS Source Types +NOTE ADMS Source Type, to be used as characteristic property.</documentation> + </annotation> + <restriction base="string"> + <enumeration value="POINT"> + <annotation> + <documentation>Normal point source.</documentation> + </annotation> + </enumeration> + <enumeration value="AREA"> + <annotation> + <documentation>Normal (surface) area source.</documentation> + </annotation> + </enumeration> + <enumeration value="VOLUME"> + <annotation> + <documentation>Area represents a volume source.</documentation> + </annotation> + </enumeration> + <enumeration value="LINE"> + <annotation> + <documentation>Normal line source.</documentation> + </annotation> + </enumeration> + <enumeration value="ROAD"> + <annotation> + <documentation>Line represents a road source.</documentation> + </annotation> + </enumeration> + <enumeration value="JET"> + <annotation> + <documentation>Point represents a jet source.</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> + <element abstract="true" name="AbstractFarmlandActivity" substitutionGroup="IMAER:EmissionValueType" type="IMAER:AbstractFarmlandActivityType"> + <annotation> + <documentation>Karakteristieken van een emissietype voor activiteit op landbouwgrond. +NOTE Er zijn verschillende soorten gebruik van landbouwgrond in het model aanwezig. Deze abstracte basisklasse is een generalisatie van de verschillende typen in het model.</documentation> + </annotation> + </element> + <complexType abstract="true" name="AbstractFarmlandActivityType"> + <complexContent> + <extension base="IMAER:EmissionValueTypeType"> + <sequence/> + <attribute name="activityType" type="string" use="required"> + <annotation> + <documentation>Het type van gebruik of activiteit van de landbouwgrond.</documentation> + </annotation> + </attribute> + </extension> + </complexContent> + </complexType> + <complexType name="AbstractFarmlandActivityPropertyType"> + <sequence> + <element ref="IMAER:AbstractFarmlandActivity"/> + </sequence> + </complexType> + <element name="AdditionalLodgingSystem" substitutionGroup="IMAER:LodgingSystem" type="IMAER:AdditionalLodgingSystemType"> + <annotation> + <documentation>Extra staltechniek beschrijving. +NOTE Deze klasse beschrijft een extra staltechniek die bij een bestaande stal gebruikt kan worden, gebruik makend van een voorgedefinieerde code. Dit kan voor een gedeelte van de aangegeven dieren gelden.</documentation> + </annotation> + </element> + <complexType name="AdditionalLodgingSystemType"> + <complexContent> + <extension base="IMAER:LodgingSystemType"> + <sequence> + <element name="numberOfAnimals" type="integer"> + <annotation> + <documentation>Aantal dieren waarvoor deze extra techniek geldt. Zou niet meer moeten zijn dan het totaal aantal dieren van de FarmLodging waarbij deze techniek gebruikt wordt.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="AdditionalLodgingSystemPropertyType"> + <sequence> + <element ref="IMAER:AdditionalLodgingSystem"/> + </sequence> + </complexType> + <element name="Address" substitutionGroup="gml:AbstractObject" type="IMAER:AddressType"> + <annotation> + <documentation>Een adres (bijvoorbeeld voor inrichtingslocatie). +NOTE Dit data type bevat de standaard onderdelen van een adres.</documentation> + </annotation> + </element> + <complexType name="AddressType"> + <sequence> + <element name="streetAddress" type="string"> + <annotation> + <documentation>Straat en huisnummer.</documentation> + </annotation> + </element> + <element name="postcode" type="string"> + <annotation> + <documentation>Postcode.</documentation> + </annotation> + </element> + <element name="city" type="string"> + <annotation> + <documentation>Plaats.</documentation> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="AddressPropertyType"> + <sequence> + <element ref="IMAER:Address"/> + </sequence> + </complexType> + <element name="AeriusCalculatorMetadata" substitutionGroup="gml:AbstractObject" type="IMAER:AeriusCalculatorMetadataType"> + <annotation> + <documentation>Metadata over de AERIUS calculator die de GML geproduceerd heeft en het vastgelegde project. +NOTE Met behulp van deze metadata wordt vastgelegd met welke versies van software en onderliggende basisgegevens het GML bestand is gegenereerd. Tevens kan er projectinformatie over de emissiebronnen vastgelegd worden,</documentation> + </annotation> + </element> + <complexType name="AeriusCalculatorMetadataType"> + <sequence> + <element name="project" type="IMAER:ProjectMetadataPropertyType"> + <annotation> + <documentation>Metadata over het beschreven project.</documentation> + </annotation> + </element> + <element minOccurs="0" name="situation" type="IMAER:SituationMetadataPropertyType"> + <annotation> + <documentation>Metadata over de beschreven situatie.</documentation> + </annotation> + </element> + <element minOccurs="0" name="calculation" type="IMAER:CalculationMetadataPropertyType"> + <annotation> + <documentation>Metadata over de berekening.</documentation> + </annotation> + </element> + <element minOccurs="0" name="version" type="IMAER:VersionMetadataPropertyType"> + <annotation> + <documentation>Metadata over de gebruikte versies.</documentation> + </annotation> + </element> + <element minOccurs="0" name="gmlCreator" type="string"> + <annotation> + <documentation>Metadata over welk programma de GML heeft geproduceerd.</documentation> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="AeriusCalculatorMetadataPropertyType"> + <sequence> + <element ref="IMAER:AeriusCalculatorMetadata"/> + </sequence> + </complexType> + <element name="Building" substitutionGroup="IMAER:GeoObject" type="IMAER:BuildingType"> + <annotation> + <documentation>Dit featuretype beschrijft een gebouw. +NOTE Deze klasse beschrijft een gebouw, zodat deze bij emissie-berekeningen meegenomen kan worden.</documentation> + </annotation> + </element> + <complexType name="BuildingType"> + <complexContent> + <extension base="IMAER:GeoObjectType"> + <sequence> + <element name="identifier" type="IMAER:NEN3610IDPropertyType"> + <annotation> + <documentation>identificatie: Unieke identificatie van het object binnen het domein van NEN 3610.</documentation> + </annotation> + </element> + <element minOccurs="0" name="label" type="string"> + <annotation> + <documentation>Een optioneel label voor het gebouw.</documentation> + </annotation> + </element> + <element name="height" type="double"> + <annotation> + <documentation>(Gemiddelde) gebouwhoogte in meters.</documentation> + </annotation> + </element> + <element name="geometry" type="IMAER:BuildingGeometryPropertyType"> + <annotation> + <documentation>De geometrie van het gebouw.</documentation> + </annotation> + </element> + <element minOccurs="0" name="diameter" type="double"> + <annotation> + <documentation>De straal van een gebouw. Wordt alleen verwacht bij een punt geometrie, waarbij dit zorgt voor een cirkelvormig gebouw.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="BuildingPropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:Building"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element name="BuildingGeometry" substitutionGroup="gml:AbstractObject" type="IMAER:BuildingGeometryType"> + <annotation> + <documentation>Mogelijke geometrie&#235;n van een gebouw. +NOTE Dit datatype maakt een keuze mogelijk uit verschillende soorten geometrie&#235;n die een gebouw kan aannemen.</documentation> + </annotation> + </element> + <complexType name="BuildingGeometryType"> + <choice> + <element name="GM_Point" type="gml:PointPropertyType"> + <annotation> + <documentation>NEN 3610 punt.</documentation> + </annotation> + </element> + <element name="GM_Surface" type="gml:SurfacePropertyType"> + <annotation> + <documentation>NEN 3610 vlak.</documentation> + </annotation> + </element> + </choice> + </complexType> + <complexType name="BuildingGeometryPropertyType"> + <sequence> + <element ref="IMAER:BuildingGeometry"/> + </sequence> + </complexType> + <element name="CalculatedHeatContent" substitutionGroup="IMAER:HeatContent" type="IMAER:CalculatedHeatContentType"> + <annotation> + <documentation>Dit datatype beschrijft de warmteinhoud wanneer deze door het berekend moet worden. +NOTE Aan de hand van de opgegeven waardes kan de warmteinhoud door het model bepaald worden.</documentation> + </annotation> + </element> + <complexType name="CalculatedHeatContentType"> + <complexContent> + <extension base="IMAER:HeatContentType"> + <sequence> + <element minOccurs="0" name="emissionTemperature" type="double"> + <annotation> + <documentation>Emissie temperatuur in graden celsius. Dit moet hoger zijn dan de gemiddelde omgevingstemperatuur (rond de 12 graden).</documentation> + </annotation> + </element> + <element name="outflowDiameter" type="double"> + <annotation> + <documentation>De diameter van de uitstroom, in meter.</documentation> + </annotation> + </element> + <element name="outflowVelocity" type="double"> + <annotation> + <documentation>De uitstroom snelheid, in meter/seconde.</documentation> + </annotation> + </element> + <element name="outflowDirection" type="IMAER:OutflowDirectionTypeType"> + <annotation> + <documentation>De uitstroom richting.</documentation> + </annotation> + </element> + <element name="outflowVelocityType" type="IMAER:OutflowVelocityTypeType"> + <annotation> + <documentation>Manier waarop de uitstroom snelheid is bepaald.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="CalculatedHeatContentPropertyType"> + <sequence> + <element ref="IMAER:CalculatedHeatContent"/> + </sequence> + </complexType> + <element name="CalculationMetadata" substitutionGroup="gml:AbstractObject" type="IMAER:CalculationMetadataType"> + <annotation> + <documentation>Metadata over de berekening / rekenresultaten. +NOTE Met behulp van dit metadata object kan er informatie over de berekening vastgelegd worden.</documentation> + </annotation> + </element> + <complexType name="CalculationMetadataType"> + <sequence> + <element minOccurs="0" name="type" type="IMAER:CalculationTypeType"> + <annotation> + <documentation>Gebruikte berekeningtype. +Deprecated, gebruik vanaf versie 5.1.1 'method'.</documentation> + </annotation> + </element> + <element minOccurs="0" name="method" type="string"> + <annotation> + <documentation>Gebruikte berekeningmethode.</documentation> + </annotation> + </element> + <element minOccurs="0" name="jobType" type="string"> + <annotation> + <documentation>Gebruikte rekentaak type.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" name="substance" type="IMAER:SubstanceType"> + <annotation> + <documentation>Berekende stoffen.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" name="resultType" type="IMAER:ResultTypeType"> + <annotation> + <documentation>Berekende resultat types.</documentation> + </annotation> + </element> + <element minOccurs="0" name="maximumRange" type="double"> + <annotation> + <documentation>Maximum straal in km waarbinnen berekend is.</documentation> + </annotation> + </element> + <element minOccurs="0" name="researchArea" type="boolean"> + <annotation> + <documentation>Indicatie of het om een onderzoeksgebied berekening ging.</documentation> + </annotation> + </element> + <element minOccurs="0" name="monitorSrm2Year" type="integer"> + <annotation> + <documentation>Indicatie of er voor de SRM2 wegen gebruik is gemaakt van het NSL monitor netwerk, en zo ja uit welk jaar.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" minOccurs="0" name="option" type="IMAER:CalculationOptionPropertyType"> + <annotation> + <documentation>Opties die zijn gebruikt voor de rekenresultaten. Maakt gebruik van een generieke key-value structuur, waarbij de key aangeeft om welke optie het gaat, en de value de waarde voor de betreffende optie.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" minOccurs="0" name="otherSituation" type="IMAER:OtherSituationMetadataPropertyType"> + <annotation> + <documentation>Andere situaties die meegenomen zijn tijdens de berekening.</documentation> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="CalculationMetadataPropertyType"> + <sequence> + <element ref="IMAER:CalculationMetadata"/> + </sequence> + </complexType> + <element name="CalculationOption" substitutionGroup="gml:AbstractObject" type="IMAER:CalculationOptionType"> + <annotation> + <documentation>Generieke rekenoptie waarde.</documentation> + </annotation> + </element> + <complexType name="CalculationOptionType"> + <sequence> + <element name="key" type="string"> + <annotation> + <documentation>Sleutelwaarde voor deze rekenoptie.</documentation> + </annotation> + </element> + <element name="value" type="string"> + <annotation> + <documentation>Gebruikte waarde voor deze rekenoptie.</documentation> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="CalculationOptionPropertyType"> + <sequence> + <element ref="IMAER:CalculationOption"/> + </sequence> + </complexType> + <element name="CalculationPoint" substitutionGroup="IMAER:CalculationPointType" type="IMAER:CalculationPointType"> + <annotation> + <documentation>Zelfgedefinieerd rekenpunt. +NOTE Deze klasse beschrijft een zelfgedefinieerd rekenpunt.</documentation> + </annotation> + </element> + <complexType name="CalculationPointType"> + <complexContent> + <extension base="IMAER:CalculationPointTypeType"> + <sequence/> + </extension> + </complexContent> + </complexType> + <complexType name="CalculationPointPropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:CalculationPoint"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element name="CalculationPointCorrection" substitutionGroup="gml:AbstractObject" type="IMAER:CalculationPointCorrectionType"> + <annotation> + <documentation>Correctie op resultaten van een rekenpunt (NSL). +NOTE Het kan voorkomen dat er correcties gebruikt moeten worden op de resultaten die uit het model komen. Bijvoorbeeld omdat deze structureel afwijken van waargenomen waardes.</documentation> + </annotation> + </element> + <complexType name="CalculationPointCorrectionType"> + <sequence> + <element minOccurs="0" name="label" type="string"> + <annotation> + <documentation>Een optioneel label voor de correctie.</documentation> + </annotation> + </element> + <element minOccurs="0" name="description" type="string"> + <annotation> + <documentation>Een optioneel omschrijving voor de correctie.</documentation> + </annotation> + </element> + <element minOccurs="0" name="jurisdictionId" type="integer"> + <annotation> + <documentation>Een optioneel ID voor de jurisdictie (voor actualisatie).</documentation> + </annotation> + </element> + <element name="value" type="double"> + <annotation> + <documentation>Waarde van de correctie. Positief is toename ten opzichte van het resultaat uit het model, negatief is afname ten opzichte van het resultaat uit het model.</documentation> + </annotation> + </element> + </sequence> + <attribute name="substance" type="IMAER:SubstanceType" use="required"> + <annotation> + <documentation>Stof waarvoor deze correctie geldt.</documentation> + </annotation> + </attribute> + <attribute name="resultType" type="IMAER:ResultTypeType" use="required"> + <annotation> + <documentation>Type resultaat waarvoor deze correctie geldt.</documentation> + </annotation> + </attribute> + </complexType> + <complexType name="CalculationPointCorrectionPropertyType"> + <sequence> + <element ref="IMAER:CalculationPointCorrection"/> + </sequence> + </complexType> + <element abstract="true" name="CalculationPointType" substitutionGroup="IMAER:GeoObject" type="IMAER:CalculationPointTypeType"> + <annotation> + <documentation>Abstracte basisklasse voor de beschrijving van rekenpunten. +NOTE Er zijn verschillende soorten rekenpunten in het model aanwezig. Deze abstracte basisklasse is een generalisatie van de verschillende typen in dit model.</documentation> + </annotation> + </element> + <complexType abstract="true" name="CalculationPointTypeType"> + <complexContent> + <extension base="IMAER:GeoObjectType"> + <sequence> + <element name="identifier" type="IMAER:NEN3610IDPropertyType"> + <annotation> + <documentation>identificatie: Unieke identificatie van het object binnen het domein van NEN 3610.</documentation> + </annotation> + </element> + <element name="GM_Point" type="gml:PointPropertyType"> + <annotation> + <documentation>Geometrie van het rekenpunt.</documentation> + </annotation> + </element> + <element minOccurs="0" name="representation" type="gml:SurfacePropertyType"> + <annotation> + <documentation>Geometrische representatie van het rekenpunt.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" minOccurs="0" name="result" type="IMAER:CalculationResultPropertyType"> + <annotation> + <documentation>Deposities van het rekenpunt.</documentation> + </annotation> + </element> + <element minOccurs="0" name="label" type="string"> + <annotation> + <documentation>Een optioneel label voor het rekenpunt.</documentation> + </annotation> + </element> + <element minOccurs="0" name="description" type="string"> + <annotation> + <documentation>(Uitvoerige) beschrijving van het rekenpunt.</documentation> + </annotation> + </element> + <element minOccurs="0" name="jurisdictionId" type="integer"> + <annotation> + <documentation>Een optioneel ID voor de jurisdictie (voor actualisatie).</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" minOccurs="0" name="correction" type="IMAER:CalculationPointCorrectionPropertyType"> + <annotation> + <documentation>Correcties op een rekenpunt (NSL).</documentation> + </annotation> + </element> + <element minOccurs="0" name="height" type="double"> + <annotation> + <documentation>Een optionele hoogte voor het rekenpunt.</documentation> + </annotation> + </element> + <element minOccurs="0" name="assessmentCategory" type="string"> + <annotation> + <documentation>Een optionele categorie voor beoordeling.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="CalculationPointTypePropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:CalculationPointType"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element name="CalculationResult" substitutionGroup="gml:AbstractObject" type="IMAER:CalculationResultType"> + <annotation> + <documentation>Resultaat voor een rekenpunt. +NOTE Deze klasse beschrijft het resultaat voor een bepaalde stof/resultaattype combinatie voor een rekenpunt.</documentation> + </annotation> + </element> + <complexType name="CalculationResultType"> + <sequence> + <element minOccurs="0" name="sourceCategory" type="string"> + <annotation> + <documentation>Category van bronnen die zorgen voor dit resultaat. Indien niet opgegeven gaat het om totalen.</documentation> + </annotation> + </element> + <element name="value" type="double"> + <annotation> + <documentation>Resultaatwaarde.</documentation> + </annotation> + </element> + </sequence> + <attribute name="substance" type="IMAER:SubstanceType" use="required"> + <annotation> + <documentation>Type van resultaat.</documentation> + </annotation> + </attribute> + <attribute name="resultType" type="IMAER:ResultTypeType" use="required"> + <annotation> + <documentation>Resultaattype.</documentation> + </annotation> + </attribute> + </complexType> + <complexType name="CalculationResultPropertyType"> + <sequence> + <element ref="IMAER:CalculationResult"/> + </sequence> + </complexType> + <simpleType name="CalculationTypeType"> + <annotation> + <documentation>Lijst met verschillende rekentypes. +NOTE Het bepalen van receptoren/rekenpunten van een berekening kan op verschillende manieren gebeuren. Deze manieren liggen hierin vast.</documentation> + </annotation> + <restriction base="string"> + <enumeration value="PERMIT"> + <annotation> + <documentation>Berekening van receptoren volgens de Wet natuurbescherming.</documentation> + </annotation> + </enumeration> + <enumeration value="NATURE_AREA"> + <annotation> + <documentation>Berekening gebruikt hexagonen die natuurgebieden bevatten binnen opgegeven straal.</documentation> + </annotation> + </enumeration> + <enumeration value="RADIUS"> + <annotation> + <documentation>Berekening gebruikt hexagonen binnen opgegeven straal.</documentation> + </annotation> + </enumeration> + <enumeration value="CUSTOM_POINTS"> + <annotation> + <documentation>Berekening gebruikt door de gebruiker gedefinieerde punten (CalculationPoint).</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> + <element name="ConsumptionOffRoadVehicleSpecification" substitutionGroup="IMAER:OffRoadVehicleSpecification" type="IMAER:ConsumptionOffRoadVehicleSpecificationType"> + <annotation> + <documentation>Klasse voor een specificatie voor de emissie van een eigen gedefinieerde mobiele werktuig bron aan de hand van het verbruik. +NOTE Voor het bepalen van de emissie van mobiel werktuig kan gekeken worden naar het gebruik van dat voertuig. De karakteristieken in dit type worden daarbij gebruikt.</documentation> + </annotation> + </element> + <complexType name="ConsumptionOffRoadVehicleSpecificationType"> + <complexContent> + <extension base="IMAER:OffRoadVehicleSpecificationType"> + <sequence> + <element maxOccurs="unbounded" name="emissionFactor" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>De emissiefactoren van het voertuig, in g/kWh per stof.</documentation> + </annotation> + </element> + <element name="energyEfficiency" type="integer"> + <annotation> + <documentation>Rendement: brandstof in grammen brandstof per geleverde kilowattuur , in g/kWh.</documentation> + </annotation> + </element> + <element name="consumption" type="integer"> + <annotation> + <documentation>Brandstofverbruik, in liters per jaar.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="ConsumptionOffRoadVehicleSpecificationPropertyType"> + <sequence> + <element ref="IMAER:ConsumptionOffRoadVehicleSpecification"/> + </sequence> + </complexType> + <element name="CustomDiurnalVariation" substitutionGroup="gml:AbstractGML" type="IMAER:CustomDiurnalVariationType"> + <annotation> + <documentation>Eigen gedefinieerde temporele variatie. Bestaat uit X waardes, waarbij alle waardes opgeteld tot X * 100 moeten komen. +Als voorbeeld een definitie voor uren per dag: In dat geval zijn er 24 waardes, waarbij alles bij elkaar opgeteld 2400 zal moeten zijn. Voor een gelijke verdeling over de dag is elke waarde dan 100.</documentation> + </annotation> + </element> + <complexType name="CustomDiurnalVariationType"> + <complexContent> + <extension base="gml:AbstractGMLType"> + <sequence> + <element minOccurs="0" name="label" type="string"> + <annotation> + <documentation>Een optioneel label voor deze eigen definitie.</documentation> + </annotation> + </element> + <element name="customType" type="string"> + <annotation> + <documentation>Het type van deze eigen definitie. Geeft impliciet aan hoeveel waardes worden verwacht: voor een dag definitie worden bijvoorbeeld 24 waardes verwacht.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" name="value" type="double"> + <annotation> + <documentation>De waardes van deze eigen definitie. Afhankelijk van het customType wordt een aantal waarden verwacht. Bij gelijke verdeling over alle waardes heeft dit veld de waarde 100.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="CustomDiurnalVariationPropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:CustomDiurnalVariation"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element name="CustomFarmLodging" substitutionGroup="IMAER:FarmLodging" type="IMAER:CustomFarmLodgingType"> + <annotation> + <documentation>Zelfgedefinieerde stal. +NOTE Deze klasse beschrijft een zelfgedefinieerde stal.</documentation> + </annotation> + </element> + <complexType name="CustomFarmLodgingType"> + <complexContent> + <extension base="IMAER:FarmLodgingType"> + <sequence> + <element minOccurs="0" name="animalType" type="string"> + <annotation> + <documentation>Code die aangeeft om wat voor dier het gaat.</documentation> + </annotation> + </element> + <element name="description" type="string"> + <annotation> + <documentation>Beschrijving van de stal.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" name="emissionFactor" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>De emissiefactor(en) per dierplaats per jaar die gehanteerd moet worden.</documentation> + </annotation> + </element> + <element minOccurs="0" name="emissionFactorType" type="string"> + <annotation> + <documentation>Het type van emissie factor. Indien niet opgegeven dan wordt uitgegaan van een emissiefactor in kg per dierplaats per jaar.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="CustomFarmLodgingPropertyType"> + <sequence> + <element ref="IMAER:CustomFarmLodging"/> + </sequence> + </complexType> + <element name="CustomInlandShipping" substitutionGroup="IMAER:InlandShipping" type="IMAER:CustomInlandShippingType"> + <annotation> + <documentation>Zelfgedefinieerde schepen op een vaarroute voor binnenvaart. +NOTE Deze klasse beschrijft een schip op een vaarroute, gebruik makend van eigen specificatie.</documentation> + </annotation> + </element> + <complexType name="CustomInlandShippingType"> + <complexContent> + <extension base="IMAER:InlandShippingType"> + <sequence> + <element name="emissionPropertiesAtoB" type="IMAER:CustomInlandShippingEmissionPropertiesPropertyType"> + <annotation> + <documentation>Zelfgedefinieerde emissie eigenschappen van A naar B. Emissiefactoren zijn hier in kg/m.</documentation> + </annotation> + </element> + <element name="emissionPropertiesBtoA" type="IMAER:CustomInlandShippingEmissionPropertiesPropertyType"> + <annotation> + <documentation>Zelfgedefinieerde emissie eigenschappen van B naar A. Emissiefactoren zijn hier in kg/m.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="CustomInlandShippingPropertyType"> + <sequence> + <element ref="IMAER:CustomInlandShipping"/> + </sequence> + </complexType> + <element name="CustomInlandShippingEmissionProperties" substitutionGroup="gml:AbstractObject" type="IMAER:CustomInlandShippingEmissionPropertiesType"> + <annotation> + <documentation>Dit datatype beschrijft de eigen gedefinieerd scheepstype voor binnenvaart. +NOTE Eigenschappen beschreven in dit object worden voor standaard bronnen direct.</documentation> + </annotation> + </element> + <complexType name="CustomInlandShippingEmissionPropertiesType"> + <sequence> + <element maxOccurs="unbounded" name="emissionFactorEmpty" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>Gemiddelde emissie factor van scheepstype wanneer niet beladen. Eenheid is afhankelijk van emissietype waarbinnen dit datatype wordt gebruikt (verschil aangemeerd/varend).</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" name="emissionFactorLaden" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>Gemiddelde emissie factor van scheepstype wanneer wel beladen. Eenheid is afhankelijk van emissietype waarbinnen dit datatype wordt gebruikt (verschil aangemeerd/varend).</documentation> + </annotation> + </element> + <element name="heatContentEmpty" type="double"> + <annotation> + <documentation>Gemiddelde warmteinhoud van scheepstype wanneer niet beladen in Megawatt.</documentation> + </annotation> + </element> + <element name="heatContentLaden" type="double"> + <annotation> + <documentation>Gemiddelde warmteinhoud van scheepstype wanneer wel beladen in Megawatt.</documentation> + </annotation> + </element> + <element name="emissionHeightEmpty" type="double"> + <annotation> + <documentation>Gemiddelde uitstoothoogte van scheepstype wanneer niet beladen in meters.</documentation> + </annotation> + </element> + <element name="emissionHeightLaden" type="double"> + <annotation> + <documentation>Gemiddelde uitstoothoogte van scheepstype wanneer wel beladen in meters.</documentation> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="CustomInlandShippingEmissionPropertiesPropertyType"> + <sequence> + <element ref="IMAER:CustomInlandShippingEmissionProperties"/> + </sequence> + </complexType> + <element name="CustomManureStorage" substitutionGroup="IMAER:ManureStorage" type="IMAER:CustomManureStorageType"> + <annotation> + <documentation>Zelfgedefinieerde mestopslag beschrijving. +NOTE Deze klasse beschrijft een zelfgedefinieerde mestopslag techniek.</documentation> + </annotation> + </element> + <complexType name="CustomManureStorageType"> + <complexContent> + <extension base="IMAER:ManureStorageType"> + <sequence> + <element name="description" type="string"> + <annotation> + <documentation>Beschrijving van de mestopslag techniek.</documentation> + </annotation> + </element> + <element minOccurs="0" name="animalType" type="string"> + <annotation> + <documentation>Code die aangeeft van welk dier de mest afkomstig is.</documentation> + </annotation> + </element> + <element name="emissionFactorType" type="string"> + <annotation> + <documentation>Het type van emissie factor. Aan de hand van dit type wordt afgeleid welke optionele kenmerken verwacht worden.</documentation> + </annotation> + </element> + <element name="emissionFactor" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>De emissiefactor(en) die gehanteerd moet worden, eenheid afhankelijk van de gebruikte emissionFactorType.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="CustomManureStoragePropertyType"> + <sequence> + <element ref="IMAER:CustomManureStorage"/> + </sequence> + </complexType> + <element name="CustomMaritimeShipping" substitutionGroup="IMAER:MaritimeShipping" type="IMAER:CustomMaritimeShippingType"> + <annotation> + <documentation>Zelfgedefinieerde schepen op een vaarroute voor zeescheepvaart. +NOTE Deze klasse beschrijft een schip op een vaarroute, gebruik makend van eigen specificatie.</documentation> + </annotation> + </element> + <complexType name="CustomMaritimeShippingType"> + <complexContent> + <extension base="IMAER:MaritimeShippingType"> + <sequence> + <element name="emissionProperties" type="IMAER:CustomMaritimeShippingEmissionPropertiesPropertyType"> + <annotation> + <documentation>Zelfgedefinieerde emissie eigenschappen. Emissiefactoren zijn hier in kg/m.</documentation> + </annotation> + </element> + <element name="grossTonnage" type="double"> + <annotation> + <documentation>Het bruto-tonnage van de schepen.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="CustomMaritimeShippingPropertyType"> + <sequence> + <element ref="IMAER:CustomMaritimeShipping"/> + </sequence> + </complexType> + <element name="CustomMaritimeShippingEmissionProperties" substitutionGroup="gml:AbstractObject" type="IMAER:CustomMaritimeShippingEmissionPropertiesType"> + <annotation> + <documentation>Dit datatype beschrijft de eigen gedefinieerd scheepstype voor (zee) scheepvaart. +NOTE Eigenschappen beschreven in dit object worden voor standaard bronnen direct.</documentation> + </annotation> + </element> + <complexType name="CustomMaritimeShippingEmissionPropertiesType"> + <sequence> + <element maxOccurs="unbounded" name="emissionFactor" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>Gemiddelde emissie factor van scheepstype. Eenheid is afhankelijk van emissietype waarbinnen dit datatype wordt gebruikt (verschil aangemeerd/varend).</documentation> + </annotation> + </element> + <element name="heatContent" type="double"> + <annotation> + <documentation>Gemiddelde warmteinhoud van scheepstype in Megawatt.</documentation> + </annotation> + </element> + <element name="emissionHeight" type="double"> + <annotation> + <documentation>Gemiddelde uitstoothoogte van scheepstype in meters.</documentation> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="CustomMaritimeShippingEmissionPropertiesPropertyType"> + <sequence> + <element ref="IMAER:CustomMaritimeShippingEmissionProperties"/> + </sequence> + </complexType> + <element name="CustomMooringInlandShipping" substitutionGroup="IMAER:MooringInlandShipping" type="IMAER:CustomMooringInlandShippingType"> + <annotation> + <documentation>Zelfgedefinieerde schepen bij een aanlegplaats voor binnenvaart. +NOTE Deze klasse beschrijft een schip bij een aanlegplaats, gebruik makend van eigen specificatie.</documentation> + </annotation> + </element> + <complexType name="CustomMooringInlandShippingType"> + <complexContent> + <extension base="IMAER:MooringInlandShippingType"> + <sequence> + <element name="emissionProperties" type="IMAER:CustomInlandShippingEmissionPropertiesPropertyType"> + <annotation> + <documentation>Zelfgedefinieerde emissie eigenschappen voor aangemeerde schepen. Emissiefactoren zijn hier in kg/u.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="CustomMooringInlandShippingPropertyType"> + <sequence> + <element ref="IMAER:CustomMooringInlandShipping"/> + </sequence> + </complexType> + <element name="CustomMooringMaritimeShipping" substitutionGroup="IMAER:MooringMaritimeShipping" type="IMAER:CustomMooringMaritimeShippingType"> + <annotation> + <documentation>Zelfgedefinieerde schepen bij een aanlegplaats voor zeescheepvaart. +NOTE Deze klasse beschrijft een schip bij een aanlegplaats, gebruik makend van eigen specificatie.</documentation> + </annotation> + </element> + <complexType name="CustomMooringMaritimeShippingType"> + <complexContent> + <extension base="IMAER:MooringMaritimeShippingType"> + <sequence> + <element name="emissionProperties" type="IMAER:CustomMaritimeShippingEmissionPropertiesPropertyType"> + <annotation> + <documentation>Zelfgedefinieerde emissie eigenschappen voor aangemeerde schepen. Emissiefactoren zijn hier in kg/u.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="CustomMooringMaritimeShippingPropertyType"> + <sequence> + <element ref="IMAER:CustomMooringMaritimeShipping"/> + </sequence> + </complexType> + <element name="CustomOffRoadMobileSource" substitutionGroup="IMAER:OffRoadMobileSource" type="IMAER:CustomOffRoadMobileSourceType"> + <annotation> + <documentation>Eigen gedefinieerd mobiele werktuig bron. +NOTE Deze klasse beschrijft een eigen gedefinieerde mobiel werktuig bron, met gesommeerd de emissie en de verdere eigenschappen die van belang zijn voor de verschillende berekeningen.</documentation> + </annotation> + </element> + <complexType name="CustomOffRoadMobileSourceType"> + <complexContent> + <extension base="IMAER:OffRoadMobileSourceType"> + <sequence> + <element maxOccurs="unbounded" name="emission" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>Totale emissie van een mobiele werktuig bron in een jaar.</documentation> + </annotation> + </element> + <element name="emissionSourceCharacteristics" type="IMAER:SourceCharacteristicsTypePropertyType"> + <annotation> + <documentation>Karakteristieken van een mobiele werktuig bron.</documentation> + </annotation> + </element> + <element minOccurs="0" name="offRoadVehicleSpecification" type="IMAER:OffRoadVehicleSpecificationPropertyType"> + <annotation> + <documentation>Eigenschappen gebruikt om tot de emissie van deze bron te komen.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="CustomOffRoadMobileSourcePropertyType"> + <sequence> + <element ref="IMAER:CustomOffRoadMobileSource"/> + </sequence> + </complexType> + <element name="CustomVehicle" substitutionGroup="IMAER:Vehicle" type="IMAER:CustomVehicleType"> + <annotation> + <documentation>Karakteristieken van een emissietype zelfgedefinieerd wegvervoer. +NOTE Ieder wegvervoer emissietype wordt beschreven aan de hand van een aantal karakteristieken, die in dit separate datatype zijn vastgelegd.</documentation> + </annotation> + </element> + <complexType name="CustomVehicleType"> + <complexContent> + <extension base="IMAER:VehicleType"> + <sequence> + <element name="description" type="string"> + <annotation> + <documentation>Karakteristieken van de eigen gespecficieerd voertuigen.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" name="emission" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>De emissie in g/km per voertuig.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="CustomVehiclePropertyType"> + <sequence> + <element ref="IMAER:CustomVehicle"/> + </sequence> + </complexType> + <element name="Definitions" substitutionGroup="gml:AbstractObject" type="IMAER:DefinitionsType"> + <annotation> + <documentation>Container om definities bij te houden die door andere objecten gerefereerd kunnen worden. +NOTE Sommige definities kunnen binnen meerdere bronnen gebruikt worden. Om te voorkomen dat elke bron zijn eigen definitie heeft kunnen deze definities gerefereerd worden middels een gml ID. Hiermee kan op 1 plek de definitie aangepast worden, mocht dat nodig zijn. Omdat deze objecten geen featureMember of GeoObject hoeven te zijn is deze container geintroduceerd.</documentation> + </annotation> + </element> + <complexType name="DefinitionsType"> + <sequence> + <element maxOccurs="unbounded" minOccurs="0" name="customDiurnalVariation"> + <annotation> + <documentation>Mogelijke eigen temporele variatie definities.</documentation> + </annotation> + <complexType> + <complexContent> + <extension base="gml:AbstractMemberType"> + <sequence minOccurs="0"> + <element ref="IMAER:CustomDiurnalVariation"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + </extension> + </complexContent> + </complexType> + </element> + </sequence> + </complexType> + <complexType name="DefinitionsPropertyType"> + <sequence> + <element ref="IMAER:Definitions"/> + </sequence> + </complexType> + <element abstract="true" name="DiurnalVariation" substitutionGroup="gml:AbstractObject" type="IMAER:DiurnalVariationType"> + <annotation> + <documentation>Temporele variatie.</documentation> + </annotation> + </element> + <complexType abstract="true" name="DiurnalVariationType"> + <sequence/> + </complexType> + <complexType name="DiurnalVariationPropertyType"> + <sequence> + <element ref="IMAER:DiurnalVariation"/> + </sequence> + </complexType> + <element name="Emission" substitutionGroup="IMAER:EmissionValueType" type="IMAER:EmissionType"> + <annotation> + <documentation>Karakteristieken van een depositie waarde. +NOTE De depositieresulaten beschrijving van een rekenpunt.</documentation> + </annotation> + </element> + <complexType name="EmissionType"> + <complexContent> + <extension base="IMAER:EmissionValueTypeType"> + <sequence> + <element name="value" type="double"> + <annotation> + <documentation>Emissiewaarde.</documentation> + </annotation> + </element> + </sequence> + <attribute name="substance" type="IMAER:SubstanceType" use="required"> + <annotation> + <documentation>Emissiestof.</documentation> + </annotation> + </attribute> + </extension> + </complexContent> + </complexType> + <complexType name="EmissionPropertyType"> + <sequence> + <element ref="IMAER:Emission"/> + </sequence> + </complexType> + <element name="EmissionReduction" substitutionGroup="gml:AbstractObject" type="IMAER:EmissionReductionType"> + <annotation> + <documentation>Klasse voor een specificatie voor emissie reductie (NSL). +NOTE Het kan voorkomen dat emissie gereduceerd wordt met een bepaalde factor. In deze klasse kan vastgelegd worden wat deze reductie is, per stof.</documentation> + </annotation> + </element> + <complexType name="EmissionReductionType"> + <sequence> + <element name="factor" type="double"> + <annotation> + <documentation>Factor waarmee de emissies worden verlaagd.</documentation> + </annotation> + </element> + </sequence> + <attribute name="substance" type="IMAER:SubstanceType" use="required"> + <annotation> + <documentation>Emissiestof.</documentation> + </annotation> + </attribute> + </complexType> + <complexType name="EmissionReductionPropertyType"> + <sequence> + <element ref="IMAER:EmissionReduction"/> + </sequence> + </complexType> + <element name="EmissionSource" substitutionGroup="IMAER:EmissionSourceType" type="IMAER:EmissionSourceType"> + <annotation> + <documentation>Generieke emissiebron. +NOTE Deze klasse beschrijft een generieke emissiebron inclusief geometrie.</documentation> + </annotation> + </element> + <complexType name="EmissionSourceType"> + <complexContent> + <extension base="IMAER:EmissionSourceTypeType"> + <sequence> + <element maxOccurs="unbounded" name="emission" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>Emissietypen van de emissiebron.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="EmissionSourcePropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:EmissionSource"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element name="EmissionSourceCharacteristics" substitutionGroup="IMAER:SourceCharacteristicsType" type="IMAER:EmissionSourceCharacteristicsType"> + <annotation> + <documentation>Dit datatype beschrijft de (OPS) karakteristieken van een emissiebron. +NOTE Iedere emissiebron wordt beschreven aan de hand van een aantal karakteristieken, die in dit separate datatype zijn vastgelegd.</documentation> + </annotation> + </element> + <complexType name="EmissionSourceCharacteristicsType"> + <complexContent> + <extension base="IMAER:SourceCharacteristicsTypeType"> + <sequence> + <element name="heatContent" type="IMAER:HeatContentPropertyType"> + <annotation> + <documentation>Warmteinhoud van de emissiebron.</documentation> + </annotation> + </element> + <element name="emissionHeight" type="double"> + <annotation> + <documentation>Gemiddelde uitstoothoogte van de emissiebron in meters.</documentation> + </annotation> + </element> + <element minOccurs="0" name="spread" type="double"> + <annotation> + <documentation>Spreiding van de emissiebron in meters. Alleen te gebruiken bij puntbronnen met een hoogte.</documentation> + </annotation> + </element> + <element minOccurs="0" name="diurnalVariation" type="IMAER:DiurnalVariationPropertyType"> + <annotation> + <documentation>Temporele variatie van de emissie van de bron.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="EmissionSourceCharacteristicsPropertyType"> + <sequence> + <element ref="IMAER:EmissionSourceCharacteristics"/> + </sequence> + </complexType> + <element name="EmissionSourceGeometry" substitutionGroup="gml:AbstractObject" type="IMAER:EmissionSourceGeometryType"> + <annotation> + <documentation>Mogelijke geometrieën van een emissiebron. +NOTE Dit datatype maakt een keuze mogelijk uit verschillende soorten geometrieën die een emissiebron kan aannemen.</documentation> + </annotation> + </element> + <complexType name="EmissionSourceGeometryType"> + <choice> + <element name="GM_Point" type="gml:PointPropertyType"> + <annotation> + <documentation>NEN 3610 punt.</documentation> + </annotation> + </element> + <element name="GM_Curve" type="gml:CurvePropertyType"> + <annotation> + <documentation>NEN 3610 lijn.</documentation> + </annotation> + </element> + <element name="GM_Surface" type="gml:SurfacePropertyType"> + <annotation> + <documentation>NEN 3610 vlak.</documentation> + </annotation> + </element> + </choice> + </complexType> + <complexType name="EmissionSourceGeometryPropertyType"> + <sequence> + <element ref="IMAER:EmissionSourceGeometry"/> + </sequence> + </complexType> + <element abstract="true" name="EmissionSourceType" substitutionGroup="IMAER:GeoObject" type="IMAER:EmissionSourceTypeType"> + <annotation> + <documentation>Abstracte basisklasse voor de beschrijving van emissiebronnen. +NOTE Er zijn verschillende soorten emissiebronnen in het model aanwezig. Deze abstracte basisklasse is een generalisatie van de verschillende soorten emissiebronnen in het model. De geometrie van deze bronnen is opgenomen bij de onderliggende soorten, omdat deze verschillen per type bron.</documentation> + </annotation> + </element> + <complexType abstract="true" name="EmissionSourceTypeType"> + <complexContent> + <extension base="IMAER:GeoObjectType"> + <sequence> + <element name="identifier" type="IMAER:NEN3610IDPropertyType"> + <annotation> + <documentation>identificatie: Unieke identificatie van de emissiebron binnen het domein van NEN 3610.</documentation> + </annotation> + </element> + <element minOccurs="0" name="label" type="string"> + <annotation> + <documentation>Een optioneel label voor de emissiebron.</documentation> + </annotation> + </element> + <element minOccurs="0" name="description" type="string"> + <annotation> + <documentation>Een optionele beschrijving voor de emissiebron.</documentation> + </annotation> + </element> + <element minOccurs="0" name="emissionSourceCharacteristics" type="IMAER:SourceCharacteristicsTypePropertyType"> + <annotation> + <documentation>Karakteristieken van een emissiebron.</documentation> + </annotation> + </element> + <element minOccurs="0" name="jurisdictionId" type="integer"> + <annotation> + <documentation>Een optioneel ID voor de jurisdictie (voor actualisatie).</documentation> + </annotation> + </element> + <element name="geometry" type="IMAER:EmissionSourceGeometryPropertyType"> + <annotation> + <documentation>De geometrie van de emissiebron.</documentation> + </annotation> + </element> + </sequence> + <attribute name="sectorId" type="integer" use="required"> + <annotation> + <documentation>Identificatienummer van de sector waartoe de emissiebron behoord.</documentation> + </annotation> + </attribute> + </extension> + </complexContent> + </complexType> + <complexType name="EmissionSourceTypePropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:EmissionSourceType"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element abstract="true" name="EmissionValueType" substitutionGroup="gml:AbstractObject" type="IMAER:EmissionValueTypeType"> + <annotation> + <documentation>De emissiewaarde van een emissiebron. +NOTE De emissiewaarde van een emissiebron.</documentation> + </annotation> + </element> + <complexType abstract="true" name="EmissionValueTypeType"> + <sequence/> + </complexType> + <complexType name="EmissionValueTypePropertyType"> + <sequence> + <element ref="IMAER:EmissionValueType"/> + </sequence> + </complexType> + <element abstract="true" name="FarmLodging" substitutionGroup="IMAER:EmissionValueType" type="IMAER:FarmLodgingType"> + <annotation> + <documentation>Abstracte basisklasse voor de beschrijving van stallen. +NOTE Er zijn verschillende soorten stallen in het model aanwezig. Deze abstracte basisklasse is een generalisatie van de verschillende typen in het model.</documentation> + </annotation> + </element> + <complexType abstract="true" name="FarmLodgingType"> + <complexContent> + <extension base="IMAER:EmissionValueTypeType"> + <sequence> + <element name="numberOfAnimals" type="integer"> + <annotation> + <documentation>Aantal dieren in deze stal.</documentation> + </annotation> + </element> + <element minOccurs="0" name="numberOfDays" type="integer"> + <annotation> + <documentation>Aantal dagen dat de dieren in deze stal staan. Heeft alleen effect bij bepaalde combinaties.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="FarmLodgingPropertyType"> + <sequence> + <element ref="IMAER:FarmLodging"/> + </sequence> + </complexType> + <element name="FarmLodgingEmissionSource" substitutionGroup="IMAER:EmissionSourceType" type="IMAER:FarmLodgingEmissionSourceType"> + <annotation> + <documentation>Emissiebron van een stal. +NOTE Deze klasse beschrijft een stal inclusief geometrie.</documentation> + </annotation> + </element> + <complexType name="FarmLodgingEmissionSourceType"> + <complexContent> + <extension base="IMAER:EmissionSourceTypeType"> + <sequence> + <element maxOccurs="unbounded" minOccurs="0" name="emission" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>Emissietypen van de stal.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" minOccurs="0" name="farmLodging" type="IMAER:FarmLodgingPropertyType"> + <annotation> + <documentation>Staltypen.</documentation> + </annotation> + </element> + <element minOccurs="0" name="established" type="date"> + <annotation> + <documentation>Datum van oprichting (of vervanging of uitbreiding) van het dierenverblijf.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="FarmLodgingEmissionSourcePropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:FarmLodgingEmissionSource"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element name="FarmlandActivity" substitutionGroup="IMAER:AbstractFarmlandActivity" type="IMAER:FarmlandActivityType"> + <annotation> + <documentation>Karakteristieken van een zelfgedefinieerde emissietype voor activiteit op landbouwgrond. +NOTE Het gebruik van landbouw kan direct als emissie vastgelegd worden. Dat is in dit datatype vastgelegd.</documentation> + </annotation> + </element> + <complexType name="FarmlandActivityType"> + <complexContent> + <extension base="IMAER:AbstractFarmlandActivityType"> + <sequence> + <element maxOccurs="unbounded" name="emission" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>Totale emissie van dit gebruik van de landbouwgrond in een jaar</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="FarmlandActivityPropertyType"> + <sequence> + <element ref="IMAER:FarmlandActivity"/> + </sequence> + </complexType> + <element name="FarmlandEmissionSource" substitutionGroup="IMAER:EmissionSourceType" type="IMAER:FarmlandEmissionSourceType"> + <annotation> + <documentation>Emissiebron van landbouwground. +NOTE Deze klasse beschrijft landbouwgrond, inclusief geometrie.</documentation> + </annotation> + </element> + <complexType name="FarmlandEmissionSourceType"> + <complexContent> + <extension base="IMAER:EmissionSourceTypeType"> + <sequence> + <element maxOccurs="unbounded" minOccurs="0" name="emission" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>Emissietypen van de landbouwgrond.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" name="activity" type="IMAER:AbstractFarmlandActivityPropertyType"> + <annotation> + <documentation>Manier waarop de landbouwgrond wordt gebruikt waarbij emissies vrij komen.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="FarmlandEmissionSourcePropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:FarmlandEmissionSource"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element abstract="true" name="GeoObject" substitutionGroup="gml:AbstractFeature" type="IMAER:GeoObjectType"> + <annotation> + <documentation>Geo-object: Abstractie van een fenomeen in de werkelijkheid, dat direct of indirect is geassocieerd met een locatie relatief ten opzichte van de aarde +NOTE Van deze klasse worden geen instanties gemaakt. Indien een object een geo-object is, is het altijd een instantie van een subklasse van GeoObject. +Alle subklassen van GeoObject hebben conform NEN-EN-ISO 19109:2005 het stereotype «featureType».</documentation> + </annotation> + </element> + <complexType abstract="true" name="GeoObjectType"> + <complexContent> + <extension base="gml:AbstractFeatureType"> + <sequence/> + </extension> + </complexContent> + </complexType> + <complexType name="GeoObjectPropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:GeoObject"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element abstract="true" name="HeatContent" substitutionGroup="gml:AbstractObject" type="IMAER:HeatContentType"> + <annotation> + <documentation>Dit abstracte datatype kan gebruikt worden om de warmteinhoud te definieren. +NOTE Een karakteristiek van een emissie bron is de warmteinhoud. Dit kan direct ingevuld worden, of deze kan bepaald worden aan de hand van andere karakteristieken. De keuze kan door middel van implementaties van deze klasse gemaakt worden.</documentation> + </annotation> + </element> + <complexType abstract="true" name="HeatContentType"> + <sequence/> + </complexType> + <complexType name="HeatContentPropertyType"> + <sequence> + <element ref="IMAER:HeatContent"/> + </sequence> + </complexType> + <simpleType name="InlandRouteDirectionTypeType"> + <annotation> + <documentation>Keuzemogelijkheden voor de richting van aanmerende binnenvaart schepen. +NOTE Per binnenvaart zijn er karateristieken voor zowel de aanmerende als de uitgaande schepen opgegeven.</documentation> + </annotation> + <restriction base="string"> + <enumeration value="ARRIVE"> + <annotation> + <documentation>Aanmerend.</documentation> + </annotation> + </enumeration> + <enumeration value="DEPART"> + <annotation> + <documentation>Uitgaand.</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> + <element abstract="true" name="InlandShipping" substitutionGroup="IMAER:EmissionValueType" type="IMAER:InlandShippingType"> + <annotation> + <documentation>Abstracte basisklasse voor karakteristieken van een vaarroute voor binnenvaart. +NOTE Ieder binnenvaart emissietype voor routes wordt beschreven aan de hand van een aantal karakteristieken. Deze abstracte basisklasse is een generalisatie van de verschillende typen in het model.</documentation> + </annotation> + </element> + <complexType abstract="true" name="InlandShippingType"> + <complexContent> + <extension base="IMAER:EmissionValueTypeType"> + <sequence> + <element name="description" type="string"> + <annotation> + <documentation>Omschrijving van dit type schip.</documentation> + </annotation> + </element> + <element name="numberOfShipsAtoBperTimeUnit" type="integer"> + <annotation> + <documentation>Aantal schepen van A naar B per tijdseenheid. Vaarroutes worden van A naar B ingetekend.</documentation> + </annotation> + </element> + <element name="numberOfShipsBtoAperTimeUnit" type="integer"> + <annotation> + <documentation>Aantal schepen van B naar A per tijdseenheid. Vaarroutes worden van A naar B ingetekend.</documentation> + </annotation> + </element> + <element name="percentageLadenAtoB" type="integer"> + <annotation> + <documentation>Het percentage van numberOfShipsAtoB wat beladen is.</documentation> + </annotation> + </element> + <element name="percentageLadenBtoA" type="integer"> + <annotation> + <documentation>Het percentage van numberOfShipsBtoA wat beladen is.</documentation> + </annotation> + </element> + <element name="timeUnitShipsAtoB" type="IMAER:TimeUnitType"> + <annotation> + <documentation>Tijdseenheid voor het aantal schepen van A naar B.</documentation> + </annotation> + </element> + <element name="timeUnitShipsBtoA" type="IMAER:TimeUnitType"> + <annotation> + <documentation>Tijdseenheid voor het aantal schepen van B naar A.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="InlandShippingPropertyType"> + <sequence> + <element ref="IMAER:InlandShipping"/> + </sequence> + </complexType> + <element name="InlandShippingEmissionSource" substitutionGroup="IMAER:EmissionSourceType" type="IMAER:InlandShippingEmissionSourceType"> + <annotation> + <documentation>Emissiebron (vaarroute) van binnenvaart. +NOTE Deze klasse beschrijft een vaarroute voor binnenvaart, inclusief geometrie. De klasse is een specialisatie van EmissionSourceType.</documentation> + </annotation> + </element> + <complexType name="InlandShippingEmissionSourceType"> + <complexContent> + <extension base="IMAER:EmissionSourceTypeType"> + <sequence> + <element maxOccurs="unbounded" minOccurs="0" name="emission" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>Emissietypen van deze bron.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" name="inlandShipping" type="IMAER:InlandShippingPropertyType"> + <annotation> + <documentation>Specificatie van schepen voor dit emissiebrontype.</documentation> + </annotation> + </element> + <element name="waterway" type="IMAER:InlandWaterwayPropertyType"> + <annotation> + <documentation>Specificatie van het type waterweg dat gebruikt wordt.</documentation> + </annotation> + </element> + <element minOccurs="0" name="mooringA" type="gml:ReferenceType"> + <annotation> + <documentation>Geeft aan of de vaarroute bij het begin van het lijnstuk bij een aanlegplaats hoort (aanmerende route).</documentation> + <appinfo> + <targetElement xmlns="http://www.opengis.net/gml/3.2">IMAER:MooringInlandShippingEmissionSource</targetElement> + </appinfo> + </annotation> + </element> + <element minOccurs="0" name="mooringB" type="gml:ReferenceType"> + <annotation> + <documentation>Geeft aan of de vaarroute bij het eind van het lijnstuk bij een aanlegplaats hoort (aanmerende route).</documentation> + <appinfo> + <targetElement xmlns="http://www.opengis.net/gml/3.2">IMAER:MooringInlandShippingEmissionSource</targetElement> + </appinfo> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="InlandShippingEmissionSourcePropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:InlandShippingEmissionSource"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element name="InlandWaterway" substitutionGroup="gml:AbstractObject" type="IMAER:InlandWaterwayType"> + <annotation> + <documentation>Karakteristieken van een vaarroute voor (aanmerende) binnenvaart. +NOTE Ieder aanmerend binnenvaart emissietype voor routes wordt beschreven aan de hand van een aantal karakteristieken, die in dit datatype zijn vastgelegd.</documentation> + </annotation> + </element> + <complexType name="InlandWaterwayType"> + <sequence> + <element name="type" type="string"> + <annotation> + <documentation>Specificatie van het type waterweg dat gebruikt wordt.</documentation> + </annotation> + </element> + <element minOccurs="0" name="direction" type="IMAER:WaterwayDirectionTypeType"> + <annotation> + <documentation>Specificatie van de stroom richting van de waterweg. De richting is ten opzichte van de tekenrichting.</documentation> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="InlandWaterwayPropertyType"> + <sequence> + <element ref="IMAER:InlandWaterway"/> + </sequence> + </complexType> + <element name="LodgingFodderMeasure" substitutionGroup="gml:AbstractObject" type="IMAER:LodgingFodderMeasureType"> + <annotation> + <documentation>Extra voer maatregel voor stallen. +NOTE Deze klasse beschrijft een voer maatregel die voor een bestaande stal gebruikt kan worden, gebruik makend van een voorgedefinieerde code. Gebruik van deze maatregel zorgt voor een reductie (percentage) voor alle dieren.</documentation> + </annotation> + </element> + <complexType name="LodgingFodderMeasureType"> + <sequence> + <element name="fodderMeasureType" type="string"> + <annotation> + <documentation>Vaststaande code die aangeeft om wat voor voer maatregel het gaat.</documentation> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="LodgingFodderMeasurePropertyType"> + <sequence> + <element ref="IMAER:LodgingFodderMeasure"/> + </sequence> + </complexType> + <element abstract="true" name="LodgingSystem" substitutionGroup="gml:AbstractObject" type="IMAER:LodgingSystemType"> + <annotation> + <documentation>Abstracte basis klasse voor extra staltechnieken. +NOTE Er zijn verschillende soorten extra staltechnieken in het model aanwezig. Deze abstracte basisklasse is een generalisatie van de verschillende typen in het model.</documentation> + </annotation> + </element> + <complexType abstract="true" name="LodgingSystemType"> + <sequence> + <element name="lodgingSystemType" type="string"> + <annotation> + <documentation>Vaststaande code die aangeeft om wat voor extra staltechniek het gaat.</documentation> + </annotation> + </element> + <element minOccurs="0" name="farmLodgingSystemDefinitionType" type="string"> + <annotation> + <documentation>Vaststaande (BWL) code die aangeeft om wat voor staltechniek het gaat.</documentation> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="LodgingSystemPropertyType"> + <sequence> + <element ref="IMAER:LodgingSystem"/> + </sequence> + </complexType> + <element abstract="true" name="ManureStorage" substitutionGroup="IMAER:EmissionValueType" type="IMAER:ManureStorageType"> + <annotation> + <documentation>Karakteristieken van een emissietype voor mestopslag. +NOTE Er zijn verschillende soorten mestopslag in het model aanwezig. Deze abstracte basisklasse is een generalisatie van de verschillende typen in het model.</documentation> + </annotation> + </element> + <complexType abstract="true" name="ManureStorageType"> + <complexContent> + <extension base="IMAER:EmissionValueTypeType"> + <sequence> + <element minOccurs="0" name="tonnes" type="double"> + <annotation> + <documentation>Gewicht in ton aan mest.</documentation> + </annotation> + </element> + <element minOccurs="0" name="metersSquared" type="double"> + <annotation> + <documentation>Oppervlakte van de mest in vierkante meters.</documentation> + </annotation> + </element> + <element minOccurs="0" name="numberOfDays" type="integer"> + <annotation> + <documentation>Aantal dagen in het jaar dat van de mestopslag gebruik wordt gemaakt.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="ManureStoragePropertyType"> + <sequence> + <element ref="IMAER:ManureStorage"/> + </sequence> + </complexType> + <element name="ManureStorageEmissionSource" substitutionGroup="IMAER:EmissionSourceType" type="IMAER:ManureStorageEmissionSourceType"> + <annotation> + <documentation>Emissiebron van mestopslag. +NOTE Deze klasse beschrijft mestopslag, inclusief geometrie.</documentation> + </annotation> + </element> + <complexType name="ManureStorageEmissionSourceType"> + <complexContent> + <extension base="IMAER:EmissionSourceTypeType"> + <sequence> + <element maxOccurs="unbounded" minOccurs="0" name="emission" type="IMAER:EmissionPropertyType"/> + <element maxOccurs="unbounded" name="manureStorage" type="IMAER:ManureStoragePropertyType"/> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="ManureStorageEmissionSourcePropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:ManureStorageEmissionSource"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element abstract="true" name="MaritimeShipping" substitutionGroup="IMAER:EmissionValueType" type="IMAER:MaritimeShippingType"> + <annotation> + <documentation>Abstracte basisklasse voor karakteristieken van een vaarroute voor scheepvaart. +NOTE Ieder scheepvaart emissietype voor routes wordt beschreven aan de hand van een aantal karakteristieken. Deze abstracte basisklasse is een generalisatie van de verschillende typen in het model.</documentation> + </annotation> + </element> + <complexType abstract="true" name="MaritimeShippingType"> + <complexContent> + <extension base="IMAER:EmissionValueTypeType"> + <sequence> + <element name="description" type="string"> + <annotation> + <documentation>Omschrijving van dit type schip.</documentation> + </annotation> + </element> + <element name="shipsPerTimeUnit" type="integer"> + <annotation> + <documentation>Aantal schepen op deze vaarroute per tijdseenheid.</documentation> + </annotation> + </element> + <element name="timeUnit" type="IMAER:TimeUnitType"> + <annotation> + <documentation>Tijdseenheid voor het aantal schepen op deze vaarroute.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="MaritimeShippingPropertyType"> + <sequence> + <element ref="IMAER:MaritimeShipping"/> + </sequence> + </complexType> + <element name="MaritimeShippingEmissionSource" substitutionGroup="IMAER:EmissionSourceType" type="IMAER:MaritimeShippingEmissionSourceType"> + <annotation> + <documentation>Emissiebron van zeescheepvaart. +NOTE Deze klasse beschrijft een vaarroute voor zeescheepvaart, inclusief geometrie.</documentation> + </annotation> + </element> + <complexType name="MaritimeShippingEmissionSourceType"> + <complexContent> + <extension base="IMAER:EmissionSourceTypeType"> + <sequence> + <element maxOccurs="unbounded" minOccurs="0" name="emission" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>Emissietypen van deze bron.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" name="maritimeShipping" type="IMAER:MaritimeShippingPropertyType"> + <annotation> + <documentation>Specificatie van schepen voor dit emissietype.</documentation> + </annotation> + </element> + <element minOccurs="0" name="mooringA" type="gml:ReferenceType"> + <annotation> + <documentation>Geeft aan of de vaarroute bij het begin van het lijnstuk bij een aanlegplaats hoort (aanmerende route).</documentation> + <appinfo> + <targetElement xmlns="http://www.opengis.net/gml/3.2">IMAER:MooringMaritimeShippingEmissionSource</targetElement> + </appinfo> + </annotation> + </element> + <element minOccurs="0" name="mooringB" type="gml:ReferenceType"> + <annotation> + <documentation>Geeft aan of de vaarroute bij het eind van het lijnstuk bij een aanlegplaats hoort (aanmerende route).</documentation> + <appinfo> + <targetElement xmlns="http://www.opengis.net/gml/3.2">IMAER:MooringMaritimeShippingEmissionSource</targetElement> + </appinfo> + </annotation> + </element> + </sequence> + <attribute name="movementType" type="IMAER:MaritimeShippingMovementTypeType" use="required"> + <annotation> + <documentation>Type vaarbeweging.</documentation> + </annotation> + </attribute> + </extension> + </complexContent> + </complexType> + <complexType name="MaritimeShippingEmissionSourcePropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:MaritimeShippingEmissionSource"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <simpleType name="MaritimeShippingMovementTypeType"> + <annotation> + <documentation>Lijst met verschillende beweging types voor scheepvaart. +NOTE Voor vaarroutes zijn verschillende mogelijkheden voor het type beweging. De mogelijkheden zijn hier in een lijst vastgelegd.</documentation> + </annotation> + <restriction base="string"> + <enumeration value="INLAND"> + <annotation> + <documentation>Varend binnengaats.</documentation> + </annotation> + </enumeration> + <enumeration value="MARITIME"> + <annotation> + <documentation>Varend op zee.</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> + <simpleType name="MonitorSubstanceType"> + <annotation> + <documentation>Keuzemogelijkheden voor stoffen die gelden voor monitoring van rekenpunten. +NOTE Een rekenpunt kan voor specifieke monitor stoffen gelden. Welke mogelijkheden hiervoor zijn is vastgelegd binnen deze enum.</documentation> + </annotation> + <restriction base="string"> + <enumeration value="NONE"> + <annotation> + <documentation>Voor geen stoffen.</documentation> + </annotation> + </enumeration> + <enumeration value="PM10_ONLY"> + <annotation> + <documentation>Alleen voor PM10.</documentation> + </annotation> + </enumeration> + <enumeration value="ALL"> + <annotation> + <documentation>Voor alle stoffen.</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> + <element abstract="true" name="MooringInlandShipping" substitutionGroup="IMAER:EmissionValueType" type="IMAER:MooringInlandShippingType"> + <annotation> + <documentation>Abstracte basisklasse voor karakteristieken van een aanlegplaats voor binnenvaart. +NOTE Iedere aanlegplaats emissietype voor binnenvaart wordt beschreven aan de hand van een aantal karakteristieken. Deze abstracte basisklasse is een generalisatie van de verschillende typen in het model.</documentation> + </annotation> + </element> + <complexType abstract="true" name="MooringInlandShippingType"> + <complexContent> + <extension base="IMAER:EmissionValueTypeType"> + <sequence> + <element name="description" type="string"> + <annotation> + <documentation>Omschrijving van dit type schip.</documentation> + </annotation> + </element> + <element name="averageResidenceTime" type="integer"> + <annotation> + <documentation>De gemiddelde verblijftijd van de schepen aan de kade.</documentation> + </annotation> + </element> + <element name="shorePowerFactor" type="double"> + <annotation> + <documentation>Factor voor walstroom (decimale fractie 0-1). Deze factor wordt in mindering gebracht bij het bepalen van de emissie van aangemeerde schepen.</documentation> + </annotation> + </element> + <element name="shipsPerTimeUnit" type="integer"> + <annotation> + <documentation>Aantal schepen dat aangemeerd is per tijdseenheid.</documentation> + </annotation> + </element> + <element name="timeUnit" type="IMAER:TimeUnitType"> + <annotation> + <documentation>Tijdseenheid voor het aantal schepen.</documentation> + </annotation> + </element> + <element name="percentageLaden" type="integer"> + <annotation> + <documentation>Het percentage van ships wat beladen is.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="MooringInlandShippingPropertyType"> + <sequence> + <element ref="IMAER:MooringInlandShipping"/> + </sequence> + </complexType> + <element name="MooringInlandShippingEmissionSource" substitutionGroup="IMAER:EmissionSourceType" type="IMAER:MooringInlandShippingEmissionSourceType"> + <annotation> + <documentation>Emissiebron van binnenvaart (aanlegplaats). +NOTE Deze klasse beschrijft een aanlegplaats inclusief geometrie en vaarroute voor binnenvaart.</documentation> + </annotation> + </element> + <complexType name="MooringInlandShippingEmissionSourceType"> + <complexContent> + <extension base="IMAER:EmissionSourceTypeType"> + <sequence> + <element maxOccurs="unbounded" minOccurs="0" name="emission" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>Emissietypen van deze bron.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" name="mooringInlandShipping" type="IMAER:MooringInlandShippingPropertyType"> + <annotation> + <documentation>Specificatie van schepen voor dit emissietype.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="MooringInlandShippingEmissionSourcePropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:MooringInlandShippingEmissionSource"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element abstract="true" name="MooringMaritimeShipping" substitutionGroup="IMAER:EmissionValueType" type="IMAER:MooringMaritimeShippingType"> + <annotation> + <documentation>Abstracte basisklasse voor karakteristieken van een emissietype voor zeescheepvaart. +NOTE Ieder scheepvaart emissietype voor aanlegplaatsen wordt beschreven aan de hand van een aantal karakteristieken. Deze abstracte basisklasse is een generalisatie van de verschillende typen in het model.</documentation> + </annotation> + </element> + <complexType abstract="true" name="MooringMaritimeShippingType"> + <complexContent> + <extension base="IMAER:EmissionValueTypeType"> + <sequence> + <element name="description" type="string"> + <annotation> + <documentation>Omschrijving van dit type schip.</documentation> + </annotation> + </element> + <element name="averageResidenceTime" type="integer"> + <annotation> + <documentation>De gemiddelde verblijftijd van de schepen aan de kade.</documentation> + </annotation> + </element> + <element name="shorePowerFactor" type="double"> + <annotation> + <documentation>Factor voor walstroom (decimale fractie 0-1). Deze factor wordt in mindering gebracht bij het bepalen van de emissie van aangemeerde schepen.</documentation> + </annotation> + </element> + <element name="shipsPerTimeUnit" type="integer"> + <annotation> + <documentation>Aantal schepen dat aangemeerd is per tijdseenheid.</documentation> + </annotation> + </element> + <element name="timeUnit" type="IMAER:TimeUnitType"> + <annotation> + <documentation>Tijdseenheid voor het aantal schepen.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="MooringMaritimeShippingPropertyType"> + <sequence> + <element ref="IMAER:MooringMaritimeShipping"/> + </sequence> + </complexType> + <element name="MooringMaritimeShippingEmissionSource" substitutionGroup="IMAER:EmissionSourceType" type="IMAER:MooringMaritimeShippingEmissionSourceType"> + <annotation> + <documentation>Emissiebron van zeescheepvaart. +NOTE Deze klasse beschrijft een kade voor zeescheepvaart inclusief geometrie.</documentation> + </annotation> + </element> + <complexType name="MooringMaritimeShippingEmissionSourceType"> + <complexContent> + <extension base="IMAER:EmissionSourceTypeType"> + <sequence> + <element maxOccurs="unbounded" minOccurs="0" name="emission" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>Emissietypen van deze bron.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" name="mooringMaritimeShipping" type="IMAER:MooringMaritimeShippingPropertyType"> + <annotation> + <documentation>Specificatie van schepen voor dit emissietype.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="MooringMaritimeShippingEmissionSourcePropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:MooringMaritimeShippingEmissionSource"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element name="NEN3610ID" substitutionGroup="gml:AbstractObject" type="IMAER:NEN3610IDType"> + <annotation> + <documentation>Identificatiegegevens voor de universeel unieke identificatie van een object +NOTE De combinatie van 'namespace' van een registratie, lokale identificatie en versie informatie maken een object uniek identificeerbaar. Met de informatie van deze klasse kan daardoor met zekerheid worden verwezen naar het geïdentificeerde object.</documentation> + </annotation> + </element> + <complexType name="NEN3610IDType"> + <sequence> + <element name="namespace" type="string"> + <annotation> + <documentation>Unieke verwijzing naar een registratie van objecten +NOTE Het attribuut 'namespace' is een unieke verwijzing naar de registratie die de identificatie uitdeelt. Deze lijst van registraties wordt beheerd binnen de context van NEN 3610. Binnen Nederland zal deze namespace vrijwel altijd met 'NL.' beginnen. +De volgende karakters mogen in een namespace aanduiding voorkomen: {"A"..."Z", "a"..."z", "0"..."9", "_", "-", ",", "."}</documentation> + </annotation> + </element> + <element name="localId" type="string"> + <annotation> + <documentation>Unieke identificatiecode binnen een registratie +NOTE 'LocalId' is de identificatiecode die een object heeft binnen een (lokale) registratie. +De volgende karakters mogen in een localId voorkomen: {"A"..."Z", "a"..."z", "0"..."9", "_", "-", ",", "."}.</documentation> + </annotation> + </element> + <element minOccurs="0" name="versionId" type="string"> + <annotation> + <documentation>Versie-aanduiding van een object +NOTE Het attribuut 'versionId' maakt geen deel uit van de identificatie van het object maar kan worden gebruikt om verschillende versies van hetzelfde object te identificeren.</documentation> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="NEN3610IDPropertyType"> + <sequence> + <element ref="IMAER:NEN3610ID"/> + </sequence> + </complexType> + <element name="NSLCalculationPoint" substitutionGroup="IMAER:CalculationPointType" type="IMAER:NSLCalculationPointType"/> + <complexType name="NSLCalculationPointType"> + <complexContent> + <extension base="IMAER:CalculationPointTypeType"> + <sequence> + <element minOccurs="0" name="rejectionGrounds" type="IMAER:RejectionGroundsType"> + <annotation> + <documentation>Reden waarom een rekenpunt is afgekeurd (bij actualisatie).</documentation> + </annotation> + </element> + <element minOccurs="0" name="monitorSubstance" type="IMAER:MonitorSubstanceType"> + <annotation> + <documentation>Stoffen waarvoor dit rekenpunt geldt bij monitoring.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="NSLCalculationPointPropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:NSLCalculationPoint"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element name="NcaCustomCalculationPoint" substitutionGroup="IMAER:CalculationPointType" type="IMAER:NcaCustomCalculationPointType"> + <annotation> + <documentation>Zelfgedefinieerd rekenpunt in kader van NCA. +NOTE Deze klasse beschrijft een zelfgedefinieerd rekenpunt in het kader van NCA (Nature Conservation Act).</documentation> + </annotation> + </element> + <complexType name="NcaCustomCalculationPointType"> + <complexContent> + <extension base="IMAER:CalculationPointTypeType"> + <sequence> + <element minOccurs="0" name="roadLocalFractionNO2" type="double"> + <annotation> + <documentation>Een optionele waarde voor de lokale fractie NO2 die gehanteerd moet worden bij bepalen van de concentratie NO2 op basis van NOx als gevolg van wegverkeer. Wordt alleen gebruikt bij specifieke rekeninstellingen.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="NcaCustomCalculationPointPropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:NcaCustomCalculationPoint"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element abstract="true" name="OffRoadMobileSource" substitutionGroup="IMAER:EmissionValueType" type="IMAER:OffRoadMobileSourceType"> + <annotation> + <documentation>Abstracte basisklasse voor de beschrijving van mobiele werktuig bronnen. +NOTE Er zijn verschillende soorten mobiele werktuig beschrijvingen in het model aanwezig. Deze abstracte basisklasse is een generalisatie van de verschillende typen in het model.</documentation> + </annotation> + </element> + <complexType abstract="true" name="OffRoadMobileSourceType"> + <complexContent> + <extension base="IMAER:EmissionValueTypeType"> + <sequence> + <element name="description" type="string"> + <annotation> + <documentation>Beschrijving van het voertuig type.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="OffRoadMobileSourcePropertyType"> + <sequence> + <element ref="IMAER:OffRoadMobileSource"/> + </sequence> + </complexType> + <element name="OffRoadMobileSourceEmissionSource" substitutionGroup="IMAER:EmissionSourceType" type="IMAER:OffRoadMobileSourceEmissionSourceType"> + <annotation> + <documentation>Emissiebron van mobiele werktuigen. +NOTE Deze klasse beschrijft een verzameling mobiele werktuigen inclusief geometrie.</documentation> + </annotation> + </element> + <complexType name="OffRoadMobileSourceEmissionSourceType"> + <complexContent> + <extension base="IMAER:EmissionSourceTypeType"> + <sequence> + <element maxOccurs="unbounded" minOccurs="0" name="emission" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>Emissietypen van deze bron.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" minOccurs="0" name="offRoadMobileSource" type="IMAER:OffRoadMobileSourcePropertyType"> + <annotation> + <documentation>Specificatie van mobiele werktuigen voor dit emissietype.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="OffRoadMobileSourceEmissionSourcePropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:OffRoadMobileSourceEmissionSource"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element abstract="true" name="OffRoadVehicleSpecification" substitutionGroup="gml:AbstractObject" type="IMAER:OffRoadVehicleSpecificationType"> + <annotation> + <documentation>Abstracte basisklasse van een specificatie voor de emissie van een eigen gedefinieerde mobiele werktuig bron. +NOTE Voor het bepalen van de emissie van mobiel werktuig kunnen verschillende rekenmethodes gebruikt worden. Deze methodes liggen vast in de onderliggende types.</documentation> + </annotation> + </element> + <complexType abstract="true" name="OffRoadVehicleSpecificationType"> + <sequence> + <element name="fuelType" type="string"> + <annotation> + <documentation>Vaststaande code die aangeeft wat voor brandstof gebruikt wordt door het voertuig.</documentation> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="OffRoadVehicleSpecificationPropertyType"> + <sequence> + <element ref="IMAER:OffRoadVehicleSpecification"/> + </sequence> + </complexType> + <element name="OperatingHoursOffRoadVehicleSpecification" substitutionGroup="IMAER:OffRoadVehicleSpecification" type="IMAER:OperatingHoursOffRoadVehicleSpecificationType"> + <annotation> + <documentation>Klasse voor een specificatie voor de emissie van een eigen gedefinieerde mobiele werktuig bron aan de hand van de operationele uren. +NOTE Voor het bepalen van de emissie van mobiel werktuig kan gekeken worden naar de operationele uren van dat voertuig. De karakteristieken in dit type worden daarbij gebruikt.</documentation> + </annotation> + </element> + <complexType name="OperatingHoursOffRoadVehicleSpecificationType"> + <complexContent> + <extension base="IMAER:OffRoadVehicleSpecificationType"> + <sequence> + <element maxOccurs="unbounded" name="emissionFactor" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>De emissiefactoren van het voertuig, in g/kWh per stof.</documentation> + </annotation> + </element> + <element name="load" type="integer"> + <annotation> + <documentation>Het gedeelte van het volle vermogen van dit mobiele werktuig dat daadwerkelijk wordt gebruikt, in percentages.</documentation> + </annotation> + </element> + <element name="power" type="integer"> + <annotation> + <documentation>Het gemiddelde volle vermogen van dit mobiele werktuig, in kW.</documentation> + </annotation> + </element> + <element name="operatingHours" type="integer"> + <annotation> + <documentation>Het aantal uren dat dit mobiele werktuig gemiddeld wordt gebruikt, in uren.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="OperatingHoursOffRoadVehicleSpecificationPropertyType"> + <sequence> + <element ref="IMAER:OperatingHoursOffRoadVehicleSpecification"/> + </sequence> + </complexType> + <element name="OtherSituationMetadata" substitutionGroup="gml:AbstractObject" type="IMAER:OtherSituationMetadataType"> + <annotation> + <documentation>Metadata over andere situaties die in de berekening zijn meegenomen. +NOTE Met behulp van dit metadata object kan er informatie over andere situaties die tegelijkertijd zijn doorgerekend in dezelfde berekening vastgelegd worden.</documentation> + </annotation> + </element> + <complexType name="OtherSituationMetadataType"> + <sequence> + <element name="situationType" type="IMAER:SituationTypeType"> + <annotation> + <documentation>Type van de andere situatie.</documentation> + </annotation> + </element> + <element name="name" type="string"> + <annotation> + <documentation>Naam van de andere situatie.</documentation> + </annotation> + </element> + <element name="reference" type="string"> + <annotation> + <documentation>Referentie van de andere situatie.</documentation> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="OtherSituationMetadataPropertyType"> + <sequence> + <element ref="IMAER:OtherSituationMetadata"/> + </sequence> + </complexType> + <simpleType name="OutflowDirectionTypeType"> + <annotation> + <documentation>Keuzemogelijkheden voor de uitstroom richting van emissies. +NOTE In het geval van een emissiebron met een warmteinhoud is het van belang om mee te nemen welke richting de emissie op gedwongen wordt, bijvoorbeeld door een schoorsteen.</documentation> + </annotation> + <restriction base="string"> + <enumeration value="VERTICAL"> + <annotation> + <documentation>Uitstroom richting wordt verticaal geforceerd.</documentation> + </annotation> + </enumeration> + <enumeration value="HORIZONTAL"> + <annotation> + <documentation>Uitstroom richting wordt horizontaal geforceerd.</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> + <simpleType name="OutflowVelocityTypeType"> + <annotation> + <documentation>Lijst met verschillende manieren waarop de waarde voor uitstroom snelheid bepaald kan worden. +NOTE Bij geforceerde uitstoot kan voor de uitstroom snelheid een type worden opgegeven die iets zegt over de manier hoe men tot de waarde is gekomen. De mogelijkheden zijn in deze lijst opgenommen.</documentation> + </annotation> + <restriction base="string"> + <enumeration value="ACTUAL_FLOW"> + <annotation> + <documentation>De uittreedsnelheid is gemeten (Feitelijk). Dit meten dient gebeurd te zijn wanneer de inrichting in productie is genomen.</documentation> + </annotation> + </enumeration> + <enumeration value="NORMALISED_FLOW"> + <annotation> + <documentation>De uittreedsnelheid is opgegeven door de fabrikant (Fabrieksopgave). Deze waarde kan gebruikt worden voor nieuwe inrichtingen of wanneer er niet gemeten wordt.</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> + <element name="Plan" substitutionGroup="IMAER:EmissionValueType" type="IMAER:PlanType"> + <annotation> + <documentation>Karakteristieken van ruimtelijke plan ontwikkelingen. +NOTE Iedere ruimtelijk plan ontwikkel bronsoort wordt beschreven aan de hand van een aantal karakteristieken. Deze zijn in dit datatype zijn vastgelegd.</documentation> + </annotation> + </element> + <complexType name="PlanType"> + <complexContent> + <extension base="IMAER:EmissionValueTypeType"> + <sequence> + <element name="description" type="string"> + <annotation> + <documentation>De omschrijving van dit plan.</documentation> + </annotation> + </element> + <element name="amount" type="integer"> + <annotation> + <documentation>Elk planType heeft een eenheid. De amount is het aantal van deze eenheid.</documentation> + </annotation> + </element> + </sequence> + <attribute name="planType" type="string" use="required"> + <annotation> + <documentation>Het type van dit plan.</documentation> + </annotation> + </attribute> + </extension> + </complexContent> + </complexType> + <complexType name="PlanPropertyType"> + <sequence> + <element ref="IMAER:Plan"/> + </sequence> + </complexType> + <element name="PlanEmissionSource" substitutionGroup="IMAER:EmissionSourceType" type="IMAER:PlanEmissionSourceType"> + <annotation> + <documentation>Emissiebron definitie van ruimtelijke plan ontwikkelingen. +NOTE Deze klasse beschrijft een verzameling ruimtelijke plan ontwikkelings bronnen inclusief geometrie.</documentation> + </annotation> + </element> + <complexType name="PlanEmissionSourceType"> + <complexContent> + <extension base="IMAER:EmissionSourceTypeType"> + <sequence> + <element maxOccurs="unbounded" minOccurs="0" name="emission" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>Emissietypen van deze bron.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" name="plan" type="IMAER:PlanPropertyType"> + <annotation> + <documentation>Specificatie van de plannen voor dit emissietype.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="PlanEmissionSourcePropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:PlanEmissionSource"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element name="ProjectMetadata" substitutionGroup="gml:AbstractObject" type="IMAER:ProjectMetadataType"> + <annotation> + <documentation>Metadata over het vastgelegde project. +NOTE Met behulp van dit metadata object kan er projectinformatie over de emissiebronnen vastgelegd worden,</documentation> + </annotation> + </element> + <complexType name="ProjectMetadataType"> + <sequence> + <element name="year" type="integer"> + <annotation> + <documentation>De AERIUS rekenkern maakt gebruik van GDN basisgegevens die jaarlijks worden aangepast. Dit attribuut geeft aan van welk jaar de basisgegevens gebruikt zijn bij de berekeningen.</documentation> + </annotation> + </element> + <element minOccurs="0" name="temporaryPeriod" type="integer"> + <annotation> + <documentation>Duur van het project in jaren. (alleen in geval van tijdelijke projecten).</documentation> + </annotation> + </element> + <element minOccurs="0" name="permitCalculationRadiusType" type="string"> + <annotation> + <documentation>Afstandsgrenswaarde-type voor de Wet natuurbescherming</documentation> + </annotation> + </element> + <element minOccurs="0" name="name" type="string"> + <annotation> + <documentation>Naam van het beschreven project.</documentation> + </annotation> + </element> + <element minOccurs="0" name="corporation" type="string"> + <annotation> + <documentation>Naam van de rechtspersoon die hoort bij het beschreven project.</documentation> + </annotation> + </element> + <element minOccurs="0" name="facilityLocation" type="IMAER:AddressPropertyType"> + <annotation> + <documentation>De inrichtingslocatie van het project.</documentation> + </annotation> + </element> + <element minOccurs="0" name="description" type="string"> + <annotation> + <documentation>Beschrijving van of toelichting bij het beschreven project.</documentation> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="ProjectMetadataPropertyType"> + <sequence> + <element ref="IMAER:ProjectMetadata"/> + </sequence> + </complexType> + <element name="ReceptorPoint" substitutionGroup="IMAER:CalculationPointType" type="IMAER:ReceptorPointType"> + <annotation> + <documentation>Receptorpunt. +NOTE Deze klasse beschrijft een rekenpunt op het AERIUS-grid.</documentation> + </annotation> + </element> + <complexType name="ReceptorPointType"> + <complexContent> + <extension base="IMAER:CalculationPointTypeType"> + <sequence> + <element minOccurs="0" name="edgeEffect" type="boolean"> + <annotation> + <documentation>In het geval van een berekening met een maximum rekenafstand kan er sprake zijn van een randeffect doordat niet voor alle bronnen rekenresultaten berekend worden op een receptor. Heeft een receptorpunt resultaten van alle bronnen, dan is de edgeEffect waarde false en is er geen sprake van randeffect. Heeft een receptorpunt niet resultaten van alle bronnen, dan is de edgeEffect waarde true en is er wel sprake van een randeffect.</documentation> + </annotation> + </element> + </sequence> + <attribute name="receptorPointId" type="integer" use="required"> + <annotation> + <documentation>Identificatienummer van het receptorpunt.</documentation> + </annotation> + </attribute> + </extension> + </complexContent> + </complexType> + <complexType name="ReceptorPointPropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:ReceptorPoint"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element name="ReductiveLodgingSystem" substitutionGroup="IMAER:LodgingSystem" type="IMAER:ReductiveLodgingSystemType"> + <annotation> + <documentation>Extra reducerende staltechniek beschrijving. +NOTE Deze klasse beschrijft een extra staltechniek die bij een bestaande stal gebruikt kan worden, gebruik makend van een voorgedefinieerde code. Gebruik van dit systeem zorgt voor een reductie (percentage) voor alle dieren.</documentation> + </annotation> + </element> + <complexType name="ReductiveLodgingSystemType"> + <complexContent> + <extension base="IMAER:LodgingSystemType"> + <sequence/> + </extension> + </complexContent> + </complexType> + <complexType name="ReductiveLodgingSystemPropertyType"> + <sequence> + <element ref="IMAER:ReductiveLodgingSystem"/> + </sequence> + </complexType> + <element name="ReferenceDiurnalVariation" substitutionGroup="IMAER:DiurnalVariation" type="IMAER:ReferenceDiurnalVariationType"> + <annotation> + <documentation>Referentie naar een (herbruikbare) eigen gespecificeerde temporele variatie definitie.</documentation> + </annotation> + </element> + <complexType name="ReferenceDiurnalVariationType"> + <complexContent> + <extension base="IMAER:DiurnalVariationType"> + <sequence> + <element name="customDiurnalVariation" type="gml:ReferenceType"> + <annotation> + <appinfo> + <targetElement xmlns="http://www.opengis.net/gml/3.2">IMAER:CustomDiurnalVariation</targetElement> + </appinfo> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="ReferenceDiurnalVariationPropertyType"> + <sequence> + <element ref="IMAER:ReferenceDiurnalVariation"/> + </sequence> + </complexType> + <simpleType name="RejectionGroundsType"> + <annotation> + <documentation>Keuzemogelijkheden voor afwijzing, bijvoorbeeld bij actualisatie van rekenpunten. +NOTE Bij actualisatie kan een rekenpunt afgekeurd worden. Reden hiervoor is vastgelegd binnen deze keuzemogelijkheiden.</documentation> + </annotation> + <restriction base="string"> + <enumeration value="NONE"> + <annotation> + <documentation>Geen.</documentation> + </annotation> + </enumeration> + <enumeration value="COMPLIANCE_CRITERION"> + <annotation> + <documentation>Toepassingsbereikcriterium.</documentation> + </annotation> + </enumeration> + <enumeration value="EXPOSURE_CRITERION"> + <annotation> + <documentation>Blootstellingscriterium.</documentation> + </annotation> + </enumeration> + <enumeration value="OTHER"> + <annotation> + <documentation>Overig.</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> + <simpleType name="ResultTypeType"> + <annotation> + <documentation>Lijst met verschillende types resultaten. +NOTE De AERIUS rekenkern kan verschillende resultaat types van emissies bepalen. Denk hierbij aan concentraties en deposities. Deze types zijn hier in een lijst vastgelegd.</documentation> + </annotation> + <restriction base="string"> + <enumeration value="DEPOSITION"> + <annotation> + <documentation>Depositie (mol/ha/j)</documentation> + </annotation> + </enumeration> + <enumeration value="CONCENTRATION"> + <annotation> + <documentation>Concentratie (µg/m³)</documentation> + </annotation> + </enumeration> + <enumeration value="EXCEEDANCE_DAYS"> + <annotation> + <documentation>Overschrijdingsdagen</documentation> + </annotation> + </enumeration> + <enumeration value="EXCEEDANCE_HOURS"> + <annotation> + <documentation>Overschrijdingsuren</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> + <simpleType name="RoadElevationType"> + <annotation> + <documentation>Lijst met verschillende types verhogingen van een weg. +NOTE Bij berekenen van emissies voor wegverkeer in buitenstedelijk gebied kan rekening gehouden worden met de verhoging van de weg. (SRM2)</documentation> + </annotation> + <restriction base="string"> + <enumeration value="NORMAL"> + <annotation> + <documentation>dijk of wal met zeer vlakke zijkanten (hoek kleiner dan 20 graden).</documentation> + </annotation> + </enumeration> + <enumeration value="NORMAL_DYKE"> + <annotation> + <documentation>dijk of wal met vlakke zijkanten (hoek groter of gelijk aan 20 graden maar kleiner dan 45 graden).</documentation> + </annotation> + </enumeration> + <enumeration value="STEEP_DYKE"> + <annotation> + <documentation>dijk of wal met scherpe zijkanten (hoek groter dan of gelijk aan 45 graden).</documentation> + </annotation> + </enumeration> + <enumeration value="VIADUCT"> + <annotation> + <documentation>weg ligt op een viaduct.</documentation> + </annotation> + </enumeration> + <enumeration value="TUNNEL"> + <annotation> + <documentation>weg ligt in een tunnelbak.</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> + <element abstract="true" name="RoadEmissionSource" substitutionGroup="IMAER:EmissionSourceType" type="IMAER:RoadEmissionSourceType"> + <annotation> + <documentation>Emissiebron van een weg. +NOTE Deze klasse beschrijft een weg emissiebron inclusief geometrie.</documentation> + </annotation> + </element> + <complexType abstract="true" name="RoadEmissionSourceType"> + <complexContent> + <extension base="IMAER:EmissionSourceTypeType"> + <sequence> + <element maxOccurs="unbounded" minOccurs="0" name="emission" type="IMAER:EmissionPropertyType"> + <annotation> + <documentation>Emissietypen van deze bron.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" name="vehicles" type="IMAER:VehiclePropertyType"> + <annotation> + <documentation>Specificatie van wegvervoer voor dit emissietype.</documentation> + </annotation> + </element> + <element minOccurs="0" name="roadManager" type="IMAER:RoadManagerType"> + <annotation> + <documentation>Beheerder van de weg.</documentation> + </annotation> + </element> + <element minOccurs="0" name="trafficDirection" type="IMAER:TrafficDirectionType"> + <annotation> + <documentation>Rijrichting van het verkeer op deze weg. Deze rijrichting is ten opzichte van de getekende richting van de weg oftewel de geometrie.</documentation> + </annotation> + </element> + </sequence> + <attribute name="roadAreaType" type="string" use="required"> + <annotation> + <documentation>Het emissiegebied waarbij deze weg hoort.</documentation> + </annotation> + </attribute> + <attribute name="roadType" type="string" use="required"> + <annotation> + <documentation>Het type weg.</documentation> + </annotation> + </attribute> + </extension> + </complexContent> + </complexType> + <complexType name="RoadEmissionSourcePropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:RoadEmissionSource"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <simpleType name="RoadManagerType"> + <annotation> + <documentation>Lijst met verschillende types wegbeheerder van een weg +NOTE Voor een weg kan aangegeven wat voor partij de wegbeheerder is.</documentation> + </annotation> + <restriction base="string"> + <enumeration value="MUNICIPALITY"> + <annotation> + <documentation>Gemeente</documentation> + </annotation> + </enumeration> + <enumeration value="PROVINCE"> + <annotation> + <documentation>Provincie</documentation> + </annotation> + </enumeration> + <enumeration value="STATE"> + <annotation> + <documentation>Rijksoverheid</documentation> + </annotation> + </enumeration> + <enumeration value="WATER_AUTHORITY"> + <annotation> + <documentation>Waterschap</documentation> + </annotation> + </enumeration> + <enumeration value="PRIVATE"> + <annotation> + <documentation>Private partij</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> + <simpleType name="RoadProfileType"> + <annotation> + <documentation>Lijst met verschillende types wegprofiel van een weg +NOTE Bij berekenen van emissies voor wegverkeer in buitenstedelijk gebied kan rekening gehouden worden met het wegprofiel van de weg (SRM1).</documentation> + </annotation> + <restriction base="string"> + <enumeration value="WIDE_STREET_CANYON"> + <annotation> + <documentation>Aan beide zijden van de weg min of meer aaneengesloten bebouwing op een afstand van maximaal 60 meter van de wegas, waarbij de afstand tussen wegas en gevel kleiner is dan drie maal de hoogte van de bebouwing, maar groter is dan 1,5 x de hoogte van de bebouwing (brede streetcanyon).</documentation> + </annotation> + </enumeration> + <enumeration value="NARROW_STREET_CANYON"> + <annotation> + <documentation>Aan beide zijden van de weg min of meer aaneengesloten bebouwing op een afstand van maximaal 60 meter van de weg, waarbij de afstand tussen wegas en gevel kleiner is dan 1,5 x de hoogte van de bebouwing.</documentation> + </annotation> + </enumeration> + <enumeration value="ONE_SIDE_BUILDINGS"> + <annotation> + <documentation>Aan een zijde min of meer aaneengesloten bebouwing op een afstand van maximaal 60 meter van de wegas, waarbij de afstand tussen wegas en gevel kleiner is dan 3 x de hoogte van de bebouwing.</documentation> + </annotation> + </enumeration> + <enumeration value="OTHER"> + <annotation> + <documentation>Overig.</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> + <element name="RoadSideBarrier" substitutionGroup="gml:AbstractObject" type="IMAER:RoadSideBarrierType"> + <annotation> + <documentation>Karakteristieken van een scheiding(wal of scherm) aan de kant van de weg. +NOTE Een scherm/wal aan de kant van een weg is voorzien van een aantal karakteristieken, die in dit separate datatype zijn vastgelegd.</documentation> + </annotation> + </element> + <complexType name="RoadSideBarrierType"> + <sequence> + <element name="barrierType" type="IMAER:RoadSideBarrierTypeType"> + <annotation> + <documentation>Type van deze scheiding.</documentation> + </annotation> + </element> + <element name="height" type="double"> + <annotation> + <documentation>Hoogte van deze scheiding.</documentation> + </annotation> + </element> + <element name="distance" type="double"> + <annotation> + <documentation>Afstand tot de weg van deze scheiding.</documentation> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="RoadSideBarrierPropertyType"> + <sequence> + <element ref="IMAER:RoadSideBarrier"/> + </sequence> + </complexType> + <simpleType name="RoadSideBarrierTypeType"> + <annotation> + <documentation>Lijst met verschillende types scheidingen langs de weg. +NOTE Bij berekenen van emissies voor wegverkeer in buitenstedelijk gebied kan rekening gehouden worden met schermen en wallen langs de weg. (SRM2)</documentation> + </annotation> + <restriction base="string"> + <enumeration value="SCREEN"> + <annotation> + <documentation>Een scherm (denk aan geluidsscherm).</documentation> + </annotation> + </enumeration> + <enumeration value="WALL"> + <annotation> + <documentation>Een wal (denk aan geluidswal).</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> + <element name="SRM1LinearReference" substitutionGroup="IMAER:SimpleLinearReference" type="IMAER:SRM1LinearReferenceType"> + <annotation> + <documentation>Gedeeltelijke wijziging in SRM1 attributen. +NOTE Deze klasse kan gebruikt worden om voor een gedeelte van de weg een of meerdere attributen een andere waarde te geven. Te gebruiken voor SRM1Road.</documentation> + </annotation> + </element> + <complexType name="SRM1LinearReferenceType"> + <complexContent> + <extension base="IMAER:SimpleLinearReferenceType"> + <sequence> + <element minOccurs="0" name="tunnelFactor" type="double"> + <annotation> + <documentation>Zie SRM1Road</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="SRM1LinearReferencePropertyType"> + <sequence> + <element ref="IMAER:SRM1LinearReference"/> + </sequence> + </complexType> + <element name="SRM1Road" substitutionGroup="IMAER:RoadEmissionSource" type="IMAER:SRM1RoadType"> + <annotation> + <documentation>Emissiebron van een SRM1 weg. +NOTE Deze klasse beschrijft een weg emissiebron inclusief geometrie. Deze weg is bedoeld om volgens SRM1 door te rekenen. Onder SRM1 vallen wegen die niet onder SRM2 vallen, binnenstedelijke wegen en niet provinciale buitenwegen.</documentation> + </annotation> + </element> + <complexType name="SRM1RoadType"> + <complexContent> + <extension base="IMAER:RoadEmissionSourceType"> + <sequence> + <element minOccurs="0" name="tunnelFactor" type="double"> + <annotation> + <documentation>Voor een wegdeel dat direct aansluit op de uitrit van een tunnelbuis, die tenminste 100 meter lang is en waarbinnen sprake is van twee rijrichtingen, worden de emissies tot op een afstand van 20 meter van de uitrit van een tunnelbuis verrekend met een factor. Voor een wegdeel dat direct aansluit op de uitrit van een tunnelbuis, die tenminste 100 meter lang is en waarbinnen sprake is van &#233;&#233;n rijrichting, worden de emissies tot op een afstand van 50 meter van de uitrit van een tunnelbuis verrekend met een factor. Dit is die factor. Indien geen sprake is van een tunnel, kan 1.0 gebruikt worden of deze waarde weggelaten worden.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" minOccurs="0" name="partialChange" type="IMAER:SRM1LinearReferencePropertyType"> + <annotation> + <documentation>Specificatie wijzigingen op een gedeelte van de weg. Mits opgegeven, dan wordt op dat gedeelte van de weg de standaard waarde overschreven door hetgeen hier is opgegeven. Dit kan meerdere keren voorkomen. +Dit is een stukje Dynamic Segmentation of Linear Referencing.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="SRM1RoadPropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:SRM1Road"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element name="SRM1RoadDispersionLine" substitutionGroup="IMAER:GeoObject" type="IMAER:SRM1RoadDispersionLineType"> + <annotation> + <documentation>Overdrachtslijn tussen een SRM1 weg en een rekenpunt. +NOTE Deze klasse beschrijft de overdrachtslijn tussen de weg en een rekenpunt. Deze lijn is bedoeld om volgens SRM1 door te rekenen.</documentation> + </annotation> + </element> + <complexType name="SRM1RoadDispersionLineType"> + <complexContent> + <extension base="IMAER:GeoObjectType"> + <sequence> + <element name="identifier" type="IMAER:NEN3610IDPropertyType"> + <annotation> + <documentation>Unieke identificatie van het object binnen het domein van NEN 3610.</documentation> + </annotation> + </element> + <element minOccurs="0" name="label" type="string"> + <annotation> + <documentation>Een optioneel label voor de overdrachtslijn.</documentation> + </annotation> + </element> + <element minOccurs="0" name="description" type="string"> + <annotation> + <documentation>Een optionele beschrijving voor de overdrachtslijn.</documentation> + </annotation> + </element> + <element minOccurs="0" name="jurisdictionId" type="integer"> + <annotation> + <documentation>Een optioneel ID voor de jurisdictie (voor actualisatie).</documentation> + </annotation> + </element> + <element name="roadProfile" type="IMAER:RoadProfileType"> + <annotation> + <documentation>Wegprofiel van de overdrachtslijn.</documentation> + </annotation> + </element> + <element name="treeProfile" type="IMAER:TreeProfileType"> + <annotation> + <documentation>Bomenprofiel van de overdrachtslijn.</documentation> + </annotation> + </element> + <element minOccurs="0" name="geometry" type="gml:CurvePropertyType"> + <annotation> + <documentation>Een optionele geometrie tussen de SRM1Road en het calculationPoint. Dit is eigenlijk afgeleide data, maar kan voor visualisatie gebruikt worden.</documentation> + </annotation> + </element> + <element name="calculationPoint" type="gml:ReferenceType"> + <annotation> + <appinfo> + <targetElement xmlns="http://www.opengis.net/gml/3.2">IMAER:CalculationPointType</targetElement> + </appinfo> + </annotation> + </element> + <element name="road" type="gml:ReferenceType"> + <annotation> + <appinfo> + <targetElement xmlns="http://www.opengis.net/gml/3.2">IMAER:SRM1Road</targetElement> + </appinfo> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="SRM1RoadDispersionLinePropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:SRM1RoadDispersionLine"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element name="SRM1RoadMeasure" substitutionGroup="gml:AbstractObject" type="IMAER:SRM1RoadMeasureType"> + <annotation> + <documentation>Klasse voor een specificatie voor maatregelen per voertuigtype en snelheidstype (NSL). +NOTE Het kan voorkomen dat er een maatregel geldt voor een specifiek voertuigtype en een specifieke snelheidsprofiel, waardoor emissies gereduceerd worden. In deze klasse kan vastgelegd worden wat deze reductie is, per voertuigtype en snelheidsprofiel.</documentation> + </annotation> + </element> + <complexType name="SRM1RoadMeasureType"> + <sequence> + <element name="vehicleType" type="string"> + <annotation> + <documentation>Type standaard voertuiggroep waarvoor de maatregelen gelden.</documentation> + </annotation> + </element> + <element name="roadType" type="string"> + <annotation> + <documentation>Type weg waarvoor de maatregelen gelden.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" name="reduction" type="IMAER:EmissionReductionPropertyType"> + <annotation> + <documentation>De reducties die ontstaan door deze maatregelen.</documentation> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="SRM1RoadMeasurePropertyType"> + <sequence> + <element ref="IMAER:SRM1RoadMeasure"/> + </sequence> + </complexType> + <element name="SRM1RoadMeasureArea" substitutionGroup="IMAER:GeoObject" type="IMAER:SRM1RoadMeasureAreaType"> + <annotation> + <documentation>Klasse voor een specificatie voor maatregelen die gelden voor SRM1 wegen binnen een gebied (NSL). +NOTE Het kan voorkomen dat door een maatregel de emissie gereduceerd wordt voor een bepaald gebied voor SRM1 wegen. In deze klasse kan vastgelegd worden wat deze reductie is voor een gebied.</documentation> + </annotation> + </element> + <complexType name="SRM1RoadMeasureAreaType"> + <complexContent> + <extension base="IMAER:GeoObjectType"> + <sequence> + <element name="identifier" type="IMAER:NEN3610IDPropertyType"> + <annotation> + <documentation>Unieke identificatie van het object binnen het domein van NEN 3610.</documentation> + </annotation> + </element> + <element minOccurs="0" name="label" type="string"> + <annotation> + <documentation>Een optioneel label voor het maatregelgebied.</documentation> + </annotation> + </element> + <element minOccurs="0" name="description" type="string"> + <annotation> + <documentation>Een optioneel (uitvoerige) beschrijving voor het maatregelgebied.</documentation> + </annotation> + </element> + <element minOccurs="0" name="jurisdictionId" type="integer"> + <annotation> + <documentation>Een optioneel ID voor de jurisdictie (voor actualisatie).</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" name="measure" type="IMAER:SRM1RoadMeasurePropertyType"> + <annotation> + <documentation>De maatregelen die gelden binnen het gebied.</documentation> + </annotation> + </element> + <element name="geometry" type="gml:SurfacePropertyType"> + <annotation> + <documentation>De geometrie van het gebied.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="SRM1RoadMeasureAreaPropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:SRM1RoadMeasureArea"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element name="SRM2LinearReference" substitutionGroup="IMAER:SimpleLinearReference" type="IMAER:SRM2LinearReferenceType"> + <annotation> + <documentation>Gedeeltelijke wijziging in SRM2 attributen. +NOTE Deze klasse kan gebruikt worden om voor een gedeelte van de weg een of meerdere attributen een andere waarde te geven. Te gebruiken voor SRM2Road.</documentation> + </annotation> + </element> + <complexType name="SRM2LinearReferenceType"> + <complexContent> + <extension base="IMAER:SimpleLinearReferenceType"> + <sequence> + <element minOccurs="0" name="tunnelFactor" type="double"> + <annotation> + <documentation>Zie SRM2Road</documentation> + </annotation> + </element> + <element minOccurs="0" name="elevation" type="IMAER:RoadElevationType"> + <annotation> + <documentation>Zie SRM2Road</documentation> + </annotation> + </element> + <element minOccurs="0" name="elevationHeight" type="integer"> + <annotation> + <documentation>Zie SRM2Road</documentation> + </annotation> + </element> + <element minOccurs="0" name="barrierLeft" type="IMAER:RoadSideBarrierPropertyType"> + <annotation> + <documentation>Zie SRM2Road</documentation> + </annotation> + </element> + <element minOccurs="0" name="barrierRight" type="IMAER:RoadSideBarrierPropertyType"> + <annotation> + <documentation>Zie SRM2Road</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="SRM2LinearReferencePropertyType"> + <sequence> + <element ref="IMAER:SRM2LinearReference"/> + </sequence> + </complexType> + <element name="SRM2Road" substitutionGroup="IMAER:RoadEmissionSource" type="IMAER:SRM2RoadType"> + <annotation> + <documentation>Emissiebron van een SRM2 weg. +NOTE Deze klasse beschrijft een weg emissiebron inclusief geometrie. Deze weg is bedoeld om volgens SRM2 door te rekenen. Onder SRM2 vallen wegen die niet onder SRM1 vallen, buitenstedelijke wegen en snelwegen.</documentation> + </annotation> + </element> + <complexType name="SRM2RoadType"> + <complexContent> + <extension base="IMAER:RoadEmissionSourceType"> + <sequence> + <element minOccurs="0" name="tunnelFactor" type="double"> + <annotation> + <documentation>Voor een wegdeel dat direct aansluit op de uitrit van een tunnelbuis, die tenminste 100 meter lang is en waarbinnen sprake is van &#233;&#233;n rijrichting, worden de emissies tot op een afstand van 100 meter van de uitrit van een tunnelbuis verrekend met een factor. Dit is die factor. Indien geen sprake is van een tunnel, kan 1.0 gebruikt worden of deze waarde weggelaten worden.</documentation> + </annotation> + </element> + <element minOccurs="0" name="elevation" type="IMAER:RoadElevationType"> + <annotation> + <documentation>Verhogingstype van de weg.</documentation> + </annotation> + </element> + <element minOccurs="0" name="elevationHeight" type="integer"> + <annotation> + <documentation>Verhoging van de weg (in meters).</documentation> + </annotation> + </element> + <element minOccurs="0" name="barrierLeft" type="IMAER:RoadSideBarrierPropertyType"> + <annotation> + <documentation>De afscheiding aan de linkerkant van de weg.</documentation> + </annotation> + </element> + <element minOccurs="0" name="barrierRight" type="IMAER:RoadSideBarrierPropertyType"> + <annotation> + <documentation>De afscheiding aan de rechterkant van de weg.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" minOccurs="0" name="partialChange" type="IMAER:SRM2LinearReferencePropertyType"> + <annotation> + <documentation>Specificatie wijzigingen op een gedeelte van de weg. Mits opgegeven, dan wordt op dat gedeelte van de weg de standaard waarde overschreven door hetgeen hier is opgegeven. Dit kan meerdere keren voorkomen. +Dit is een stukje Dynamic Segmentation of Linear Referencing.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="SRM2RoadPropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:SRM2Road"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <element abstract="true" name="SimpleLinearReference" substitutionGroup="gml:AbstractObject" type="IMAER:SimpleLinearReferenceType"> + <annotation> + <documentation>Gedeeltelijke wijziging in attributen voor een object. +NOTE Deze klasse kan gebruikt worden om voor een gedeelte van de weg een of meerdere attributen een andere waarde te geven. Alleen te gebruiken voor objecten gedefineerd door een LineString.</documentation> + </annotation> + </element> + <complexType abstract="true" name="SimpleLinearReferenceType"> + <sequence> + <element name="fromPosition" type="double"> + <annotation> + <documentation>Positie op het lijnstuk (decimale fractie 0-1) vanaf waar de waardes gaan gelden.</documentation> + </annotation> + </element> + <element name="toPosition" type="double"> + <annotation> + <documentation>Positie op het lijnstuk (decimale fractie 0-1) tot aan waar de waardes gelden.</documentation> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="SimpleLinearReferencePropertyType"> + <sequence> + <element ref="IMAER:SimpleLinearReference"/> + </sequence> + </complexType> + <element name="SituationMetadata" substitutionGroup="gml:AbstractObject" type="IMAER:SituationMetadataType"> + <annotation> + <documentation>Metadata over de vastgelegde situatie. +NOTE Met behulp van dit metadata object kan er informatie over de situatie vastgelegd worden,</documentation> + </annotation> + </element> + <complexType name="SituationMetadataType"> + <sequence> + <element minOccurs="0" name="name" type="string"> + <annotation> + <documentation>Naam van de lijst van bronnen van de beschreven situatie.</documentation> + </annotation> + </element> + <element minOccurs="0" name="reference" type="string"> + <annotation> + <documentation>Referentie van de beschreven situatie.</documentation> + </annotation> + </element> + <element name="situationType" type="IMAER:SituationTypeType"> + <annotation> + <documentation>Type van de beschreven situatie.</documentation> + </annotation> + </element> + <element minOccurs="0" name="nettingFactor" type="double"> + <annotation> + <documentation>Afroomfactor voor salderen (decimale fractie 0-1). De fractie van de depositie in de salderingssituatie dat NIET mag worden uitgegeven (ten behoeve van natuur). +Heeft alleen effect bij situationType NETTING, en zal dan effect hebben op de rekenresultaten bij vergunningverlening.</documentation> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="SituationMetadataPropertyType"> + <sequence> + <element ref="IMAER:SituationMetadata"/> + </sequence> + </complexType> + <simpleType name="SituationTypeType"> + <annotation> + <documentation>Lijst met verschillende types voor situaties. +NOTE Bij een situatie kan aangegeven worden om wat voor soort/type situatie het gaat. Dit heeft effect op hoe de situatie meegenomen wordt in verschilberekeningen en vergunningverlening.</documentation> + </annotation> + <restriction base="string"> + <enumeration value="REFERENCE"> + <annotation> + <documentation>Referentie of uitgangs-situatie.</documentation> + </annotation> + </enumeration> + <enumeration value="PROPOSED"> + <annotation> + <documentation>Beoogde situatie.</documentation> + </annotation> + </enumeration> + <enumeration value="TEMPORARY"> + <annotation> + <documentation>Tijdelijke situatie, bedoeld voor situatie(s) die leiden van de referentie situatie naar de beoogde situatie, bijvoorbeeld de aanlegfase.</documentation> + </annotation> + </enumeration> + <enumeration value="NETTING"> + <annotation> + <documentation>Salderingssituatie, bedoeld als aanvullende situatie voor extern salderen. Bij dit situatie type is de mogelijkheid om een fractie/percentage op te geven, waarbij dit gedeelte van de depositie in de salderingssituatie NIET mag worden uitgegeven (ten behoeve van de natuur).</documentation> + </annotation> + </enumeration> + <enumeration value="COMBINATION_REFERENCE"> + <annotation> + <documentation>Cumulatie referentie situatie. Bedoeld voor berekeningen waarbij nabije projecten ook worden meegenomen.</documentation> + </annotation> + </enumeration> + <enumeration value="COMBINATION_PROPOSED"> + <annotation> + <documentation>Cumulatie beoogde situatie. Bedoeld voor berekeningen waarbij nabije projecten ook worden meegenomen.</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> + <element abstract="true" name="SourceCharacteristicsType" substitutionGroup="gml:AbstractObject" type="IMAER:SourceCharacteristicsTypeType"> + <annotation> + <documentation>Dit datatype beschrijft de karakteristieken van een emissiebron. +NOTE Iedere emissiebron wordt beschreven aan de hand van een aantal karakteristieken, die in dit separate datatype zijn vastgelegd.</documentation> + </annotation> + </element> + <complexType abstract="true" name="SourceCharacteristicsTypeType"> + <sequence> + <element minOccurs="0" name="building" type="gml:ReferenceType"> + <annotation> + <documentation>Geeft aan, indien er sprake is van gebouw effecten, welk gebouw hoort bij de bron.</documentation> + <appinfo> + <targetElement xmlns="http://www.opengis.net/gml/3.2">IMAER:Building</targetElement> + </appinfo> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="SourceCharacteristicsTypePropertyType"> + <sequence> + <element ref="IMAER:SourceCharacteristicsType"/> + </sequence> + </complexType> + <element name="SpecificVehicle" substitutionGroup="IMAER:Vehicle" type="IMAER:SpecificVehicleType"> + <annotation> + <documentation>Karakteristieken van een specifieke type voertuigen met een klasse. +NOTE Ieder wegvervoer emissietype wordt beschreven aan de hand van een aantal karakteristieken, die in dit separate datatype zijn vastgelegd.</documentation> + </annotation> + </element> + <complexType name="SpecificVehicleType"> + <complexContent> + <extension base="IMAER:VehicleType"> + <sequence/> + <attribute name="vehicleType" type="string" use="required"> + <annotation> + <documentation>De klasse van deze mobiel voertuigen.</documentation> + </annotation> + </attribute> + </extension> + </complexContent> + </complexType> + <complexType name="SpecificVehiclePropertyType"> + <sequence> + <element ref="IMAER:SpecificVehicle"/> + </sequence> + </complexType> + <element name="SpecifiedHeatContent" substitutionGroup="IMAER:HeatContent" type="IMAER:SpecifiedHeatContentType"> + <annotation> + <documentation>Dit datatype beschrijft de warmteinhoud wanneer deze door het bekend is. +NOTE Deze klasse kan gebruikt worden als de warmteinhoud van een emissiebron bekend is.</documentation> + </annotation> + </element> + <complexType name="SpecifiedHeatContentType"> + <complexContent> + <extension base="IMAER:HeatContentType"> + <sequence> + <element name="value" type="double"> + <annotation> + <documentation>Warmteinhoud van de emissiebron in Megawatt.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="SpecifiedHeatContentPropertyType"> + <sequence> + <element ref="IMAER:SpecifiedHeatContent"/> + </sequence> + </complexType> + <element name="StandardDiurnalVariation" substitutionGroup="IMAER:DiurnalVariation" type="IMAER:StandardDiurnalVariationType"> + <annotation> + <documentation>Temporele variatie volgens een van de standaard waarden die binnen AERIUS bekend is (gebaseerd op OPS).</documentation> + </annotation> + </element> + <complexType name="StandardDiurnalVariationType"> + <complexContent> + <extension base="IMAER:DiurnalVariationType"> + <sequence> + <element name="standardType" type="string"> + <annotation> + <documentation>Het standaard type die gebruikt moet worden. Vanwege uitbreidbaarheid is niet vastgelegd welke waardes mogelijk zijn, maar er is een beperkte mogelijkheid.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="StandardDiurnalVariationPropertyType"> + <sequence> + <element ref="IMAER:StandardDiurnalVariation"/> + </sequence> + </complexType> + <element name="StandardFarmLodging" substitutionGroup="IMAER:FarmLodging" type="IMAER:StandardFarmLodgingType"> + <annotation> + <documentation>Algemene stal beschrijving. +NOTE Deze klasse beschrijft een algemene stal, gebruik makend van een voorgedefinieerde stalcode.</documentation> + </annotation> + </element> + <complexType name="StandardFarmLodgingType"> + <complexContent> + <extension base="IMAER:FarmLodgingType"> + <sequence> + <element minOccurs="0" name="farmLodgingSystemDefinitionType" type="string"> + <annotation> + <documentation>Vaststaande (BWL) code die aangeeft om wat voor staltechniek het gaat.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" minOccurs="0" name="fodderMeasure" type="IMAER:LodgingFodderMeasurePropertyType"> + <annotation> + <documentation>Specificatie van de extra voer maatregelen die gebruikt zijn voor deze stal.</documentation> + </annotation> + </element> + <element maxOccurs="unbounded" minOccurs="0" name="lodgingSystem" type="IMAER:LodgingSystemPropertyType"> + <annotation> + <documentation>Specificatie van de extra (additionele of reducerende) staltechnieken die gebruikt zijn voor deze stal.</documentation> + </annotation> + </element> + </sequence> + <attribute name="farmLodgingType" type="string" use="required"> + <annotation> + <documentation>Vaststaande (RAV) code die aangeeft om wat voor stalsoort het gaat.</documentation> + </annotation> + </attribute> + </extension> + </complexContent> + </complexType> + <complexType name="StandardFarmLodgingPropertyType"> + <sequence> + <element ref="IMAER:StandardFarmLodging"/> + </sequence> + </complexType> + <element name="StandardFarmlandActivity" substitutionGroup="IMAER:AbstractFarmlandActivity" type="IMAER:StandardFarmlandActivityType"> + <annotation> + <documentation>Karakteristieken van een standaard emissietype voor activiteit op landbouwgrond. +NOTE Ieder gebruik of activiteit emissietype voor landbouwgrond wordt beschreven aan de hand van een aantal karakteristieken. Deze zijn in dit datatype zijn vastgelegd.</documentation> + </annotation> + </element> + <complexType name="StandardFarmlandActivityType"> + <complexContent> + <extension base="IMAER:AbstractFarmlandActivityType"> + <sequence> + <element minOccurs="0" name="numberOfAnimals" type="integer"> + <annotation> + <documentation>Aantal dieren waarvoor deze activiteit is gedefinieerd. Afhankelijk van het standaard activiteit type is dit wel of niet van belang/verwacht.</documentation> + </annotation> + </element> + <element minOccurs="0" name="numberOfDays" type="integer"> + <annotation> + <documentation>Aantal dagen waarvoor deze activiteit is gedefinieerd. Afhankelijk van het standaard activiteit type is dit wel of niet van belang/verwacht.</documentation> + </annotation> + </element> + <element minOccurs="0" name="tonnes" type="double"> + <annotation> + <documentation>Gewicht in ton waarvoor deze activiteit is gedefinieerd. Afhankelijk van het standaard activiteit type is dit wel of niet van belang/verwacht.</documentation> + </annotation> + </element> + <element minOccurs="0" name="metersCubed" type="double"> + <annotation> + <documentation>Kubieke meter volume waarvoor deze activiteit is gedefinieerd. Afhankelijk van het standaard activiteit type is dit wel of niet van belang/verwacht.</documentation> + </annotation> + </element> + <element minOccurs="0" name="numberOfApplications" type="integer"> + <annotation> + <documentation>Aantal keer aanwending waarvoor deze activiteit is gedefinieerd. Afhankelijk van het standaard activiteit type is dit wel of niet van belang/verwacht.</documentation> + </annotation> + </element> + </sequence> + <attribute name="standardActivityType" type="string" use="required"> + <annotation> + <documentation>Het specifiekere type van gebruik of activiteit van de landbouwgrond.</documentation> + </annotation> + </attribute> + </extension> + </complexContent> + </complexType> + <complexType name="StandardFarmlandActivityPropertyType"> + <sequence> + <element ref="IMAER:StandardFarmlandActivity"/> + </sequence> + </complexType> + <element name="StandardInlandShipping" substitutionGroup="IMAER:InlandShipping" type="IMAER:StandardInlandShippingType"> + <annotation> + <documentation>Algemene beschrijving van schepen op een vaarroute voor binnenvaart. +NOTE Deze klasse beschrijft een schip op een vaarroute, gebruik makend van een voorgedefinieerde scheepstype.</documentation> + </annotation> + </element> + <complexType name="StandardInlandShippingType"> + <complexContent> + <extension base="IMAER:InlandShippingType"> + <sequence/> + <attribute name="shipType" type="string" use="required"> + <annotation> + <documentation>Type schip.</documentation> + </annotation> + </attribute> + </extension> + </complexContent> + </complexType> + <complexType name="StandardInlandShippingPropertyType"> + <sequence> + <element ref="IMAER:StandardInlandShipping"/> + </sequence> + </complexType> + <element name="StandardManureStorage" substitutionGroup="IMAER:ManureStorage" type="IMAER:StandardManureStorageType"> + <annotation> + <documentation>Standaard mestopslag beschrijving. +NOTE Deze klasse beschrijft een standaard mestopslag, gebruik makend van een voorgedefinieerde mestopslag techniek code.</documentation> + </annotation> + </element> + <complexType name="StandardManureStorageType"> + <complexContent> + <extension base="IMAER:ManureStorageType"> + <sequence/> + <attribute name="manureStorageType" type="string" use="required"> + <annotation> + <documentation>Vaststaande code die aangeeft om wat voor mestopslag techniek het gaat. Aan de hand van deze code wordt afgeleid welke optionele kenmerken verwacht worden.</documentation> + </annotation> + </attribute> + </extension> + </complexContent> + </complexType> + <complexType name="StandardManureStoragePropertyType"> + <sequence> + <element ref="IMAER:StandardManureStorage"/> + </sequence> + </complexType> + <element name="StandardMaritimeShipping" substitutionGroup="IMAER:MaritimeShipping" type="IMAER:StandardMaritimeShippingType"> + <annotation> + <documentation>Algemene beschrijving van schepen op een vaarroute voor zeescheepvaart. +NOTE Deze klasse beschrijft een schip op een vaarroute, gebruik makend van een voorgedefinieerde scheepstype.</documentation> + </annotation> + </element> + <complexType name="StandardMaritimeShippingType"> + <complexContent> + <extension base="IMAER:MaritimeShippingType"> + <sequence/> + <attribute name="shipType" type="string" use="required"> + <annotation> + <documentation>Type schip.</documentation> + </annotation> + </attribute> + </extension> + </complexContent> + </complexType> + <complexType name="StandardMaritimeShippingPropertyType"> + <sequence> + <element ref="IMAER:StandardMaritimeShipping"/> + </sequence> + </complexType> + <element name="StandardMooringInlandShipping" substitutionGroup="IMAER:MooringInlandShipping" type="IMAER:StandardMooringInlandShippingType"> + <annotation> + <documentation>Algemene beschrijving van schepen bij een aanlegplaats voor binnenvaart. +NOTE Deze klasse beschrijft een schip bij een aanlegplaats, gebruik makend van een voorgedefinieerde scheepstype.</documentation> + </annotation> + </element> + <complexType name="StandardMooringInlandShippingType"> + <complexContent> + <extension base="IMAER:MooringInlandShippingType"> + <sequence/> + <attribute name="shipType" type="string" use="required"> + <annotation> + <documentation>Type schip.</documentation> + </annotation> + </attribute> + </extension> + </complexContent> + </complexType> + <complexType name="StandardMooringInlandShippingPropertyType"> + <sequence> + <element ref="IMAER:StandardMooringInlandShipping"/> + </sequence> + </complexType> + <element name="StandardMooringMaritimeShipping" substitutionGroup="IMAER:MooringMaritimeShipping" type="IMAER:StandardMooringMaritimeShippingType"> + <annotation> + <documentation>Algemene beschrijving van schepen bij een aanlegplaats voor zeescheepvaart. +NOTE Deze klasse beschrijft een schip bij een aanlegplaats, gebruik makend van een voorgedefinieerde scheepstype.</documentation> + </annotation> + </element> + <complexType name="StandardMooringMaritimeShippingType"> + <complexContent> + <extension base="IMAER:MooringMaritimeShippingType"> + <sequence/> + <attribute name="shipType" type="string" use="required"> + <annotation> + <documentation>Type schip.</documentation> + </annotation> + </attribute> + </extension> + </complexContent> + </complexType> + <complexType name="StandardMooringMaritimeShippingPropertyType"> + <sequence> + <element ref="IMAER:StandardMooringMaritimeShipping"/> + </sequence> + </complexType> + <element name="StandardOffRoadMobileSource" substitutionGroup="IMAER:OffRoadMobileSource" type="IMAER:StandardOffRoadMobileSourceType"> + <annotation> + <documentation>Karakteristieken van een emissietype voor mobiele werktuigen. +NOTE Mobiele werktuig worden beschreven aan de hand van een aantal karakteristieken. Deze zijn in dit datatype zijn vastgelegd.</documentation> + </annotation> + </element> + <complexType name="StandardOffRoadMobileSourceType"> + <complexContent> + <extension base="IMAER:OffRoadMobileSourceType"> + <sequence> + <element minOccurs="0" name="literFuelPerYear" type="integer"> + <annotation> + <documentation>Liter brandstof (gesommeerd) dat dit type voertuig per jaar verbruikt.</documentation> + </annotation> + </element> + <element minOccurs="0" name="operatingHoursPerYear" type="integer"> + <annotation> + <documentation>Tijd in uren per jaar dat het voertuig draait.</documentation> + </annotation> + </element> + <element minOccurs="0" name="literAdBluePerYear" type="integer"> + <annotation> + <documentation>Liter AdBlue(gesommeerd) dat dit type voertuig per jaar verbruikt.</documentation> + </annotation> + </element> + </sequence> + <attribute name="offRoadMobileSourceType" type="string" use="required"> + <annotation> + <documentation>De klasse van dit mobiele werktuig.</documentation> + </annotation> + </attribute> + </extension> + </complexContent> + </complexType> + <complexType name="StandardOffRoadMobileSourcePropertyType"> + <sequence> + <element ref="IMAER:StandardOffRoadMobileSource"/> + </sequence> + </complexType> + <element name="StandardVehicle" substitutionGroup="IMAER:Vehicle" type="IMAER:StandardVehicleType"> + <annotation> + <documentation>Karakteristieken van een standaard klasse wegvervoer.</documentation> + </annotation> + </element> + <complexType name="StandardVehicleType"> + <complexContent> + <extension base="IMAER:VehicleType"> + <sequence> + <element name="stagnationFactor" type="double"> + <annotation> + <documentation>Fractie van het verkeer dat stagneert.</documentation> + </annotation> + </element> + <element minOccurs="0" name="maximumSpeed" type="integer"> + <annotation> + <documentation>Maximum snelheid in kilometers per uur.</documentation> + </annotation> + </element> + <element minOccurs="0" name="strictEnforcement" type="boolean"> + <annotation> + <documentation>Wel of geen strikte handhaving van de snelheid.</documentation> + </annotation> + </element> + </sequence> + <attribute name="vehicleType" type="string" use="required"> + <annotation> + <documentation>De klasse van deze standaard voertuigengroep.</documentation> + </annotation> + </attribute> + </extension> + </complexContent> + </complexType> + <complexType name="StandardVehiclePropertyType"> + <sequence> + <element ref="IMAER:StandardVehicle"/> + </sequence> + </complexType> + <element name="SubPoint" substitutionGroup="IMAER:CalculationPointType" type="IMAER:SubPointType"> + <annotation> + <documentation>Subrekenpunt. +NOTE Deze klasse beschrijft een subrekenpunt van een receptorpunt op het AERIUS-grid.</documentation> + </annotation> + </element> + <complexType name="SubPointType"> + <complexContent> + <extension base="IMAER:CalculationPointTypeType"> + <sequence> + <element name="level" type="integer"> + <annotation> + <documentation>Het level waarmee dit subrekenpunt bepaald is. Hoe dichter bij een bron, hoe hoger level en hoe meer subrekenpunten worden gebruikt voor het receptorpunt.</documentation> + </annotation> + </element> + </sequence> + <attribute name="subPointId" type="integer" use="required"> + <annotation> + <documentation>Identificatienummer van het subrekenpunt.</documentation> + </annotation> + </attribute> + <attribute name="receptorPointId" type="integer" use="required"> + <annotation> + <documentation>Identificatienummer van het receptorpunt waar dit subrekenpunt op gebaseerd is.</documentation> + </annotation> + </attribute> + </extension> + </complexContent> + </complexType> + <complexType name="SubPointPropertyType"> + <sequence minOccurs="0"> + <element ref="IMAER:SubPoint"/> + </sequence> + <attributeGroup ref="gml:AssociationAttributeGroup"/> + <attributeGroup ref="gml:OwnershipAttributeGroup"/> + </complexType> + <simpleType name="SubstanceType"> + <annotation> + <documentation>Lijst met verschillende stofnamen. +NOTE de AERIUS rekenkern kan emissies berekenen voor een aantal stoffen, die hier in een lijst zijn vastgelegd.</documentation> + </annotation> + <restriction base="string"> + <enumeration value="NH3"> + <annotation> + <documentation>Stof NH3 (ammoniak).</documentation> + </annotation> + </enumeration> + <enumeration value="NOX"> + <annotation> + <documentation>Stof NOx (stikstofoxiden).</documentation> + </annotation> + </enumeration> + <enumeration value="NO2"> + <annotation> + <documentation>Stof NO2 (stikstofdioxide).</documentation> + </annotation> + </enumeration> + <enumeration value="PM10"> + <annotation> + <documentation>Stof PM10 (fijnstof).</documentation> + </annotation> + </enumeration> + <enumeration value="PM25"> + <annotation> + <documentation>Stof PM2.5 (fijnstof).</documentation> + </annotation> + </enumeration> + <enumeration value="EC"> + <annotation> + <documentation>Stof EC (elementair koolstof).</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> + <simpleType name="TimeUnitType"> + <annotation> + <documentation>Lijst met verschillende tijdseenheden. +NOTE de AERIUS rekenkern kan emissies berekenen op basis van tijdseenheden, die hier in een lijst zijn vastgelegd.</documentation> + </annotation> + <restriction base="string"> + <enumeration value="HOUR"/> + <enumeration value="DAY"/> + <enumeration value="MONTH"/> + <enumeration value="YEAR"/> + </restriction> + </simpleType> + <simpleType name="TrafficDirectionType"> + <annotation> + <documentation>Lijst met verschillende richtingen voor verkeer op wegen. +NOTE Bij een weg kan aangegeven worden in welke richting ten opzichte van de getekende richting het verkeer op het lijnstuk rijdt. De mogelijkheden zijn in deze lijst opgenommen.</documentation> + </annotation> + <restriction base="string"> + <enumeration value="BOTH"> + <annotation> + <documentation>Verkeer kan in beide richtingen verplaatsen.</documentation> + </annotation> + </enumeration> + <enumeration value="A_TO_B"> + <annotation> + <documentation>Verkeer rijdt van A (begin lijnstuk) naar B (eind lijnstuk).</documentation> + </annotation> + </enumeration> + <enumeration value="B_TO_A"> + <annotation> + <documentation>Verkeer rijdt van B (eind lijnstuk) naar A (begin lijnstuk).</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> + <simpleType name="TreeProfileType"> + <annotation> + <documentation>Lijst met verschillende types boomprofiel tussen de weg en het rekenpunt. +NOTE Bij berekenen van emissies voor wegverkeer in buitenstedelijk gebied kan rekening gehouden worden met bomen langs de weg (SRM1).</documentation> + </annotation> + <restriction base="string"> + <enumeration value="NONE_OR_FEW"> + <annotation> + <documentation>Hier en daar bomen of in het geheel niet.</documentation> + </annotation> + </enumeration> + <enumeration value="SEPARATED"> + <annotation> + <documentation>Een of meer rijen bomen met een onderlinge afstand < 15 meter met openingen tussen de kronen.</documentation> + </annotation> + </enumeration> + <enumeration value="PACKED"> + <annotation> + <documentation>De kronen raken elkaar en overspannen minstens een derde gedeelte van de straatbreedte.</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> + <element abstract="true" name="Vehicle" substitutionGroup="IMAER:EmissionValueType" type="IMAER:VehicleType"> + <annotation> + <documentation>Karakteristieken van een emissietype wegvervoer. +NOTE Ieder wegvervoer emissietype wordt beschreven aan de hand van een aantal karakteristieken, die in dit separate datatype zijn vastgelegd.</documentation> + </annotation> + </element> + <complexType abstract="true" name="VehicleType"> + <complexContent> + <extension base="IMAER:EmissionValueTypeType"> + <sequence> + <element name="vehiclesPerTimeUnit" type="double"> + <annotation> + <documentation>Aantal voertuigen per tijdseenheid.</documentation> + </annotation> + </element> + <element name="timeUnit" type="IMAER:TimeUnitType"> + <annotation> + <documentation>Tijdseenheid voor het aantal voertuigen.</documentation> + </annotation> + </element> + </sequence> + </extension> + </complexContent> + </complexType> + <complexType name="VehiclePropertyType"> + <sequence> + <element ref="IMAER:Vehicle"/> + </sequence> + </complexType> + <element name="VersionMetadata" substitutionGroup="gml:AbstractObject" type="IMAER:VersionMetadataType"> + <annotation> + <documentation>Metadata over gebruikte versies. +NOTE Dit data type bevat de versies die gebruikt zijn om tot de data te komen.</documentation> + </annotation> + </element> + <complexType name="VersionMetadataType"> + <sequence> + <element name="aeriusVersion" type="string"> + <annotation> + <documentation>Versienummer van de AERIUS rekenkern.</documentation> + </annotation> + </element> + <element name="databaseVersion" type="string"> + <annotation> + <documentation>Versienummer van de AERIUS database.</documentation> + </annotation> + </element> + </sequence> + </complexType> + <complexType name="VersionMetadataPropertyType"> + <sequence> + <element ref="IMAER:VersionMetadata"/> + </sequence> + </complexType> + <simpleType name="WaterwayDirectionTypeType"> + <annotation> + <documentation>Keuzemogelijkheden voor de stroom richting van routes voor binnenvaart schepen. +NOTE Per binnenvaart route kan de stroming meetellen voor de emissiefactoren, afhankelijk van het waterweg type. Indien niet relevant, dan wordt de stroomrichting in de tekenrichting bepaald.</documentation> + </annotation> + <restriction base="string"> + <enumeration value="IRRELEVANT"> + <annotation> + <documentation>Stroming is niet van belang.</documentation> + </annotation> + </enumeration> + <enumeration value="UPSTREAM"> + <annotation> + <documentation>Tegen de stroom in.</documentation> + </annotation> + </enumeration> + <enumeration value="DOWNSTREAM"> + <annotation> + <documentation>Met de stroom mee.</documentation> + </annotation> + </enumeration> + </restriction> + </simpleType> +</schema> diff --git a/informatiemodel/5.1.2/IMAER.EAP b/informatiemodel/5.1.2/IMAER.EAP new file mode 100644 index 0000000..a2c06e7 Binary files /dev/null and b/informatiemodel/5.1.2/IMAER.EAP differ diff --git a/informatiemodel/5.1.2/IMAER_uml.pdf b/informatiemodel/5.1.2/IMAER_uml.pdf new file mode 100644 index 0000000..dc72f61 Binary files /dev/null and b/informatiemodel/5.1.2/IMAER_uml.pdf differ diff --git a/informatiemodel/5.1.2/feature_catalogue_AERIUS.html b/informatiemodel/5.1.2/feature_catalogue_AERIUS.html new file mode 100644 index 0000000..02db792 --- /dev/null +++ b/informatiemodel/5.1.2/feature_catalogue_AERIUS.html @@ -0,0 +1,105 @@ +<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Feature Catalogue 'IMAER'</title><style type="text/css"> + body + { + background-color:#f4f6fe; + font-family: 'RO-Sans-Heading', sans-serif; + } + h1 + { + font-family:Arial, Helvetica, sans-serif; + font-size:24px; + color:#151B8D; + text-align:center; + } + h2, + h3, + h4 + { + font-family:Arial, Helvetica, sans-serif; + color:#151B8D; + } + a:link + { + color:#325595; + text-decoration:none; + border-bottom:1px dotted; + outline:none; + } + a:hover + { + border-bottom:1px solid; + color:#325595; + } + p, + li + { + font-family:Arial, Helvetica, sans-serif; + font-size:12px; + margin-top:0px; + margin-bottom:4px; + } + .rightalign + { + font-size:10px; + text-align:right; + } + .small + { + font-size:10px; + } + table.att + { + font-family:Arial, Helvetica, sans-serif; + width:100%; + border-style:none; + border-collapse:collapse; + border:0px; + padding:0px; + } + table.link + { + font-family:Arial, Helvetica, sans-serif; + width:100%; + border-style:none; + border-collapse:collapse; + border:0px; + padding:0px; + } + table.overview + { + font-family:Arial, Helvetica, sans-serif; + border-style:none; + border-collapse:collapse; + border:0px; + padding:0px; + } + table + { + font-family:Arial, Helvetica, sans-serif; + border-collapse:collapse; + border:1px solid #98bf21; + padding:2px 2px 2px 2px; + } + tr + { + vertical-align:top; + } + td.feature, + td.values, + td.overview + { + border:1px solid #98bf21; + padding:2px 2px 2px 2px; + } + p.title2 + { + font-size:12px; + font-weight:bold; + font-family:Arial, Helvetica, sans-serif; + } + p.title + { + font-size:14px; + font-weight:bold; + font-family:Arial, Helvetica, sans-serif; + }</style></head><body><h1>Feature Catalogue 'IMAER'</h1><p><b>Version:</b></p><p style="margin-left:20px">5.1</p><p><b>Date:</b></p><p style="margin-left:20px">2021</p><p><b>Scope:</b></p><p style="margin-left:20px">IMAER, het informatiemodel voor AERIUS, is een toepassing van Basismodel Geo-Informatie (NEN 3610) voor het beleidsveld van stikstofdepositieberekeningen. Het is hiermee één van de bestaande toepassingen van deze norm. In IMAER wordt, zoals ook bij NEN3610, voor het uitwisselingsformaat van bestanden (het technische formaat voor uitwisseling) gerefereerd aan GML 3.2.1 Simple Features Profile 2 (GML-SF2).</p><p><b>Responsible organisation:</b></p><p style="margin-left:20px">AERIUS</p><a name="overview"><h2>Table of contents</h2></a><table border="0" class="overview"><div><tr border="0"><td border="0" class="package"><p><b><a name="_P10_toc">Application schema: </a><a href="#_P10">IMAER</a></b></p></td><td border="0" class="package"></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C303">ADMSRoad</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C265">Building</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C122">CalculationPoint</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C121">CalculationPointType</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C131">EmissionSource</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C128">EmissionSourceType</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C267">FarmlandEmissionSource</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C139">FarmLodgingEmissionSource</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C20">GeoObject</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C188">InlandShippingEmissionSource</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C310">ManureStorageEmissionSource</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C182">MaritimeShippingEmissionSource</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C197">MooringInlandShippingEmissionSource</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C162">MooringMaritimeShippingEmissionSource</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C309">NcaCustomCalculationPoint</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C260">NSLCalculationPoint</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C167">OffRoadMobileSourceEmissionSource</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C173">PlanEmissionSource</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C123">ReceptorPoint</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C136">RoadEmissionSource</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C252">SRM1Road</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C253">SRM1RoadDispersionLine</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C249">SRM1RoadMeasureArea</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C202">SRM2Road</a></p></td><td border="0"><p>Feature type</p></td></tr><tr border="0"><td border="0" class="type"><p style="margin-left:20px"><a href="#_C306">SubPoint</a></p></td><td border="0"><p>Feature type</p></td></tr></div></table><hr><h2><a name="_P10">Application schema: IMAER</a></h2><div><p><b>Definition</b></p><p style="margin-left:20px">Dit model beschrijft het InformatieModel AERius (IMAER). IMAER is het standaard gegevens uitwisselingsformaat van AERIUS en wordt gebruikt voor het importeren, exporteren en uitwisselen van gegevens met en tussen de verschillende AERIUS producten (o.a. Calculator, Monitor en Register).</p><p style="margin-left:20px"></p><p style="margin-left:20px">In IMAER zijn de objecten opgenomen die nodig zijn voor het berekenen van emissie en depositie van verschillende stoffen. In het model zijn de beschrijvingen van de objecten, de relaties tussen de objecten en de attributen opgenomen.</p><p><b>Version:</b></p><p style="margin-left:20px">5.1.2</p></div><div></div><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#overview"></a></p></td></tr></table><br><a name="_C266"><h3>Data type: AbstractFarmlandActivity</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">AbstractFarmlandActivity</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Karakteristieken van een emissietype voor activiteit op landbouwgrond.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Er zijn verschillende soorten gebruik van landbouwgrond in het model aanwezig. Deze abstracte basisklasse is een generalisatie van de verschillende typen in het model.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C158">EmissionValueType</a></p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C308">FarmlandActivity</a></p><p style="margin-left:20px"><a href="#_C307">StandardFarmlandActivity</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>activityType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Het type van gebruik of activiteit van de landbouwgrond.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C221"><h3>Data type: AdditionalLodgingSystem</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">AdditionalLodgingSystem</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Extra staltechniek beschrijving.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een extra staltechniek die bij een bestaande stal gebruikt kan worden, gebruik makend van een voorgedefinieerde code. Dit kan voor een gedeelte van de aangegeven dieren gelden.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C222">LodgingSystem</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>numberOfAnimals</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Aantal dieren waarvoor deze extra techniek geldt. Zou niet meer moeten zijn dan het totaal aantal dieren van de FarmLodging waarbij deze techniek gebruikt wordt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C228"><h3>Data type: Address</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">Address</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Een adres (bijvoorbeeld voor inrichtingslocatie).</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Dit data type bevat de standaard onderdelen van een adres.</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>city</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Plaats.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>postcode</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Postcode.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>streetAddress</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Straat en huisnummer.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C303"><h3>Feature type: ADMSRoad</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">ADMSRoad</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">ADMS EmissionSource representing a road.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">This class describes a road emissionsource including geometry. This definition is meant for calculations with ADMS.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C136">RoadEmissionSource</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>barrierLeft</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>The barrier on the left side of the road (compared to the geometry).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C305">ADMSRoadSideBarrier</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>barrierRight</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>The barrier on the right side of the road (compared to the geometry).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C305">ADMSRoadSideBarrier</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>coverage</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>The coverage (percentage) of this road. This describes how much of the road is covered by overhanging features.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>diurnalVariation</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Diurnal variation profile of the road source.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C288">DiurnalVariation</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>elevation</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>The elevation of this road above ground level (m).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>gradient</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>The gradient (percentage) of this road. This gradient is assumed to be from start of the geometry (A) to end of the geometry (B).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>width</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>The width of this road (m).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C305"><h3>Data type: ADMSRoadSideBarrier</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">ADMSRoadSideBarrier</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Characteristics of a barrier on the side of a road for ADMS.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">A barrier on the side of the road is described by a few characteristics. Th</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>averageHeight</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>The average height of the barrier (m).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>barrierType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>The type of this barrier.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>ADMSRoadSideBarrierType (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>NOISE_BARRIER</p></td><td class="values"></td></tr><tr><td class="values"><p>BRICK_WALL</p></td><td class="values"></td></tr><tr><td class="values"><p>STREET_CANYON_TERRACED_HOUSES</p></td><td class="values"></td></tr><tr><td class="values"><p>STREET_CANYON_SEMIDETACHED_HOUSES</p></td><td class="values"></td></tr><tr><td class="values"><p>STREET_CANYON_DETACHED_HOUSES</p></td><td class="values"></td></tr><tr><td class="values"><p>TREE_BARRIER_OPEN</p></td><td class="values"></td></tr><tr><td class="values"><p>TREE_BARRIER_DENSE</p></td><td class="values"></td></tr><tr><td class="values"><p>OTHER</p></td><td class="values"></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>distance</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>The distance from the road centreline to canyon wall (m).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>maximumHeight</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>The maximum height of the barrier (m).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>minimumHeight</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>The minimum height of the barrier (m).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>porosity</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>The porosity percentage that describes how much of the road length is covered by the barrier. 0 is fully covered, while 100 is not covered at all.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C299"><h3>Data type: ADMSSourceCharacteristics</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">ADMSSourceCharacteristics</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Dit datatype beschrijft de (ADMS) karakteristieken van een emissiebron.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Iedere emissiebron wordt beschreven aan de hand van een aantal karakteristieken, die in dit separate datatype zijn vastgelegd.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C298">SourceCharacteristicsType</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>buoyancyType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>ADMS buoyancy type.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>ADMSBuoyancyType (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>AMBIENT</p></td><td class="values"><p class="small">Buoyancy based on ambient temperature.</p></td></tr><tr><td class="values"><p>DENSITY</p></td><td class="values"><p class="small">Buoyancy based on density.</p></td></tr><tr><td class="values"><p>TEMPERATURE</p></td><td class="values"><p class="small">Buoyancy based on specified temperature.</p></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>density</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Density (kg/m3): density of the whole release.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>diameter</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Diameter (m): internal diameter of a point/jet source.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>diurnalVariation</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Diurnal variation of the emission of the source.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C288">DiurnalVariation</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>effluxType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>ADMS efflux type.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>ADMSEffluxType (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>VELOCITY</p></td><td class="values"><p class="small">Efflux based on velocity.</p></td></tr><tr><td class="values"><p>VOLUME</p></td><td class="values"><p class="small">Efflux based on volume.</p></td></tr><tr><td class="values"><p>MASS</p></td><td class="values"><p class="small">Efflux based on mass.</p></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>elevationAngle</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Elevation angle of a jet source.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>height</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Height (m): height of source above the ground. For a volume source, it is the mid-height of the volume above the ground.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>horizontalAngle</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Horizontal angle of a jet source.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>sourceType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>ADMS source type.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>ADMSSourceType (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>POINT</p></td><td class="values"><p class="small">Normal point source.</p></td></tr><tr><td class="values"><p>AREA</p></td><td class="values"><p class="small">Normal (surface) area source.</p></td></tr><tr><td class="values"><p>VOLUME</p></td><td class="values"><p class="small">Area represents a volume source.</p></td></tr><tr><td class="values"><p>LINE</p></td><td class="values"><p class="small">Normal line source.</p></td></tr><tr><td class="values"><p>ROAD</p></td><td class="values"><p class="small">Line represents a road source.</p></td></tr><tr><td class="values"><p>JET</p></td><td class="values"><p class="small">Point represents a jet source.</p></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>specificHeatCapacity</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Cp (J/degree C/kg): specific heat capacity of the source material.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>temperature</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Temperature (degree C): temperature of the release.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>verticalDimension</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>L1 (m): vertical dimension of a volume source.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>verticalVelocity</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Volume flux (m3/s): volume flow rate of the release</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>volumetricFlowRate</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Mass flux (kg/s): mass flux of the emission.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>width</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>L1 (m): width of a line source.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C108"><h3>Data type: AeriusCalculatorMetadata</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">AeriusCalculatorMetadata</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Metadata over de AERIUS calculator die de GML geproduceerd heeft en het vastgelegde project.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Met behulp van deze metadata wordt vastgelegd met welke versies van software en onderliggende basisgegevens het GML bestand is gegenereerd. Tevens kan er projectinformatie over de emissiebronnen vastgelegd worden,</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>calculation</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Metadata over de berekening.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C236">CalculationMetadata</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>gmlCreator</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Metadata over welk programma de GML heeft geproduceerd.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>project</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Metadata over het beschreven project.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C234">ProjectMetadata</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>situation</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Metadata over de beschreven situatie.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C235">SituationMetadata</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>version</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Metadata over de gebruikte versies.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C233">VersionMetadata</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C265"><h3>Feature type: Building</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">Building</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Dit featuretype beschrijft een gebouw.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een gebouw, zodat deze bij emissie-berekeningen meegenomen kan worden.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C20">GeoObject</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>diameter</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De straal van een gebouw. Wordt alleen verwacht bij een punt geometrie, waarbij dit zorgt voor een cirkelvormig gebouw.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>geometry</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De geometrie van het gebouw.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C297">BuildingGeometry</a> (union data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>height</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>(Gemiddelde) gebouwhoogte in meters.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>identifier</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Title:</p></td><td border="0"><p>identificatie</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Unieke identificatie van het object binnen het domein van NEN 3610.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C80">NEN3610ID</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>label</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optioneel label voor het gebouw.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C297"><h3>Union type: BuildingGeometry</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">BuildingGeometry</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Mogelijke geometrieën van een gebouw.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Dit datatype maakt een keuze mogelijk uit verschillende soorten geometrieën die een gebouw kan aannemen.</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Union type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>GM_Point</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>NEN 3610 punt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>GM_Point</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>GM_Surface</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>NEN 3610 vlak.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>GM_Surface</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C263"><h3>Data type: CalculatedHeatContent</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">CalculatedHeatContent</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Dit datatype beschrijft de warmteinhoud wanneer deze door het berekend moet worden.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Aan de hand van de opgegeven waardes kan de warmteinhoud door het model bepaald worden.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C261">HeatContent</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionTemperature</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Emissie temperatuur in graden celsius. Dit moet hoger zijn dan de gemiddelde omgevingstemperatuur (rond de 12 graden).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>outflowDiameter</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De diameter van de uitstroom, in meter.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>outflowDirection</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De uitstroom richting.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>OutflowDirectionType (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>VERTICAL</p></td><td class="values"><p class="small">Uitstroom richting wordt verticaal geforceerd.</p></td></tr><tr><td class="values"><p>HORIZONTAL</p></td><td class="values"><p class="small">Uitstroom richting wordt horizontaal geforceerd.</p></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>outflowVelocity</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De uitstroom snelheid, in meter/seconde.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>outflowVelocityType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Manier waarop de uitstroom snelheid is bepaald.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>OutflowVelocityType (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>ACTUAL_FLOW</p></td><td class="values"><p class="small">De uittreedsnelheid is gemeten (Feitelijk). Dit meten dient gebeurd te zijn wanneer de inrichting in productie is genomen.</p></td></tr><tr><td class="values"><p>NORMALISED_FLOW</p></td><td class="values"><p class="small">De uittreedsnelheid is opgegeven door de fabrikant (Fabrieksopgave). Deze waarde kan gebruikt worden voor nieuwe inrichtingen of wanneer er niet gemeten wordt.</p></td></tr></table></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C236"><h3>Data type: CalculationMetadata</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">CalculationMetadata</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Metadata over de berekening / rekenresultaten.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Met behulp van dit metadata object kan er informatie over de berekening vastgelegd worden.</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>jobType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Gebruikte rekentaak type.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>maximumRange</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Maximum straal in km waarbinnen berekend is.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>method</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Gebruikte berekeningmethode.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>monitorSrm2Year</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Indicatie of er voor de SRM2 wegen gebruik is gemaakt van het NSL monitor netwerk, en zo ja uit welk jaar.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>option</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Opties die zijn gebruikt voor de rekenresultaten. Maakt gebruik van een generieke key-value structuur, waarbij de key aangeeft om welke optie het gaat, en de value de waarde voor de betreffende optie.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C296">CalculationOption</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>otherSituation</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Andere situaties die meegenomen zijn tijdens de berekening.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C314">OtherSituationMetadata</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>researchArea</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Indicatie of het om een onderzoeksgebied berekening ging.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Boolean</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>resultType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Berekende resultat types.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>ResultType (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>DEPOSITION</p></td><td class="values"><p class="small">Depositie (mol/ha/j)</p></td></tr><tr><td class="values"><p>CONCENTRATION</p></td><td class="values"><p class="small">Concentratie (µg/m³)</p></td></tr><tr><td class="values"><p>EXCEEDANCE_DAYS</p></td><td class="values"><p class="small">Overschrijdingsdagen</p></td></tr><tr><td class="values"><p>EXCEEDANCE_HOURS</p></td><td class="values"><p class="small">Overschrijdingsuren</p></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>substance</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Berekende stoffen.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Substance (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>NH3</p></td><td class="values"><p class="small">Stof NH3 (ammoniak).</p></td></tr><tr><td class="values"><p>NOX</p></td><td class="values"><p class="small">Stof NOx (stikstofoxiden).</p></td></tr><tr><td class="values"><p>NO2</p></td><td class="values"><p class="small">Stof NO2 (stikstofdioxide).</p></td></tr><tr><td class="values"><p>PM10</p></td><td class="values"><p class="small">Stof PM10 (fijnstof).</p></td></tr><tr><td class="values"><p>PM25</p></td><td class="values"><p class="small">Stof PM2.5 (fijnstof).</p></td></tr><tr><td class="values"><p>EC</p></td><td class="values"><p class="small">Stof EC (elementair koolstof).</p></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>type</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Gebruikte berekeningtype.</p><p>Deprecated, gebruik vanaf versie 5.1.1 'method'.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CalculationType (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>PERMIT</p></td><td class="values"><p class="small">Berekening van receptoren volgens de Wet natuurbescherming.</p></td></tr><tr><td class="values"><p>NATURE_AREA</p></td><td class="values"><p class="small">Berekening gebruikt hexagonen die natuurgebieden bevatten binnen opgegeven straal.</p></td></tr><tr><td class="values"><p>RADIUS</p></td><td class="values"><p class="small">Berekening gebruikt hexagonen binnen opgegeven straal.</p></td></tr><tr><td class="values"><p>CUSTOM_POINTS</p></td><td class="values"><p class="small">Berekening gebruikt door de gebruiker gedefinieerde punten (CalculationPoint).</p></td></tr></table></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C296"><h3>Data type: CalculationOption</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">CalculationOption</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Generieke rekenoptie waarde.</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>key</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Sleutelwaarde voor deze rekenoptie.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>value</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Gebruikte waarde voor deze rekenoptie.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C122"><h3>Feature type: CalculationPoint</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">CalculationPoint</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Zelfgedefinieerd rekenpunt.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een zelfgedefinieerd rekenpunt.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C121">CalculationPointType</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C254"><h3>Data type: CalculationPointCorrection</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">CalculationPointCorrection</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Correctie op resultaten van een rekenpunt (NSL).</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Het kan voorkomen dat er correcties gebruikt moeten worden op de resultaten die uit het model komen. Bijvoorbeeld omdat deze structureel afwijken van waargenomen waardes.</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>description</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optioneel omschrijving voor de correctie.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>jurisdictionId</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optioneel ID voor de jurisdictie (voor actualisatie).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>label</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optioneel label voor de correctie.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>resultType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Type resultaat waarvoor deze correctie geldt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>ResultType (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>DEPOSITION</p></td><td class="values"><p class="small">Depositie (mol/ha/j)</p></td></tr><tr><td class="values"><p>CONCENTRATION</p></td><td class="values"><p class="small">Concentratie (µg/m³)</p></td></tr><tr><td class="values"><p>EXCEEDANCE_DAYS</p></td><td class="values"><p class="small">Overschrijdingsdagen</p></td></tr><tr><td class="values"><p>EXCEEDANCE_HOURS</p></td><td class="values"><p class="small">Overschrijdingsuren</p></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>substance</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Stof waarvoor deze correctie geldt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Substance (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>NH3</p></td><td class="values"><p class="small">Stof NH3 (ammoniak).</p></td></tr><tr><td class="values"><p>NOX</p></td><td class="values"><p class="small">Stof NOx (stikstofoxiden).</p></td></tr><tr><td class="values"><p>NO2</p></td><td class="values"><p class="small">Stof NO2 (stikstofdioxide).</p></td></tr><tr><td class="values"><p>PM10</p></td><td class="values"><p class="small">Stof PM10 (fijnstof).</p></td></tr><tr><td class="values"><p>PM25</p></td><td class="values"><p class="small">Stof PM2.5 (fijnstof).</p></td></tr><tr><td class="values"><p>EC</p></td><td class="values"><p class="small">Stof EC (elementair koolstof).</p></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>value</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Waarde van de correctie. Positief is toename ten opzichte van het resultaat uit het model, negatief is afname ten opzichte van het resultaat uit het model.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C121"><h3>Feature type: CalculationPointType</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">CalculationPointType</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Abstracte basisklasse voor de beschrijving van rekenpunten.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Er zijn verschillende soorten rekenpunten in het model aanwezig. Deze abstracte basisklasse is een generalisatie van de verschillende typen in dit model.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C20">GeoObject</a></p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C122">CalculationPoint</a></p><p style="margin-left:20px"><a href="#_C309">NcaCustomCalculationPoint</a></p><p style="margin-left:20px"><a href="#_C260">NSLCalculationPoint</a></p><p style="margin-left:20px"><a href="#_C123">ReceptorPoint</a></p><p style="margin-left:20px"><a href="#_C306">SubPoint</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>assessmentCategory</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optionele categorie voor beoordeling.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>correction</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Correcties op een rekenpunt (NSL).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C254">CalculationPointCorrection</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>description</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>(Uitvoerige) beschrijving van het rekenpunt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>GM_Point</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Geometrie van het rekenpunt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>GM_Point</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>height</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optionele hoogte voor het rekenpunt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>identifier</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Title:</p></td><td border="0"><p>identificatie</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Unieke identificatie van het object binnen het domein van NEN 3610.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C80">NEN3610ID</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>jurisdictionId</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optioneel ID voor de jurisdictie (voor actualisatie).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>label</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optioneel label voor het rekenpunt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>representation</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Geometrische representatie van het rekenpunt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>GM_Surface</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>result</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Deposities van het rekenpunt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C219">CalculationResult</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C219"><h3>Data type: CalculationResult</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">CalculationResult</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Resultaat voor een rekenpunt.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft het resultaat voor een bepaalde stof/resultaattype combinatie voor een rekenpunt.</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>resultType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Resultaattype.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>ResultType (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>DEPOSITION</p></td><td class="values"><p class="small">Depositie (mol/ha/j)</p></td></tr><tr><td class="values"><p>CONCENTRATION</p></td><td class="values"><p class="small">Concentratie (µg/m³)</p></td></tr><tr><td class="values"><p>EXCEEDANCE_DAYS</p></td><td class="values"><p class="small">Overschrijdingsdagen</p></td></tr><tr><td class="values"><p>EXCEEDANCE_HOURS</p></td><td class="values"><p class="small">Overschrijdingsuren</p></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>sourceCategory</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Category van bronnen die zorgen voor dit resultaat. Indien niet opgegeven gaat het om totalen.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>substance</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Type van resultaat.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Substance (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>NH3</p></td><td class="values"><p class="small">Stof NH3 (ammoniak).</p></td></tr><tr><td class="values"><p>NOX</p></td><td class="values"><p class="small">Stof NOx (stikstofoxiden).</p></td></tr><tr><td class="values"><p>NO2</p></td><td class="values"><p class="small">Stof NO2 (stikstofdioxide).</p></td></tr><tr><td class="values"><p>PM10</p></td><td class="values"><p class="small">Stof PM10 (fijnstof).</p></td></tr><tr><td class="values"><p>PM25</p></td><td class="values"><p class="small">Stof PM2.5 (fijnstof).</p></td></tr><tr><td class="values"><p>EC</p></td><td class="values"><p class="small">Stof EC (elementair koolstof).</p></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>value</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Resultaatwaarde.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C231"><h3>Data type: ConsumptionOffRoadVehicleSpecification</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">ConsumptionOffRoadVehicleSpecification</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Klasse voor een specificatie voor de emissie van een eigen gedefinieerde mobiele werktuig bron aan de hand van het verbruik.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Voor het bepalen van de emissie van mobiel werktuig kan gekeken worden naar het gebruik van dat voertuig. De karakteristieken in dit type worden daarbij gebruikt.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C230">OffRoadVehicleSpecification</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>consumption</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Brandstofverbruik, in liters per jaar.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionFactor</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De emissiefactoren van het voertuig, in g/kWh per stof.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>energyEfficiency</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Rendement: brandstof in grammen brandstof per geleverde kilowattuur , in g/kWh.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C292"><h3>Object type: CustomDiurnalVariation</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">CustomDiurnalVariation</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Eigen gedefinieerde temporele variatie. Bestaat uit X waardes, waarbij alle waardes opgeteld tot X * 100 moeten komen.</p><p style="margin-left:20px">Als voorbeeld een definitie voor uren per dag: In dat geval zijn er 24 waardes, waarbij alles bij elkaar opgeteld 2400 zal moeten zijn. Voor een gelijke verdeling over de dag is elke waarde dan 100.</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Object type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>customType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Het type van deze eigen definitie. Geeft impliciet aan hoeveel waardes worden verwacht: voor een dag definitie worden bijvoorbeeld 24 waardes verwacht.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>label</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optioneel label voor deze eigen definitie.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>value</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De waardes van deze eigen definitie. Afhankelijk van het customType wordt een aantal waarden verwacht. Bij gelijke verdeling over alle waardes heeft dit veld de waarde 100.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C142"><h3>Data type: CustomFarmLodging</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">CustomFarmLodging</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Zelfgedefinieerde stal.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een zelfgedefinieerde stal.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C140">FarmLodging</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>animalType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Code die aangeeft om wat voor dier het gaat.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>description</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Beschrijving van de stal.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionFactor</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De emissiefactor(en) per dierplaats per jaar die gehanteerd moet worden.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionFactorType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Het type van emissie factor. Indien niet opgegeven dan wordt uitgegaan van een emissiefactor in kg per dierplaats per jaar.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C273"><h3>Data type: CustomInlandShipping</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">CustomInlandShipping</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Zelfgedefinieerde schepen op een vaarroute voor binnenvaart.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een schip op een vaarroute, gebruik makend van eigen specificatie.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C191">InlandShipping</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionPropertiesAtoB</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Zelfgedefinieerde emissie eigenschappen van A naar B. Emissiefactoren zijn hier in kg/m.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C271">CustomInlandShippingEmissionProperties</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionPropertiesBtoA</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Zelfgedefinieerde emissie eigenschappen van B naar A. Emissiefactoren zijn hier in kg/m.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C271">CustomInlandShippingEmissionProperties</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C271"><h3>Data type: CustomInlandShippingEmissionProperties</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">CustomInlandShippingEmissionProperties</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Dit datatype beschrijft de eigen gedefinieerd scheepstype voor binnenvaart.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Eigenschappen beschreven in dit object worden voor standaard bronnen direct.</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionFactorEmpty</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Gemiddelde emissie factor van scheepstype wanneer niet beladen. Eenheid is afhankelijk van emissietype waarbinnen dit datatype wordt gebruikt (verschil aangemeerd/varend).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionFactorLaden</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Gemiddelde emissie factor van scheepstype wanneer wel beladen. Eenheid is afhankelijk van emissietype waarbinnen dit datatype wordt gebruikt (verschil aangemeerd/varend).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionHeightEmpty</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Gemiddelde uitstoothoogte van scheepstype wanneer niet beladen in meters.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionHeightLaden</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Gemiddelde uitstoothoogte van scheepstype wanneer wel beladen in meters.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>heatContentEmpty</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Gemiddelde warmteinhoud van scheepstype wanneer niet beladen in Megawatt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>heatContentLaden</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Gemiddelde warmteinhoud van scheepstype wanneer wel beladen in Megawatt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C313"><h3>Data type: CustomManureStorage</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">CustomManureStorage</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Zelfgedefinieerde mestopslag beschrijving.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een zelfgedefinieerde mestopslag techniek.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C311">ManureStorage</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>animalType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Code die aangeeft van welk dier de mest afkomstig is.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>description</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Beschrijving van de mestopslag techniek.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionFactor</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De emissiefactor(en) die gehanteerd moet worden, eenheid afhankelijk van de gebruikte emissionFactorType.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionFactorType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Het type van emissie factor. Aan de hand van dit type wordt afgeleid welke optionele kenmerken verwacht worden.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C284"><h3>Data type: CustomMaritimeShipping</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">CustomMaritimeShipping</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Zelfgedefinieerde schepen op een vaarroute voor zeescheepvaart.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een schip op een vaarroute, gebruik makend van eigen specificatie.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C186">MaritimeShipping</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionProperties</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Zelfgedefinieerde emissie eigenschappen. Emissiefactoren zijn hier in kg/m.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C283">CustomMaritimeShippingEmissionProperties</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>grossTonnage</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Het bruto-tonnage van de schepen.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C283"><h3>Data type: CustomMaritimeShippingEmissionProperties</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">CustomMaritimeShippingEmissionProperties</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Dit datatype beschrijft de eigen gedefinieerd scheepstype voor (zee) scheepvaart.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Eigenschappen beschreven in dit object worden voor standaard bronnen direct.</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionFactor</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Gemiddelde emissie factor van scheepstype. Eenheid is afhankelijk van emissietype waarbinnen dit datatype wordt gebruikt (verschil aangemeerd/varend).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionHeight</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Gemiddelde uitstoothoogte van scheepstype in meters.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>heatContent</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Gemiddelde warmteinhoud van scheepstype in Megawatt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C270"><h3>Data type: CustomMooringInlandShipping</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">CustomMooringInlandShipping</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Zelfgedefinieerde schepen bij een aanlegplaats voor binnenvaart.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een schip bij een aanlegplaats, gebruik makend van eigen specificatie.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C196">MooringInlandShipping</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionProperties</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Zelfgedefinieerde emissie eigenschappen voor aangemeerde schepen. Emissiefactoren zijn hier in kg/u.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C271">CustomInlandShippingEmissionProperties</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C282"><h3>Data type: CustomMooringMaritimeShipping</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">CustomMooringMaritimeShipping</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Zelfgedefinieerde schepen bij een aanlegplaats voor zeescheepvaart.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een schip bij een aanlegplaats, gebruik makend van eigen specificatie.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C181">MooringMaritimeShipping</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionProperties</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Zelfgedefinieerde emissie eigenschappen voor aangemeerde schepen. Emissiefactoren zijn hier in kg/u.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C283">CustomMaritimeShippingEmissionProperties</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C171"><h3>Data type: CustomOffRoadMobileSource</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">CustomOffRoadMobileSource</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Eigen gedefinieerd mobiele werktuig bron.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een eigen gedefinieerde mobiel werktuig bron, met gesommeerd de emissie en de verdere eigenschappen die van belang zijn voor de verschillende berekeningen.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C179">OffRoadMobileSource</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emission</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Totale emissie van een mobiele werktuig bron in een jaar.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionSourceCharacteristics</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Karakteristieken van een mobiele werktuig bron.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C298">SourceCharacteristicsType</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>offRoadVehicleSpecification</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Eigenschappen gebruikt om tot de emissie van deze bron te komen.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C230">OffRoadVehicleSpecification</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C200"><h3>Data type: CustomVehicle</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">CustomVehicle</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Karakteristieken van een emissietype zelfgedefinieerd wegvervoer.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Ieder wegvervoer emissietype wordt beschreven aan de hand van een aantal karakteristieken, die in dit separate datatype zijn vastgelegd.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C137">Vehicle</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>description</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Karakteristieken van de eigen gespecficieerd voertuigen.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emission</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De emissie in g/km per voertuig.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C295"><h3>Data type: Definitions</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">Definitions</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Container om definities bij te houden die door andere objecten gerefereerd kunnen worden.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Sommige definities kunnen binnen meerdere bronnen gebruikt worden. Om te voorkomen dat elke bron zijn eigen definitie heeft kunnen deze definities gerefereerd worden middels een gml ID. Hiermee kan op 1 plek de definitie aangepast worden, mocht dat nodig zijn. Omdat deze objecten geen featureMember of GeoObject hoeven te zijn is deze container geintroduceerd.</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>customDiurnalVariation</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Mogelijke eigen temporele variatie definities.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C292">CustomDiurnalVariation</a></p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C288"><h3>Data type: DiurnalVariation</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">DiurnalVariation</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Temporele variatie.</p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C294">ReferenceDiurnalVariation</a></p><p style="margin-left:20px"><a href="#_C289">StandardDiurnalVariation</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C134"><h3>Data type: Emission</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">Emission</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Karakteristieken van een depositie waarde.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">De depositieresulaten beschrijving van een rekenpunt.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C158">EmissionValueType</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>substance</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Emissiestof.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Substance (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>NH3</p></td><td class="values"><p class="small">Stof NH3 (ammoniak).</p></td></tr><tr><td class="values"><p>NOX</p></td><td class="values"><p class="small">Stof NOx (stikstofoxiden).</p></td></tr><tr><td class="values"><p>NO2</p></td><td class="values"><p class="small">Stof NO2 (stikstofdioxide).</p></td></tr><tr><td class="values"><p>PM10</p></td><td class="values"><p class="small">Stof PM10 (fijnstof).</p></td></tr><tr><td class="values"><p>PM25</p></td><td class="values"><p class="small">Stof PM2.5 (fijnstof).</p></td></tr><tr><td class="values"><p>EC</p></td><td class="values"><p class="small">Stof EC (elementair koolstof).</p></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>value</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Emissiewaarde.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C251"><h3>Data type: EmissionReduction</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">EmissionReduction</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Klasse voor een specificatie voor emissie reductie (NSL).</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Het kan voorkomen dat emissie gereduceerd wordt met een bepaalde factor. In deze klasse kan vastgelegd worden wat deze reductie is, per stof.</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>factor</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Factor waarmee de emissies worden verlaagd.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>substance</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Emissiestof.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Substance (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>NH3</p></td><td class="values"><p class="small">Stof NH3 (ammoniak).</p></td></tr><tr><td class="values"><p>NOX</p></td><td class="values"><p class="small">Stof NOx (stikstofoxiden).</p></td></tr><tr><td class="values"><p>NO2</p></td><td class="values"><p class="small">Stof NO2 (stikstofdioxide).</p></td></tr><tr><td class="values"><p>PM10</p></td><td class="values"><p class="small">Stof PM10 (fijnstof).</p></td></tr><tr><td class="values"><p>PM25</p></td><td class="values"><p class="small">Stof PM2.5 (fijnstof).</p></td></tr><tr><td class="values"><p>EC</p></td><td class="values"><p class="small">Stof EC (elementair koolstof).</p></td></tr></table></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C131"><h3>Feature type: EmissionSource</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">EmissionSource</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Generieke emissiebron.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een generieke emissiebron inclusief geometrie.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C128">EmissionSourceType</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emission</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Emissietypen van de emissiebron.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C130"><h3>Data type: EmissionSourceCharacteristics</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">EmissionSourceCharacteristics</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Dit datatype beschrijft de (OPS) karakteristieken van een emissiebron.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Iedere emissiebron wordt beschreven aan de hand van een aantal karakteristieken, die in dit separate datatype zijn vastgelegd.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C298">SourceCharacteristicsType</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>diurnalVariation</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Temporele variatie van de emissie van de bron.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C288">DiurnalVariation</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionHeight</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Gemiddelde uitstoothoogte van de emissiebron in meters.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>heatContent</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Warmteinhoud van de emissiebron.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C261">HeatContent</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>spread</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Spreiding van de emissiebron in meters. Alleen te gebruiken bij puntbronnen met een hoogte.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C149"><h3>Union type: EmissionSourceGeometry</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">EmissionSourceGeometry</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Mogelijke geometrieën van een emissiebron.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Dit datatype maakt een keuze mogelijk uit verschillende soorten geometrieën die een emissiebron kan aannemen.</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Union type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>GM_Curve</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>NEN 3610 lijn.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>GM_Curve</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>GM_Point</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>NEN 3610 punt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>GM_Point</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>GM_Surface</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>NEN 3610 vlak.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>GM_Surface</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C128"><h3>Feature type: EmissionSourceType</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">EmissionSourceType</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Abstracte basisklasse voor de beschrijving van emissiebronnen.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Er zijn verschillende soorten emissiebronnen in het model aanwezig. Deze abstracte basisklasse is een generalisatie van de verschillende soorten emissiebronnen in het model. De geometrie van deze bronnen is opgenomen bij de onderliggende soorten, omdat deze verschillen per type bron.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C20">GeoObject</a></p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C131">EmissionSource</a></p><p style="margin-left:20px"><a href="#_C267">FarmlandEmissionSource</a></p><p style="margin-left:20px"><a href="#_C139">FarmLodgingEmissionSource</a></p><p style="margin-left:20px"><a href="#_C188">InlandShippingEmissionSource</a></p><p style="margin-left:20px"><a href="#_C310">ManureStorageEmissionSource</a></p><p style="margin-left:20px"><a href="#_C182">MaritimeShippingEmissionSource</a></p><p style="margin-left:20px"><a href="#_C197">MooringInlandShippingEmissionSource</a></p><p style="margin-left:20px"><a href="#_C162">MooringMaritimeShippingEmissionSource</a></p><p style="margin-left:20px"><a href="#_C167">OffRoadMobileSourceEmissionSource</a></p><p style="margin-left:20px"><a href="#_C173">PlanEmissionSource</a></p><p style="margin-left:20px"><a href="#_C136">RoadEmissionSource</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>description</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optionele beschrijving voor de emissiebron.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionSourceCharacteristics</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Karakteristieken van een emissiebron.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C298">SourceCharacteristicsType</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>geometry</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De geometrie van de emissiebron.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C149">EmissionSourceGeometry</a> (union data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>identifier</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Title:</p></td><td border="0"><p>identificatie</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Unieke identificatie van de emissiebron binnen het domein van NEN 3610.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C80">NEN3610ID</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>jurisdictionId</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optioneel ID voor de jurisdictie (voor actualisatie).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>label</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optioneel label voor de emissiebron.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>sectorId</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Identificatienummer van de sector waartoe de emissiebron behoord.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C158"><h3>Data type: EmissionValueType</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">EmissionValueType</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">De emissiewaarde van een emissiebron.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">De emissiewaarde van een emissiebron.</p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C266">AbstractFarmlandActivity</a></p><p style="margin-left:20px"><a href="#_C134">Emission</a></p><p style="margin-left:20px"><a href="#_C140">FarmLodging</a></p><p style="margin-left:20px"><a href="#_C191">InlandShipping</a></p><p style="margin-left:20px"><a href="#_C311">ManureStorage</a></p><p style="margin-left:20px"><a href="#_C186">MaritimeShipping</a></p><p style="margin-left:20px"><a href="#_C196">MooringInlandShipping</a></p><p style="margin-left:20px"><a href="#_C181">MooringMaritimeShipping</a></p><p style="margin-left:20px"><a href="#_C179">OffRoadMobileSource</a></p><p style="margin-left:20px"><a href="#_C175">Plan</a></p><p style="margin-left:20px"><a href="#_C137">Vehicle</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C308"><h3>Data type: FarmlandActivity</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">FarmlandActivity</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Karakteristieken van een zelfgedefinieerde emissietype voor activiteit op landbouwgrond.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Het gebruik van landbouw kan direct als emissie vastgelegd worden. Dat is in dit datatype vastgelegd.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C266">AbstractFarmlandActivity</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emission</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Totale emissie van dit gebruik van de landbouwgrond in een jaar</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C267"><h3>Feature type: FarmlandEmissionSource</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">FarmlandEmissionSource</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Emissiebron van landbouwground.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft landbouwgrond, inclusief geometrie.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C128">EmissionSourceType</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>activity</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Manier waarop de landbouwgrond wordt gebruikt waarbij emissies vrij komen.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C266">AbstractFarmlandActivity</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emission</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Emissietypen van de landbouwgrond.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C140"><h3>Data type: FarmLodging</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">FarmLodging</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Abstracte basisklasse voor de beschrijving van stallen.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Er zijn verschillende soorten stallen in het model aanwezig. Deze abstracte basisklasse is een generalisatie van de verschillende typen in het model.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C158">EmissionValueType</a></p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C142">CustomFarmLodging</a></p><p style="margin-left:20px"><a href="#_C141">StandardFarmLodging</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>numberOfAnimals</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Aantal dieren in deze stal.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>numberOfDays</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Aantal dagen dat de dieren in deze stal staan. Heeft alleen effect bij bepaalde combinaties.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C139"><h3>Feature type: FarmLodgingEmissionSource</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">FarmLodgingEmissionSource</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Emissiebron van een stal.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een stal inclusief geometrie.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C128">EmissionSourceType</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emission</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Emissietypen van de stal.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>established</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Datum van oprichting (of vervanging of uitbreiding) van het dierenverblijf.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Date</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>farmLodging</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Staltypen.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C140">FarmLodging</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C20"><h3>Feature type: GeoObject</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">GeoObject</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Title:</p><p style="margin-left:20px">Geo-object</p></td></tr><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Abstractie van een fenomeen in de werkelijkheid, dat direct of indirect is geassocieerd met een locatie relatief ten opzichte van de aarde</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Van deze klasse worden geen instanties gemaakt. Indien een object een geo-object is, is het altijd een instantie van een subklasse van GeoObject.</p><p style="margin-left:20px">Alle subklassen van GeoObject hebben conform NEN-EN-ISO 19109:2005 het stereotype «featureType».</p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C265">Building</a></p><p style="margin-left:20px"><a href="#_C121">CalculationPointType</a></p><p style="margin-left:20px"><a href="#_C128">EmissionSourceType</a></p><p style="margin-left:20px"><a href="#_C253">SRM1RoadDispersionLine</a></p><p style="margin-left:20px"><a href="#_C249">SRM1RoadMeasureArea</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C261"><h3>Data type: HeatContent</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">HeatContent</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Dit abstracte datatype kan gebruikt worden om de warmteinhoud te definieren.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Een karakteristiek van een emissie bron is de warmteinhoud. Dit kan direct ingevuld worden, of deze kan bepaald worden aan de hand van andere karakteristieken. De keuze kan door middel van implementaties van deze klasse gemaakt worden.</p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C263">CalculatedHeatContent</a></p><p style="margin-left:20px"><a href="#_C262">SpecifiedHeatContent</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C191"><h3>Data type: InlandShipping</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">InlandShipping</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Abstracte basisklasse voor karakteristieken van een vaarroute voor binnenvaart.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Ieder binnenvaart emissietype voor routes wordt beschreven aan de hand van een aantal karakteristieken. Deze abstracte basisklasse is een generalisatie van de verschillende typen in het model.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C158">EmissionValueType</a></p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C273">CustomInlandShipping</a></p><p style="margin-left:20px"><a href="#_C272">StandardInlandShipping</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>description</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Omschrijving van dit type schip.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>numberOfShipsAtoBperTimeUnit</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Aantal schepen van A naar B per tijdseenheid. Vaarroutes worden van A naar B ingetekend.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>numberOfShipsBtoAperTimeUnit</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Aantal schepen van B naar A per tijdseenheid. Vaarroutes worden van A naar B ingetekend.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>percentageLadenAtoB</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Het percentage van numberOfShipsAtoB wat beladen is.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>percentageLadenBtoA</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Het percentage van numberOfShipsBtoA wat beladen is.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>timeUnitShipsAtoB</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Tijdseenheid voor het aantal schepen van A naar B.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>TimeUnit (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>HOUR</p></td><td class="values"></td></tr><tr><td class="values"><p>DAY</p></td><td class="values"></td></tr><tr><td class="values"><p>MONTH</p></td><td class="values"></td></tr><tr><td class="values"><p>YEAR</p></td><td class="values"></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>timeUnitShipsBtoA</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Tijdseenheid voor het aantal schepen van B naar A.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>TimeUnit (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>HOUR</p></td><td class="values"></td></tr><tr><td class="values"><p>DAY</p></td><td class="values"></td></tr><tr><td class="values"><p>MONTH</p></td><td class="values"></td></tr><tr><td class="values"><p>YEAR</p></td><td class="values"></td></tr></table></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C188"><h3>Feature type: InlandShippingEmissionSource</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">InlandShippingEmissionSource</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Emissiebron (vaarroute) van binnenvaart.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een vaarroute voor binnenvaart, inclusief geometrie. De klasse is een specialisatie van EmissionSourceType.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C128">EmissionSourceType</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emission</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Emissietypen van deze bron.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>inlandShipping</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Specificatie van schepen voor dit emissiebrontype.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C191">InlandShipping</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Association role:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>mooringA</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Geeft aan of de vaarroute bij het begin van het lijnstuk bij een aanlegplaats hoort (aanmerende route).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C197">MooringInlandShippingEmissionSource</a> (feature type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Association role:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>mooringB</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Geeft aan of de vaarroute bij het eind van het lijnstuk bij een aanlegplaats hoort (aanmerende route).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C197">MooringInlandShippingEmissionSource</a> (feature type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>waterway</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Specificatie van het type waterweg dat gebruikt wordt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C240">InlandWaterway</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C240"><h3>Data type: InlandWaterway</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">InlandWaterway</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Karakteristieken van een vaarroute voor (aanmerende) binnenvaart.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Ieder aanmerend binnenvaart emissietype voor routes wordt beschreven aan de hand van een aantal karakteristieken, die in dit datatype zijn vastgelegd.</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>direction</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Specificatie van de stroom richting van de waterweg. De richting is ten opzichte van de tekenrichting.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>WaterwayDirectionType (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>IRRELEVANT</p></td><td class="values"><p class="small">Stroming is niet van belang.</p></td></tr><tr><td class="values"><p>UPSTREAM</p></td><td class="values"><p class="small">Tegen de stroom in.</p></td></tr><tr><td class="values"><p>DOWNSTREAM</p></td><td class="values"><p class="small">Met de stroom mee.</p></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>type</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Specificatie van het type waterweg dat gebruikt wordt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C227"><h3>Data type: LodgingFodderMeasure</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">LodgingFodderMeasure</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Extra voer maatregel voor stallen.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een voer maatregel die voor een bestaande stal gebruikt kan worden, gebruik makend van een voorgedefinieerde code. Gebruik van deze maatregel zorgt voor een reductie (percentage) voor alle dieren.</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>fodderMeasureType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Vaststaande code die aangeeft om wat voor voer maatregel het gaat.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C222"><h3>Data type: LodgingSystem</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">LodgingSystem</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Abstracte basis klasse voor extra staltechnieken.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Er zijn verschillende soorten extra staltechnieken in het model aanwezig. Deze abstracte basisklasse is een generalisatie van de verschillende typen in het model.</p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C221">AdditionalLodgingSystem</a></p><p style="margin-left:20px"><a href="#_C223">ReductiveLodgingSystem</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>farmLodgingSystemDefinitionType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Vaststaande (BWL) code die aangeeft om wat voor staltechniek het gaat.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>lodgingSystemType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Vaststaande code die aangeeft om wat voor extra staltechniek het gaat.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C311"><h3>Data type: ManureStorage</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">ManureStorage</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Karakteristieken van een emissietype voor mestopslag.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Er zijn verschillende soorten mestopslag in het model aanwezig. Deze abstracte basisklasse is een generalisatie van de verschillende typen in het model.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C158">EmissionValueType</a></p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C313">CustomManureStorage</a></p><p style="margin-left:20px"><a href="#_C312">StandardManureStorage</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>metersSquared</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Oppervlakte van de mest in vierkante meters.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>numberOfDays</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Aantal dagen in het jaar dat van de mestopslag gebruik wordt gemaakt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>tonnes</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Gewicht in ton aan mest.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C310"><h3>Feature type: ManureStorageEmissionSource</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">ManureStorageEmissionSource</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Emissiebron van mestopslag.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft mestopslag, inclusief geometrie.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C128">EmissionSourceType</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emission</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>manureStorage</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C311">ManureStorage</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C186"><h3>Data type: MaritimeShipping</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">MaritimeShipping</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Abstracte basisklasse voor karakteristieken van een vaarroute voor scheepvaart.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Ieder scheepvaart emissietype voor routes wordt beschreven aan de hand van een aantal karakteristieken. Deze abstracte basisklasse is een generalisatie van de verschillende typen in het model.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C158">EmissionValueType</a></p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C284">CustomMaritimeShipping</a></p><p style="margin-left:20px"><a href="#_C280">StandardMaritimeShipping</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>description</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Omschrijving van dit type schip.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>shipsPerTimeUnit</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Aantal schepen op deze vaarroute per tijdseenheid.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>timeUnit</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Tijdseenheid voor het aantal schepen op deze vaarroute.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>TimeUnit (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>HOUR</p></td><td class="values"></td></tr><tr><td class="values"><p>DAY</p></td><td class="values"></td></tr><tr><td class="values"><p>MONTH</p></td><td class="values"></td></tr><tr><td class="values"><p>YEAR</p></td><td class="values"></td></tr></table></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C182"><h3>Feature type: MaritimeShippingEmissionSource</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">MaritimeShippingEmissionSource</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Emissiebron van zeescheepvaart.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een vaarroute voor zeescheepvaart, inclusief geometrie.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C128">EmissionSourceType</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emission</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Emissietypen van deze bron.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>maritimeShipping</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Specificatie van schepen voor dit emissietype.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C186">MaritimeShipping</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Association role:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>mooringA</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Geeft aan of de vaarroute bij het begin van het lijnstuk bij een aanlegplaats hoort (aanmerende route).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C162">MooringMaritimeShippingEmissionSource</a> (feature type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Association role:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>mooringB</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Geeft aan of de vaarroute bij het eind van het lijnstuk bij een aanlegplaats hoort (aanmerende route).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C162">MooringMaritimeShippingEmissionSource</a> (feature type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>movementType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Type vaarbeweging.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>MaritimeShippingMovementType (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>INLAND</p></td><td class="values"><p class="small">Varend binnengaats.</p></td></tr><tr><td class="values"><p>MARITIME</p></td><td class="values"><p class="small">Varend op zee.</p></td></tr></table></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C196"><h3>Data type: MooringInlandShipping</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">MooringInlandShipping</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Abstracte basisklasse voor karakteristieken van een aanlegplaats voor binnenvaart.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Iedere aanlegplaats emissietype voor binnenvaart wordt beschreven aan de hand van een aantal karakteristieken. Deze abstracte basisklasse is een generalisatie van de verschillende typen in het model.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C158">EmissionValueType</a></p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C270">CustomMooringInlandShipping</a></p><p style="margin-left:20px"><a href="#_C269">StandardMooringInlandShipping</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>averageResidenceTime</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De gemiddelde verblijftijd van de schepen aan de kade.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>description</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Omschrijving van dit type schip.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>percentageLaden</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Het percentage van ships wat beladen is.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>shipsPerTimeUnit</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Aantal schepen dat aangemeerd is per tijdseenheid.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>shorePowerFactor</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Factor voor walstroom (decimale fractie 0-1). Deze factor wordt in mindering gebracht bij het bepalen van de emissie van aangemeerde schepen.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>timeUnit</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Tijdseenheid voor het aantal schepen.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>TimeUnit (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>HOUR</p></td><td class="values"></td></tr><tr><td class="values"><p>DAY</p></td><td class="values"></td></tr><tr><td class="values"><p>MONTH</p></td><td class="values"></td></tr><tr><td class="values"><p>YEAR</p></td><td class="values"></td></tr></table></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C197"><h3>Feature type: MooringInlandShippingEmissionSource</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">MooringInlandShippingEmissionSource</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Emissiebron van binnenvaart (aanlegplaats).</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een aanlegplaats inclusief geometrie en vaarroute voor binnenvaart.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C128">EmissionSourceType</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emission</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Emissietypen van deze bron.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>mooringInlandShipping</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Specificatie van schepen voor dit emissietype.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C196">MooringInlandShipping</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C181"><h3>Data type: MooringMaritimeShipping</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">MooringMaritimeShipping</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Abstracte basisklasse voor karakteristieken van een emissietype voor zeescheepvaart.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Ieder scheepvaart emissietype voor aanlegplaatsen wordt beschreven aan de hand van een aantal karakteristieken. Deze abstracte basisklasse is een generalisatie van de verschillende typen in het model.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C158">EmissionValueType</a></p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C282">CustomMooringMaritimeShipping</a></p><p style="margin-left:20px"><a href="#_C281">StandardMooringMaritimeShipping</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>averageResidenceTime</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De gemiddelde verblijftijd van de schepen aan de kade.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>description</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Omschrijving van dit type schip.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>shipsPerTimeUnit</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Aantal schepen dat aangemeerd is per tijdseenheid.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>shorePowerFactor</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Factor voor walstroom (decimale fractie 0-1). Deze factor wordt in mindering gebracht bij het bepalen van de emissie van aangemeerde schepen.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>timeUnit</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Tijdseenheid voor het aantal schepen.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>TimeUnit (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>HOUR</p></td><td class="values"></td></tr><tr><td class="values"><p>DAY</p></td><td class="values"></td></tr><tr><td class="values"><p>MONTH</p></td><td class="values"></td></tr><tr><td class="values"><p>YEAR</p></td><td class="values"></td></tr></table></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C162"><h3>Feature type: MooringMaritimeShippingEmissionSource</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">MooringMaritimeShippingEmissionSource</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Emissiebron van zeescheepvaart.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een kade voor zeescheepvaart inclusief geometrie.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C128">EmissionSourceType</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emission</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Emissietypen van deze bron.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>mooringMaritimeShipping</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Specificatie van schepen voor dit emissietype.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C181">MooringMaritimeShipping</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C309"><h3>Feature type: NcaCustomCalculationPoint</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">NcaCustomCalculationPoint</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Zelfgedefinieerd rekenpunt in kader van NCA.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een zelfgedefinieerd rekenpunt in het kader van NCA (Nature Conservation Act).</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C121">CalculationPointType</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>roadLocalFractionNO2</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optionele waarde voor de lokale fractie NO2 die gehanteerd moet worden bij bepalen van de concentratie NO2 op basis van NOx als gevolg van wegverkeer. Wordt alleen gebruikt bij specifieke rekeninstellingen.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C80"><h3>Data type: NEN3610ID</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">NEN3610ID</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Identificatiegegevens voor de universeel unieke identificatie van een object</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">De combinatie van 'namespace' van een registratie, lokale identificatie en versie informatie maken een object uniek identificeerbaar. Met de informatie van deze klasse kan daardoor met zekerheid worden verwezen naar het geïdentificeerde object.</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>localId</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Unieke identificatiecode binnen een registratie</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Description:</p></td><td border="0"><p>'LocalId' is de identificatiecode die een object heeft binnen een (lokale) registratie.</p><p>De volgende karakters mogen in een localId voorkomen: {"A"..."Z", "a"..."z", "0"..."9", "_", "-", ",", "."}.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>namespace</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Unieke verwijzing naar een registratie van objecten</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Description:</p></td><td border="0"><p>Het attribuut 'namespace' is een unieke verwijzing naar de registratie die de identificatie uitdeelt. Deze lijst van registraties wordt beheerd binnen de context van NEN 3610. Binnen Nederland zal deze namespace vrijwel altijd met 'NL.' beginnen.</p><p>De volgende karakters mogen in een namespace aanduiding voorkomen: {"A"..."Z", "a"..."z", "0"..."9", "_", "-", ",", "."}</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>versionId</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Versie-aanduiding van een object</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Description:</p></td><td border="0"><p>Het attribuut 'versionId' maakt geen deel uit van de identificatie van het object maar kan worden gebruikt om verschillende versies van hetzelfde object te identificeren.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C260"><h3>Feature type: NSLCalculationPoint</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">NSLCalculationPoint</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C121">CalculationPointType</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>monitorSubstance</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Stoffen waarvoor dit rekenpunt geldt bij monitoring.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>MonitorSubstance (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>NONE</p></td><td class="values"><p class="small">Voor geen stoffen.</p></td></tr><tr><td class="values"><p>PM10_ONLY</p></td><td class="values"><p class="small">Alleen voor PM10.</p></td></tr><tr><td class="values"><p>ALL</p></td><td class="values"><p class="small">Voor alle stoffen.</p></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>rejectionGrounds</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Reden waarom een rekenpunt is afgekeurd (bij actualisatie).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>RejectionGrounds (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>NONE</p></td><td class="values"><p class="small">Geen.</p></td></tr><tr><td class="values"><p>COMPLIANCE_CRITERION</p></td><td class="values"><p class="small">Toepassingsbereikcriterium.</p></td></tr><tr><td class="values"><p>EXPOSURE_CRITERION</p></td><td class="values"><p class="small">Blootstellingscriterium.</p></td></tr><tr><td class="values"><p>OTHER</p></td><td class="values"><p class="small">Overig.</p></td></tr></table></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C179"><h3>Data type: OffRoadMobileSource</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">OffRoadMobileSource</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Abstracte basisklasse voor de beschrijving van mobiele werktuig bronnen.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Er zijn verschillende soorten mobiele werktuig beschrijvingen in het model aanwezig. Deze abstracte basisklasse is een generalisatie van de verschillende typen in het model.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C158">EmissionValueType</a></p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C171">CustomOffRoadMobileSource</a></p><p style="margin-left:20px"><a href="#_C169">StandardOffRoadMobileSource</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>description</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Beschrijving van het voertuig type.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C167"><h3>Feature type: OffRoadMobileSourceEmissionSource</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">OffRoadMobileSourceEmissionSource</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Emissiebron van mobiele werktuigen.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een verzameling mobiele werktuigen inclusief geometrie.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C128">EmissionSourceType</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emission</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Emissietypen van deze bron.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>offRoadMobileSource</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Specificatie van mobiele werktuigen voor dit emissietype.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C179">OffRoadMobileSource</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C230"><h3>Data type: OffRoadVehicleSpecification</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">OffRoadVehicleSpecification</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Abstracte basisklasse van een specificatie voor de emissie van een eigen gedefinieerde mobiele werktuig bron.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Voor het bepalen van de emissie van mobiel werktuig kunnen verschillende rekenmethodes gebruikt worden. Deze methodes liggen vast in de onderliggende types.</p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C231">ConsumptionOffRoadVehicleSpecification</a></p><p style="margin-left:20px"><a href="#_C232">OperatingHoursOffRoadVehicleSpecification</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>fuelType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Vaststaande code die aangeeft wat voor brandstof gebruikt wordt door het voertuig.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C232"><h3>Data type: OperatingHoursOffRoadVehicleSpecification</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">OperatingHoursOffRoadVehicleSpecification</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Klasse voor een specificatie voor de emissie van een eigen gedefinieerde mobiele werktuig bron aan de hand van de operationele uren.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Voor het bepalen van de emissie van mobiel werktuig kan gekeken worden naar de operationele uren van dat voertuig. De karakteristieken in dit type worden daarbij gebruikt.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C230">OffRoadVehicleSpecification</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emissionFactor</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De emissiefactoren van het voertuig, in g/kWh per stof.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>load</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Het gedeelte van het volle vermogen van dit mobiele werktuig dat daadwerkelijk wordt gebruikt, in percentages.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>operatingHours</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Het aantal uren dat dit mobiele werktuig gemiddeld wordt gebruikt, in uren.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>power</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Het gemiddelde volle vermogen van dit mobiele werktuig, in kW.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C314"><h3>Data type: OtherSituationMetadata</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">OtherSituationMetadata</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Metadata over andere situaties die in de berekening zijn meegenomen.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Met behulp van dit metadata object kan er informatie over andere situaties die tegelijkertijd zijn doorgerekend in dezelfde berekening vastgelegd worden.</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>name</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Naam van de andere situatie.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>reference</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Referentie van de andere situatie.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>situationType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Type van de andere situatie.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>SituationType (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>REFERENCE</p></td><td class="values"><p class="small">Referentie of uitgangs-situatie.</p></td></tr><tr><td class="values"><p>PROPOSED</p></td><td class="values"><p class="small">Beoogde situatie.</p></td></tr><tr><td class="values"><p>TEMPORARY</p></td><td class="values"><p class="small">Tijdelijke situatie, bedoeld voor situatie(s) die leiden van de referentie situatie naar de beoogde situatie, bijvoorbeeld de aanlegfase.</p></td></tr><tr><td class="values"><p>NETTING</p></td><td class="values"><p class="small">Salderingssituatie, bedoeld als aanvullende situatie voor extern salderen. Bij dit situatie type is de mogelijkheid om een fractie/percentage op te geven, waarbij dit gedeelte van de depositie in de salderingssituatie NIET mag worden uitgegeven (ten behoeve van de natuur).</p></td></tr><tr><td class="values"><p>COMBINATION_REFERENCE</p></td><td class="values"><p class="small">Cumulatie referentie situatie. Bedoeld voor berekeningen waarbij nabije projecten ook worden meegenomen.</p></td></tr><tr><td class="values"><p>COMBINATION_PROPOSED</p></td><td class="values"><p class="small">Cumulatie beoogde situatie. Bedoeld voor berekeningen waarbij nabije projecten ook worden meegenomen.</p></td></tr></table></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C175"><h3>Data type: Plan</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">Plan</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Karakteristieken van ruimtelijke plan ontwikkelingen.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Iedere ruimtelijk plan ontwikkel bronsoort wordt beschreven aan de hand van een aantal karakteristieken. Deze zijn in dit datatype zijn vastgelegd.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C158">EmissionValueType</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>amount</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Elk planType heeft een eenheid. De amount is het aantal van deze eenheid.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>description</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De omschrijving van dit plan.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>planType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Het type van dit plan.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C173"><h3>Feature type: PlanEmissionSource</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">PlanEmissionSource</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Emissiebron definitie van ruimtelijke plan ontwikkelingen.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een verzameling ruimtelijke plan ontwikkelings bronnen inclusief geometrie.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C128">EmissionSourceType</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emission</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Emissietypen van deze bron.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>plan</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Specificatie van de plannen voor dit emissietype.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C175">Plan</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C234"><h3>Data type: ProjectMetadata</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">ProjectMetadata</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Metadata over het vastgelegde project.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Met behulp van dit metadata object kan er projectinformatie over de emissiebronnen vastgelegd worden,</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>corporation</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Naam van de rechtspersoon die hoort bij het beschreven project.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>description</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Beschrijving van of toelichting bij het beschreven project.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>facilityLocation</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De inrichtingslocatie van het project.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C228">Address</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>name</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Naam van het beschreven project.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>permitCalculationRadiusType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Afstandsgrenswaarde-type voor de Wet natuurbescherming</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>temporaryPeriod</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Duur van het project in jaren. (alleen in geval van tijdelijke projecten).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>year</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De AERIUS rekenkern maakt gebruik van GDN basisgegevens die jaarlijks worden aangepast. Dit attribuut geeft aan van welk jaar de basisgegevens gebruikt zijn bij de berekeningen.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C123"><h3>Feature type: ReceptorPoint</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">ReceptorPoint</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Receptorpunt.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een rekenpunt op het AERIUS-grid.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C121">CalculationPointType</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>edgeEffect</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>In het geval van een berekening met een maximum rekenafstand kan er sprake zijn van een randeffect doordat niet voor alle bronnen rekenresultaten berekend worden op een receptor. Heeft een receptorpunt resultaten van alle bronnen, dan is de edgeEffect waarde false en is er geen sprake van randeffect. Heeft een receptorpunt niet resultaten van alle bronnen, dan is de edgeEffect waarde true en is er wel sprake van een randeffect.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Boolean</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>receptorPointId</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Identificatienummer van het receptorpunt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C223"><h3>Data type: ReductiveLodgingSystem</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">ReductiveLodgingSystem</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Extra reducerende staltechniek beschrijving.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een extra staltechniek die bij een bestaande stal gebruikt kan worden, gebruik makend van een voorgedefinieerde code. Gebruik van dit systeem zorgt voor een reductie (percentage) voor alle dieren.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C222">LodgingSystem</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C294"><h3>Data type: ReferenceDiurnalVariation</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">ReferenceDiurnalVariation</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Referentie naar een (herbruikbare) eigen gespecificeerde temporele variatie definitie.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C288">DiurnalVariation</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Association role:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>customDiurnalVariation</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C292">CustomDiurnalVariation</a> (feature type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C136"><h3>Feature type: RoadEmissionSource</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">RoadEmissionSource</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Emissiebron van een weg.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een weg emissiebron inclusief geometrie.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C128">EmissionSourceType</a></p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C303">ADMSRoad</a></p><p style="margin-left:20px"><a href="#_C252">SRM1Road</a></p><p style="margin-left:20px"><a href="#_C202">SRM2Road</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>emission</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Emissietypen van deze bron.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C134">Emission</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>roadAreaType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Het emissiegebied waarbij deze weg hoort.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>roadManager</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Beheerder van de weg.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>RoadManager (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>MUNICIPALITY</p></td><td class="values"><p class="small">Gemeente</p></td></tr><tr><td class="values"><p>PROVINCE</p></td><td class="values"><p class="small">Provincie</p></td></tr><tr><td class="values"><p>STATE</p></td><td class="values"><p class="small">Rijksoverheid</p></td></tr><tr><td class="values"><p>WATER_AUTHORITY</p></td><td class="values"><p class="small">Waterschap</p></td></tr><tr><td class="values"><p>PRIVATE</p></td><td class="values"><p class="small">Private partij</p></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>roadType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Het type weg.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>trafficDirection</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Rijrichting van het verkeer op deze weg. Deze rijrichting is ten opzichte van de getekende richting van de weg oftewel de geometrie.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>TrafficDirection (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>BOTH</p></td><td class="values"><p class="small">Verkeer kan in beide richtingen verplaatsen.</p></td></tr><tr><td class="values"><p>A_TO_B</p></td><td class="values"><p class="small">Verkeer rijdt van A (begin lijnstuk) naar B (eind lijnstuk).</p></td></tr><tr><td class="values"><p>B_TO_A</p></td><td class="values"><p class="small">Verkeer rijdt van B (eind lijnstuk) naar A (begin lijnstuk).</p></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>vehicles</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Specificatie van wegvervoer voor dit emissietype.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C137">Vehicle</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C203"><h3>Data type: RoadSideBarrier</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">RoadSideBarrier</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Karakteristieken van een scheiding(wal of scherm) aan de kant van de weg.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Een scherm/wal aan de kant van een weg is voorzien van een aantal karakteristieken, die in dit separate datatype zijn vastgelegd.</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>barrierType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Type van deze scheiding.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>RoadSideBarrierType (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>SCREEN</p></td><td class="values"><p class="small">Een scherm (denk aan geluidsscherm).</p></td></tr><tr><td class="values"><p>WALL</p></td><td class="values"><p class="small">Een wal (denk aan geluidswal).</p></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>distance</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Afstand tot de weg van deze scheiding.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>height</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Hoogte van deze scheiding.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C207"><h3>Data type: SimpleLinearReference</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">SimpleLinearReference</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Gedeeltelijke wijziging in attributen voor een object.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse kan gebruikt worden om voor een gedeelte van de weg een of meerdere attributen een andere waarde te geven. Alleen te gebruiken voor objecten gedefineerd door een LineString.</p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C246">SRM1LinearReference</a></p><p style="margin-left:20px"><a href="#_C208">SRM2LinearReference</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>fromPosition</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Positie op het lijnstuk (decimale fractie 0-1) vanaf waar de waardes gaan gelden.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>toPosition</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Positie op het lijnstuk (decimale fractie 0-1) tot aan waar de waardes gelden.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C235"><h3>Data type: SituationMetadata</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">SituationMetadata</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Metadata over de vastgelegde situatie.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Met behulp van dit metadata object kan er informatie over de situatie vastgelegd worden,</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>name</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Naam van de lijst van bronnen van de beschreven situatie.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>nettingFactor</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Afroomfactor voor salderen (decimale fractie 0-1). De fractie van de depositie in de salderingssituatie dat NIET mag worden uitgegeven (ten behoeve van natuur).</p><p>Heeft alleen effect bij situationType NETTING, en zal dan effect hebben op de rekenresultaten bij vergunningverlening.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>reference</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Referentie van de beschreven situatie.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>situationType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Type van de beschreven situatie.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>SituationType (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>REFERENCE</p></td><td class="values"><p class="small">Referentie of uitgangs-situatie.</p></td></tr><tr><td class="values"><p>PROPOSED</p></td><td class="values"><p class="small">Beoogde situatie.</p></td></tr><tr><td class="values"><p>TEMPORARY</p></td><td class="values"><p class="small">Tijdelijke situatie, bedoeld voor situatie(s) die leiden van de referentie situatie naar de beoogde situatie, bijvoorbeeld de aanlegfase.</p></td></tr><tr><td class="values"><p>NETTING</p></td><td class="values"><p class="small">Salderingssituatie, bedoeld als aanvullende situatie voor extern salderen. Bij dit situatie type is de mogelijkheid om een fractie/percentage op te geven, waarbij dit gedeelte van de depositie in de salderingssituatie NIET mag worden uitgegeven (ten behoeve van de natuur).</p></td></tr><tr><td class="values"><p>COMBINATION_REFERENCE</p></td><td class="values"><p class="small">Cumulatie referentie situatie. Bedoeld voor berekeningen waarbij nabije projecten ook worden meegenomen.</p></td></tr><tr><td class="values"><p>COMBINATION_PROPOSED</p></td><td class="values"><p class="small">Cumulatie beoogde situatie. Bedoeld voor berekeningen waarbij nabije projecten ook worden meegenomen.</p></td></tr></table></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C298"><h3>Data type: SourceCharacteristicsType</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">SourceCharacteristicsType</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Dit datatype beschrijft de karakteristieken van een emissiebron.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Iedere emissiebron wordt beschreven aan de hand van een aantal karakteristieken, die in dit separate datatype zijn vastgelegd.</p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C299">ADMSSourceCharacteristics</a></p><p style="margin-left:20px"><a href="#_C130">EmissionSourceCharacteristics</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Association role:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>building</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Geeft aan, indien er sprake is van gebouw effecten, welk gebouw hoort bij de bron.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C265">Building</a> (feature type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C199"><h3>Data type: SpecificVehicle</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">SpecificVehicle</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Karakteristieken van een specifieke type voertuigen met een klasse.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Ieder wegvervoer emissietype wordt beschreven aan de hand van een aantal karakteristieken, die in dit separate datatype zijn vastgelegd.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C137">Vehicle</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>vehicleType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De klasse van deze mobiel voertuigen.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C262"><h3>Data type: SpecifiedHeatContent</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">SpecifiedHeatContent</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Dit datatype beschrijft de warmteinhoud wanneer deze door het bekend is.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse kan gebruikt worden als de warmteinhoud van een emissiebron bekend is.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C261">HeatContent</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>value</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Warmteinhoud van de emissiebron in Megawatt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C246"><h3>Data type: SRM1LinearReference</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">SRM1LinearReference</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Gedeeltelijke wijziging in SRM1 attributen.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse kan gebruikt worden om voor een gedeelte van de weg een of meerdere attributen een andere waarde te geven. Te gebruiken voor SRM1Road.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C207">SimpleLinearReference</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>tunnelFactor</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Zie SRM1Road</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C252"><h3>Feature type: SRM1Road</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">SRM1Road</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Emissiebron van een SRM1 weg.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een weg emissiebron inclusief geometrie. Deze weg is bedoeld om volgens SRM1 door te rekenen. Onder SRM1 vallen wegen die niet onder SRM2 vallen, binnenstedelijke wegen en niet provinciale buitenwegen.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C136">RoadEmissionSource</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>partialChange</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Specificatie wijzigingen op een gedeelte van de weg. Mits opgegeven, dan wordt op dat gedeelte van de weg de standaard waarde overschreven door hetgeen hier is opgegeven. Dit kan meerdere keren voorkomen.</p><p>Dit is een stukje Dynamic Segmentation of Linear Referencing.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C246">SRM1LinearReference</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>tunnelFactor</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Voor een wegdeel dat direct aansluit op de uitrit van een tunnelbuis, die tenminste 100 meter lang is en waarbinnen sprake is van twee rijrichtingen, worden de emissies tot op een afstand van 20 meter van de uitrit van een tunnelbuis verrekend met een factor. Voor een wegdeel dat direct aansluit op de uitrit van een tunnelbuis, die tenminste 100 meter lang is en waarbinnen sprake is van één rijrichting, worden de emissies tot op een afstand van 50 meter van de uitrit van een tunnelbuis verrekend met een factor. Dit is die factor. Indien geen sprake is van een tunnel, kan 1.0 gebruikt worden of deze waarde weggelaten worden.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C253"><h3>Feature type: SRM1RoadDispersionLine</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">SRM1RoadDispersionLine</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Overdrachtslijn tussen een SRM1 weg en een rekenpunt.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft de overdrachtslijn tussen de weg en een rekenpunt. Deze lijn is bedoeld om volgens SRM1 door te rekenen.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C20">GeoObject</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Association role:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>calculationPoint</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C121">CalculationPointType</a> (feature type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>description</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optionele beschrijving voor de overdrachtslijn.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>geometry</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optionele geometrie tussen de SRM1Road en het calculationPoint. Dit is eigenlijk afgeleide data, maar kan voor visualisatie gebruikt worden.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>GM_Curve</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>identifier</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Unieke identificatie van het object binnen het domein van NEN 3610.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C80">NEN3610ID</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>jurisdictionId</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optioneel ID voor de jurisdictie (voor actualisatie).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>label</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optioneel label voor de overdrachtslijn.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Association role:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>road</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C252">SRM1Road</a> (feature type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>roadProfile</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Wegprofiel van de overdrachtslijn.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>RoadProfile (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>WIDE_STREET_CANYON</p></td><td class="values"><p class="small">Aan beide zijden van de weg min of meer aaneengesloten bebouwing op een afstand van maximaal 60 meter van de wegas, waarbij de afstand tussen wegas en gevel kleiner is dan drie maal de hoogte van de bebouwing, maar groter is dan 1,5 x de hoogte van de bebouwing (brede streetcanyon).</p></td></tr><tr><td class="values"><p>NARROW_STREET_CANYON</p></td><td class="values"><p class="small">Aan beide zijden van de weg min of meer aaneengesloten bebouwing op een afstand van maximaal 60 meter van de weg, waarbij de afstand tussen wegas en gevel kleiner is dan 1,5 x de hoogte van de bebouwing.</p></td></tr><tr><td class="values"><p>ONE_SIDE_BUILDINGS</p></td><td class="values"><p class="small">Aan een zijde min of meer aaneengesloten bebouwing op een afstand van maximaal 60 meter van de wegas, waarbij de afstand tussen wegas en gevel kleiner is dan 3 x de hoogte van de bebouwing.</p></td></tr><tr><td class="values"><p>OTHER</p></td><td class="values"><p class="small">Overig.</p></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>treeProfile</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Bomenprofiel van de overdrachtslijn.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>TreeProfile (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>NONE_OR_FEW</p></td><td class="values"><p class="small">Hier en daar bomen of in het geheel niet.</p></td></tr><tr><td class="values"><p>SEPARATED</p></td><td class="values"><p class="small">Een of meer rijen bomen met een onderlinge afstand < 15 meter met openingen tussen de kronen.</p></td></tr><tr><td class="values"><p>PACKED</p></td><td class="values"><p class="small">De kronen raken elkaar en overspannen minstens een derde gedeelte van de straatbreedte.</p></td></tr></table></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C250"><h3>Data type: SRM1RoadMeasure</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">SRM1RoadMeasure</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Klasse voor een specificatie voor maatregelen per voertuigtype en snelheidstype (NSL).</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Het kan voorkomen dat er een maatregel geldt voor een specifiek voertuigtype en een specifieke snelheidsprofiel, waardoor emissies gereduceerd worden. In deze klasse kan vastgelegd worden wat deze reductie is, per voertuigtype en snelheidsprofiel.</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>reduction</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De reducties die ontstaan door deze maatregelen.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C251">EmissionReduction</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>roadType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Type weg waarvoor de maatregelen gelden.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>vehicleType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Type standaard voertuiggroep waarvoor de maatregelen gelden.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C249"><h3>Feature type: SRM1RoadMeasureArea</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">SRM1RoadMeasureArea</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Klasse voor een specificatie voor maatregelen die gelden voor SRM1 wegen binnen een gebied (NSL).</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Het kan voorkomen dat door een maatregel de emissie gereduceerd wordt voor een bepaald gebied voor SRM1 wegen. In deze klasse kan vastgelegd worden wat deze reductie is voor een gebied.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C20">GeoObject</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>description</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optioneel (uitvoerige) beschrijving voor het maatregelgebied.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>geometry</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De geometrie van het gebied.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>GM_Surface</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>identifier</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Unieke identificatie van het object binnen het domein van NEN 3610.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C80">NEN3610ID</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>jurisdictionId</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optioneel ID voor de jurisdictie (voor actualisatie).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>label</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Een optioneel label voor het maatregelgebied.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>measure</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De maatregelen die gelden binnen het gebied.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C250">SRM1RoadMeasure</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C208"><h3>Data type: SRM2LinearReference</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">SRM2LinearReference</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Gedeeltelijke wijziging in SRM2 attributen.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse kan gebruikt worden om voor een gedeelte van de weg een of meerdere attributen een andere waarde te geven. Te gebruiken voor SRM2Road.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C207">SimpleLinearReference</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>barrierLeft</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Zie SRM2Road</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C203">RoadSideBarrier</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>barrierRight</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Zie SRM2Road</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C203">RoadSideBarrier</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>elevation</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Zie SRM2Road</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>RoadElevation (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>NORMAL</p></td><td class="values"><p class="small">dijk of wal met zeer vlakke zijkanten (hoek kleiner dan 20 graden).</p></td></tr><tr><td class="values"><p>NORMAL_DYKE</p></td><td class="values"><p class="small">dijk of wal met vlakke zijkanten (hoek groter of gelijk aan 20 graden maar kleiner dan 45 graden).</p></td></tr><tr><td class="values"><p>STEEP_DYKE</p></td><td class="values"><p class="small">dijk of wal met scherpe zijkanten (hoek groter dan of gelijk aan 45 graden).</p></td></tr><tr><td class="values"><p>VIADUCT</p></td><td class="values"><p class="small">weg ligt op een viaduct.</p></td></tr><tr><td class="values"><p>TUNNEL</p></td><td class="values"><p class="small">weg ligt in een tunnelbak.</p></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>elevationHeight</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Zie SRM2Road</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>tunnelFactor</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Zie SRM2Road</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C202"><h3>Feature type: SRM2Road</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">SRM2Road</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Emissiebron van een SRM2 weg.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een weg emissiebron inclusief geometrie. Deze weg is bedoeld om volgens SRM2 door te rekenen. Onder SRM2 vallen wegen die niet onder SRM1 vallen, buitenstedelijke wegen en snelwegen.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C136">RoadEmissionSource</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>barrierLeft</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De afscheiding aan de linkerkant van de weg.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C203">RoadSideBarrier</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>barrierRight</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De afscheiding aan de rechterkant van de weg.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C203">RoadSideBarrier</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>elevation</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Verhogingstype van de weg.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>RoadElevation (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>NORMAL</p></td><td class="values"><p class="small">dijk of wal met zeer vlakke zijkanten (hoek kleiner dan 20 graden).</p></td></tr><tr><td class="values"><p>NORMAL_DYKE</p></td><td class="values"><p class="small">dijk of wal met vlakke zijkanten (hoek groter of gelijk aan 20 graden maar kleiner dan 45 graden).</p></td></tr><tr><td class="values"><p>STEEP_DYKE</p></td><td class="values"><p class="small">dijk of wal met scherpe zijkanten (hoek groter dan of gelijk aan 45 graden).</p></td></tr><tr><td class="values"><p>VIADUCT</p></td><td class="values"><p class="small">weg ligt op een viaduct.</p></td></tr><tr><td class="values"><p>TUNNEL</p></td><td class="values"><p class="small">weg ligt in een tunnelbak.</p></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>elevationHeight</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Verhoging van de weg (in meters).</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>partialChange</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Specificatie wijzigingen op een gedeelte van de weg. Mits opgegeven, dan wordt op dat gedeelte van de weg de standaard waarde overschreven door hetgeen hier is opgegeven. Dit kan meerdere keren voorkomen.</p><p>Dit is een stukje Dynamic Segmentation of Linear Referencing.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C208">SRM2LinearReference</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>tunnelFactor</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Voor een wegdeel dat direct aansluit op de uitrit van een tunnelbuis, die tenminste 100 meter lang is en waarbinnen sprake is van één rijrichting, worden de emissies tot op een afstand van 100 meter van de uitrit van een tunnelbuis verrekend met een factor. Dit is die factor. Indien geen sprake is van een tunnel, kan 1.0 gebruikt worden of deze waarde weggelaten worden.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C289"><h3>Data type: StandardDiurnalVariation</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">StandardDiurnalVariation</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Temporele variatie volgens een van de standaard waarden die binnen AERIUS bekend is (gebaseerd op OPS).</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C288">DiurnalVariation</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>standardType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Het standaard type die gebruikt moet worden. Vanwege uitbreidbaarheid is niet vastgelegd welke waardes mogelijk zijn, maar er is een beperkte mogelijkheid.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C307"><h3>Data type: StandardFarmlandActivity</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">StandardFarmlandActivity</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Karakteristieken van een standaard emissietype voor activiteit op landbouwgrond.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Ieder gebruik of activiteit emissietype voor landbouwgrond wordt beschreven aan de hand van een aantal karakteristieken. Deze zijn in dit datatype zijn vastgelegd.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C266">AbstractFarmlandActivity</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>metersCubed</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Kubieke meter volume waarvoor deze activiteit is gedefinieerd. Afhankelijk van het standaard activiteit type is dit wel of niet van belang/verwacht.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>numberOfAnimals</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Aantal dieren waarvoor deze activiteit is gedefinieerd. Afhankelijk van het standaard activiteit type is dit wel of niet van belang/verwacht.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>numberOfApplications</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Aantal keer aanwending waarvoor deze activiteit is gedefinieerd. Afhankelijk van het standaard activiteit type is dit wel of niet van belang/verwacht.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>numberOfDays</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Aantal dagen waarvoor deze activiteit is gedefinieerd. Afhankelijk van het standaard activiteit type is dit wel of niet van belang/verwacht.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>standardActivityType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Het specifiekere type van gebruik of activiteit van de landbouwgrond.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>tonnes</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Gewicht in ton waarvoor deze activiteit is gedefinieerd. Afhankelijk van het standaard activiteit type is dit wel of niet van belang/verwacht.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C141"><h3>Data type: StandardFarmLodging</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">StandardFarmLodging</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Algemene stal beschrijving.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een algemene stal, gebruik makend van een voorgedefinieerde stalcode.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C140">FarmLodging</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>farmLodgingSystemDefinitionType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Vaststaande (BWL) code die aangeeft om wat voor staltechniek het gaat.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>farmLodgingType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Vaststaande (RAV) code die aangeeft om wat voor stalsoort het gaat.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>fodderMeasure</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Specificatie van de extra voer maatregelen die gebruikt zijn voor deze stal.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C227">LodgingFodderMeasure</a> (data type)</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>lodgingSystem</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Specificatie van de extra (additionele of reducerende) staltechnieken die gebruikt zijn voor deze stal.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..*</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p><a href="#_C222">LodgingSystem</a> (data type)</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C272"><h3>Data type: StandardInlandShipping</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">StandardInlandShipping</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Algemene beschrijving van schepen op een vaarroute voor binnenvaart.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een schip op een vaarroute, gebruik makend van een voorgedefinieerde scheepstype.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C191">InlandShipping</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>shipType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Type schip.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C312"><h3>Data type: StandardManureStorage</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">StandardManureStorage</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Standaard mestopslag beschrijving.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een standaard mestopslag, gebruik makend van een voorgedefinieerde mestopslag techniek code.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C311">ManureStorage</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>manureStorageType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Vaststaande code die aangeeft om wat voor mestopslag techniek het gaat. Aan de hand van deze code wordt afgeleid welke optionele kenmerken verwacht worden.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C280"><h3>Data type: StandardMaritimeShipping</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">StandardMaritimeShipping</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Algemene beschrijving van schepen op een vaarroute voor zeescheepvaart.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een schip op een vaarroute, gebruik makend van een voorgedefinieerde scheepstype.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C186">MaritimeShipping</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>shipType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Type schip.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C269"><h3>Data type: StandardMooringInlandShipping</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">StandardMooringInlandShipping</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Algemene beschrijving van schepen bij een aanlegplaats voor binnenvaart.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een schip bij een aanlegplaats, gebruik makend van een voorgedefinieerde scheepstype.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C196">MooringInlandShipping</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>shipType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Type schip.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C281"><h3>Data type: StandardMooringMaritimeShipping</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">StandardMooringMaritimeShipping</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Algemene beschrijving van schepen bij een aanlegplaats voor zeescheepvaart.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een schip bij een aanlegplaats, gebruik makend van een voorgedefinieerde scheepstype.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C181">MooringMaritimeShipping</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>shipType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Type schip.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C169"><h3>Data type: StandardOffRoadMobileSource</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">StandardOffRoadMobileSource</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Karakteristieken van een emissietype voor mobiele werktuigen.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Mobiele werktuig worden beschreven aan de hand van een aantal karakteristieken. Deze zijn in dit datatype zijn vastgelegd.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C179">OffRoadMobileSource</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>literAdBluePerYear</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Liter AdBlue(gesommeerd) dat dit type voertuig per jaar verbruikt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>literFuelPerYear</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Liter brandstof (gesommeerd) dat dit type voertuig per jaar verbruikt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>offRoadMobileSourceType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De klasse van dit mobiele werktuig.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>operatingHoursPerYear</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Tijd in uren per jaar dat het voertuig draait.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C198"><h3>Data type: StandardVehicle</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">StandardVehicle</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Karakteristieken van een standaard klasse wegvervoer.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C137">Vehicle</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>maximumSpeed</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Maximum snelheid in kilometers per uur.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>stagnationFactor</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Fractie van het verkeer dat stagneert.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>strictEnforcement</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Wel of geen strikte handhaving van de snelheid.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>0..1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Boolean</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>vehicleType</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>De klasse van deze standaard voertuigengroep.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C306"><h3>Feature type: SubPoint</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">SubPoint</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Subrekenpunt.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Deze klasse beschrijft een subrekenpunt van een receptorpunt op het AERIUS-grid.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C121">CalculationPointType</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Feature type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>level</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Het level waarmee dit subrekenpunt bepaald is. Hoe dichter bij een bron, hoe hoger level en hoe meer subrekenpunten worden gebruikt voor het receptorpunt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>receptorPointId</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Identificatienummer van het receptorpunt waar dit subrekenpunt op gebaseerd is.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>subPointId</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Identificatienummer van het subrekenpunt.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Integer</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C137"><h3>Data type: Vehicle</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">Vehicle</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Karakteristieken van een emissietype wegvervoer.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Ieder wegvervoer emissietype wordt beschreven aan de hand van een aantal karakteristieken, die in dit separate datatype zijn vastgelegd.</p></td></tr><tr border="0"><td border="0"><p class="title2">Subtype of:</p><p style="margin-left:20px"><a href="#_C158">EmissionValueType</a></p></td></tr><tr border="0"><td border="0" class="feature"><p class="title2">Supertype of:</p><p style="margin-left:20px"><a href="#_C200">CustomVehicle</a></p><p style="margin-left:20px"><a href="#_C199">SpecificVehicle</a></p><p style="margin-left:20px"><a href="#_C198">StandardVehicle</a></p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>timeUnit</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Tijdseenheid voor het aantal voertuigen.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>TimeUnit (enumeration)</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Values:</p></td><td border="0"><table class="values"><tr><td class="values"><p>HOUR</p></td><td class="values"></td></tr><tr><td class="values"><p>DAY</p></td><td class="values"></td></tr><tr><td class="values"><p>MONTH</p></td><td class="values"></td></tr><tr><td class="values"><p>YEAR</p></td><td class="values"></td></tr></table></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>vehiclesPerTimeUnit</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Aantal voertuigen per tijdseenheid.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>Real</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><br><a name="_C233"><h3>Data type: VersionMetadata</h3></a><table class="feature"><tr border="0"><td border="0" class="feature"><p class="title">VersionMetadata</p></td></tr><tr><td class="feature"><table class="att"><tr border="0"><td border="0"><p class="title2">Definition:</p><p style="margin-left:20px">Metadata over gebruikte versies.</p></td></tr><tr border="0"><td border="0"><p class="title2">Description:</p><p style="margin-left:20px">Dit data type bevat de versies die gebruikt zijn om tot de data te komen.</p></td></tr><tr border="0"><td border="0"><p class="title2">Type:</p><p style="margin-left:20px">Data type</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>aeriusVersion</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Versienummer van de AERIUS rekenkern.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr><tr><td class="feature"><p class="title2">Attribute:</p><table class="att"><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Name:</p></td><td border="0"><p>databaseVersion</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Definition:</p></td><td border="0"><p>Versienummer van de AERIUS database.</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Voidable:</p></td><td border="0"><p>false</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Multiplicity:</p></td><td border="0"><p>1</p></td></tr><tr border="0"><td border="0" width="100px"><p style="margin-left:18px" class="title2">Value type:</p></td><td border="0"><p>CharacterString</p></td></tr></table></td></tr></table><table class="link" border="0"><tr border="0"><td border="0" width="100%"><p class="small" align="right"><a href="#_P10">back to package: IMAER</a></p></td></tr></table><hr><p align="center"><small>This feature catalogue was generated by <a href="http://shapechange.net">ShapeChange</a></small></p></body></html> \ No newline at end of file diff --git a/waardelijst/5.1.2/20231004/IMAER_emission_diurnal_variations_20231004.csv b/waardelijst/5.1.2/20231004/IMAER_emission_diurnal_variations_20231004.csv new file mode 100644 index 0000000..888e6f6 --- /dev/null +++ b/waardelijst/5.1.2/20231004/IMAER_emission_diurnal_variations_20231004.csv @@ -0,0 +1,11 @@ +code name description +ANIMAL_HOUSING Dierverblijven Bijzondere waarde voor de verdamping emissies van NH3 en NOx uit dierverblijven +BUSES Bussen Volgens de (gemiddelde) verkeersintensiteit van (openbaar vervoer) bussen +CONTINUOUS Continue emissie Continue emissie in de tijd +FERTILISER Meststoffen Bijzondere waarde voor de verdamping emissies van NH3 en NOx uit de toepassing van dierlijke mest en kunstmest +HEAVY_DUTY_VEHICLES Zwaar verkeer Volgens de (gemiddelde) verkeersintensiteit van zware voertuigen +INDUSTRIAL_ACTIVITY Standaard profiel industrie Volgens de (gemiddelde) industriële activiteit gedurende een werkdag +LIGHT_DUTY_VEHICLES Licht verkeer Volgens de (gemiddelde) verkeersintensiteit van lichte voertuigen +SPACE_HEATING Verwarming van ruimten Volgens de (gemiddelde) verwarmen activiteit ruimteverwarming +SPACE_HEATING_WITHOUT_SEASONAL_CORRECTION Verwarming van ruimten (zonder seizoenscorrectie) Volgens de (gemiddelde) verwarmen activiteit ruimteverwarming (zonder seizoenscorrectie) +TRAFFIC Transport Volgens de (gemiddelde) verkeersdichtheid diff --git a/waardelijst/5.1.2/20231004/IMAER_farm_additional_lodging_systems_20231004.csv b/waardelijst/5.1.2/20231004/IMAER_farm_additional_lodging_systems_20231004.csv new file mode 100644 index 0000000..e5aafe4 --- /dev/null +++ b/waardelijst/5.1.2/20231004/IMAER_farm_additional_lodging_systems_20231004.csv @@ -0,0 +1,23 @@ +code name description +E6.1.a E 6.1.a mestdroogsystemen met geperforeerde doek; geldt voor de huisvestingssystemen onder E 1.5, E 1.8, E 5.8, E 5.9.1.1.3 en E 5.9.1.2.3 +E6.1.b E 6.1.b mestdroogsystemen met geperforeerde doek; geldt voor huisvestingssystemen onder E 2.5, E 2.11, E 2.12, E 4.1 t/m E 4.3 en E 4.8 +E6.10.a E 6.10.a biothermisch drogen van pluimveemest met chemisch luchtwassysteem 90% emissiereductie; geldt voor de huisvestingssystemen onder E 1.5, E 1.8, E 5.8, E 5.9.1.1.3 en E 5.9.1.2.3 +E6.10.b E 6.10.b biothermisch drogen van pluimveemest met chemisch luchtwassysteem 90% emissiereductie; geldt voor de huisvestingssystemen onder E 2.5, E 2.11, E 2.12, E 4.1 t/m E 4.3 en E 4.8 +E6.2.a E 6.2.a droogtunnel met oppervlaktedroging (dichte banden); geldt voor de huisvestingssystemen onder E 1.5, E 1.8, E 5.8, E 5.9.1.1.3 en E 5.9.1.2.3 +E6.2.b E 6.2.b droogtunnel met oppervlaktedroging (dichte banden); geldt voor huisvestingssystemen onder E 2.5, E 2.11, E 2.12, E 4.1 t/m E 4.3 en E 4.8 +E6.3.a E 6.3.a lucht uit een composteringsunit met chemische luchtwassing; geldt voor de huisvestingssystemen onder E 1.5, E 1.8, E 5.8, E 5.9.1.1.3 en E 5.9.1.2.3 +E6.3.b E 6.3.b lucht uit een composteringsunit met chemische luchtwassing; geldt voor huisvestingssystemen onder E 2.5, E 2.11, E 2.12, E 4.1 t/m E 4.3 en E 4.8 +E6.4.1.a E 6.4.1.a droogtunnel; droogtunnel met geperforeerde banden; geldt voor de huisvestingssystemen onder E 1.5, E 1.8, E 5.8, E 5.9.1.1.3 en E 5.9.1.2.3 +E6.4.1.b E 6.4.1.b droogtunnel; droogtunnel met geperforeerde banden; geldt voor huisvestingssystemen onder E 2.5, E 2.11, E 2.12, E 4.1 t/m E 4.3 en E 4.8 +E6.4.2.a E 6.4.2.a droogtunnel; droogtunnel met geperforeerde metalen platen; geldt voor de huisvestingssystemen onder E 1.5, E 1.8, E 5.8, E 5.9.1.1.3 en E 5.9.1.2.3 +E6.4.2.b E 6.4.2.b droogtunnel; droogtunnel met geperforeerde metalen platen; geldt voor huisvestingssystemen onder E 2.5, E 2.11, E 2.12, E 4.1 t/m E 4.3 en E 4.8 +E6.5.a E 6.5.a mestopslagloods met biologisch luchtwassysteem 70% emissiereductie; geldt voor de huisvestingssystemen onder E 1.5, E 1.8, E 5.8, E 5.9.1.1.3 en E 5.9.1.2.3 +E6.5.b E 6.5.b mestopslagloods met biologisch luchtwassysteem 70% emissiereductie; geldt voor huisvestingssystemen onder E 2.5, E 2.11, E 2.12, E 4.1 t/m E 4.3 en E 4.8 +E6.6.a E 6.6.a mestopslagloods met chemisch luchtwassysteem 70% emissiereductie; geldt voor de huisvestingssystemen onder E 1.5, E 1.8, E 5.8, E 5.9.1.1.3 en E 5.9.1.2.3 +E6.6.b E 6.6.b mestopslagloods met chemisch luchtwassysteem 70% emissiereductie; geldt voor huisvestingssystemen onder E 2.5, E 2.11, E 2.12, E 4.1 t/m E 4.3 en E 4.8 +E6.7.a E 6.7.a mestopslagloods met chemisch luchtwassysteem 90% emissiereductie; geldt voor de huisvestingssystemen onder E 1.5, E 1.8, E 5.8, E 5.9.1.1.3 en E 5.9.1.2.3 +E6.7.b E 6.7.b mestopslagloods met chemisch luchtwassysteem 90% emissiereductie; geldt voor huisvestingssystemen onder E 2.5, E 2.11, E 2.12, E 4.1 t/m E 4.3 en E 4.8 +E6.8.a E 6.8.a Afgesloten mestopslagloods; geldt voor de huisvestingssystemen onder E 1.5, E 1.8, E 5.8, E 5.9.1.1.3 en E 5.9.1.2.3 +E6.8.b E 6.8.b Afgesloten mestopslagloods; geldt voor huisvestingssystemen onder E 2.5, E 2.11, E 2.12, E 4.1 t/m E 4.3 en E 4.8 +E6.9.a E 6.9.a biothermisch drogen van pluimveemest met chemisch luchtwassysteem 70% emissiereductie; geldt voor geldt voor de huisvestingssystemen onder E 1.5, E 1.8, E 5.8, E 5.9.1.1.3 en E 5.9.1.2.3 +E6.9.b E 6.9.b biothermisch drogen van pluimveemest met chemisch luchtwassysteem 70% emissiereductie; geldt voor geldt voor de huisvestingssystemen onder E 2.5, E 2.11, E 2.12, E 4.1 t/m E 4.3 en E 4.8 diff --git a/waardelijst/5.1.2/20231004/IMAER_farm_lodging_fodder_measures_20231004.csv b/waardelijst/5.1.2/20231004/IMAER_farm_lodging_fodder_measures_20231004.csv new file mode 100644 index 0000000..6a05ffa --- /dev/null +++ b/waardelijst/5.1.2/20231004/IMAER_farm_lodging_fodder_measures_20231004.csv @@ -0,0 +1,12 @@ +code name description +PAS2015.01-01 PAS 2015.01-01 Diervoeder met 1% benzoëzuur op productbasis bij 88% drogestof +PAS2015.02-01 PAS 2015.02-01 Diervoeder met 1% benzoëzuur op productbasis bij 88% drogestof in combinatie met drijvende ballen in het mestoppervlak +PAS2015.03-01 PAS 2015.03-01 Diervoeder met 0,5% benzoëzuur op productbasis bij 88% drogestof in combinatie met drijvende ballen in het mestoppervlak +PAS2015.03-02 PAS 2015.03-02 Diervoeder met 0,5% benzoëzuur op productbasis bij 88% drogestof in combinatie met drijvende ballen in het mestoppervlak +PAS2015.04-01 PAS 2015.04-01 Verlagen eiwitgehalte van het diervoeder met 10 gram per kilogram +PAS2015.05-01 PAS 2015.05-01 Verlagen eiwitgehalte van het diervoeder met 20 gram per kilogram +PAS2015.06-01 PAS 2015.06-01 Verlagen eiwitgehalte van het diervoeder met 30 gram per kilogram +PAS2015.07-01 PAS 2015.07-01 Snijmaissilage +PAS2015.08-01 PAS 2015.08-01 Beweiden ten minste 720 uur in een kalenderjaar +PAS2015.08-02 PAS 2015.08-02 Beweiden ten minste 720 uur in een kalenderjaar +PAS2015.09-01 PAS 2015.09-01 Melkureumgehalte van ten hoogste 19 mg per 100 ml diff --git a/waardelijst/5.1.2/20231004/IMAER_farm_lodging_system_definitions_20231004.csv b/waardelijst/5.1.2/20231004/IMAER_farm_lodging_system_definitions_20231004.csv new file mode 100644 index 0000000..618bda7 --- /dev/null +++ b/waardelijst/5.1.2/20231004/IMAER_farm_lodging_system_definitions_20231004.csv @@ -0,0 +1,277 @@ +code name description +93.03.002 93.03.002 93.03.002 +BB93.03.001 BB 93.03.001 BB 93.03.001 +BB93.03.002/A94.04.017 BB 93.03.002/A 94.04.017 BB 93.03.002/A 94.04.017 +BB93.03.002/B96.04.034 BB 93.03.002/B 96.04.034 BB 93.03.002/B 96.04.034 +BB93.03.002/C96.10.048 BB 93.03.002/C 96.10.048 BB 93.03.002/C 96.10.048 +BB93.03.003 BB 93.03.003 BB 93.03.003 +BB93.03.003/A93.04.004 BB 93.03.003/A 93.04.004 BB 93.03.003/A 93.04.004 +BB93.03.003/B93.04.005 BB 93.03.003/B 93.04.005 BB 93.03.003/B 93.04.005 +BB93.03.003/C93.04.006 BB 93.03.003/C 93.04.006 BB 93.03.003/C 93.04.006 +BB93.03.003/D94.06.020 BB 93.03.003/D 94.06.020 BB 93.03.003/D 94.06.020 +BB93.06.007 BB 93.06.007 BB 93.06.007 +BB93.06.008 BB 93.06.008 BB 93.06.008 +BB93.06.009 BB 93.06.009 BB 93.06.009 +BB93.06.010 BB 93.06.010 BB 93.06.010 +BB93.11.011 BB 93.11.011 BB 93.11.011 +BB93.11.011/A95.04.024 BB 93.11.011/A 95.04.024 BB 93.11.011/A 95.04.024 +BB93.11.012 BB 93.11.012 BB 93.11.012 +BB93.11.012/A99.11.077 BB 93.11.012/A 99.11.077 BB 93.11.012/A 99.11.077 +BB94.02.013 BB 94.02.013 BB 94.02.013 +BB94.02.014 BB 94.02.014 BB 94.02.014 +BB94.02.015 BB 94.02.015 BB 94.02.015 +BB94.04.016 BB 94.04.016 BB 94.04.016 +BB94.04.016/A96.10.047 BB 94.04.016/A 96.10.047 BB 94.04.016/A 96.10.047 +BB94.04.018 BB 94.04.018 BB 94.04.018 +BB94.06.019 BB 94.06.019 BB 94.06.019 +BB94.06.021 BB 94.06.021 BB 94.06.021 +BB94.06.021/A97.01.049 BB 94.06.021/A 97.01.049 BB 94.06.021/A 97.01.049 +BB95.02.025 BB 95.02.025 BB 95.02.025 +BB95.02.027 BB 95.02.027 BB 95.02.027 +BB95.06.026 BB 95.06.026 BB 95.06.026 +BB95.06.028 BB 95.06.028 BB 95.06.028 +BB95.10.029 BB 95.10.029 BB 95.10.029 +BB95.10.030/B99.11.078 BB 95.10.030/B 99.11.078 BB 95.10.030/B 99.11.078 +BB95.12.032 BB 95.12.032 BB 95.12.032 +BB95.12.039 BB 95.12.039 BB 95.12.039 +BB95.12.039/A96.06.041 BB 95.12.039/A 96.06.041 BB 95.12.039/A 96.06.041 +BB96.03.033 BB 96.03.033 BB 96.03.033 +BB96.04.037 BB 96.04.037 BB 96.04.037 +BB96.04.038 BB 96.04.038 BB 96.04.038 +BB96.06.040 BB 96.06.040 BB 96.06.040 +BB97.07.056/A97.11.059 BB 97.07.056/A 97.11.059 BB 97.07.056/A 97.11.059 +BB97.07.057 BB 97.07.057 BB 97.07.057 +BB97.07.058 BB 97.07.058 BB 97.07.058 +BB98.10.064 BB 98.10.064 BB 98.10.064 +BB98.10.065 BB 98.10.065 BB 98.10.065 +BB98.10.065/A99.11.079 BB 98.10.065/A 99.11.079 BB 98.10.065/A 99.11.079 +BB98.10.066 BB 98.10.066 BB 98.10.066 +BB99.06.071 BB 99.06.071 BB 99.06.071 +BB99.06.072/A99.11.080 BB 99.06.072/A 99.11.080 BB 99.06.072/A 99.11.080 +BB99.06.072/A99.11.082 BB 99.06.072/A 99.11.082 BB 99.06.072/A 99.11.082 +bijgroepshuisvesting:BB95.10.030/A98.10.060 bij groepshuisvesting: BB 95.10.030/A 98.10.060 bij groepshuisvesting: BB 95.10.030/A 98.10.060 +bijgroepshuisvesting:BB96.04.036/A98.10.061 bij groepshuisvesting: BB 96.04.036/A 98.10.061 bij groepshuisvesting: BB 96.04.036/A 98.10.061 +bijindividuelehuisvesting:BB95.10.030 bij individuele huisvesting: BB 95.10.030 bij individuele huisvesting: BB 95.10.030 +bijindividuelehuisvesting:BB96.04.036 bij individuele huisvesting: BB 96.04.036 bij individuele huisvesting: BB 96.04.036 +BWL2001.01 BWL 2001.01 BWL 2001.01 +BWL2001.03 BWL 2001.03 BWL 2001.03 +BWL2001.04 BWL 2001.04 BWL 2001.04 +BWL2001.05 BWL 2001.05 BWL 2001.05 +BWL2001.06 BWL 2001.06 BWL 2001.06 +BWL2001.07 BWL 2001.07 BWL 2001.07 +BWL2001.08 BWL 2001.08 BWL 2001.08 +BWL2001.09 BWL 2001.09 BWL 2001.09 +BWL2001.10 BWL 2001.10 BWL 2001.10 +BWL2001.11 BWL 2001.11 BWL 2001.11 +BWL2001.12 BWL 2001.12 BWL 2001.12 +BWL2001.13 BWL 2001.13 BWL 2001.13 +BWL2001.14 BWL 2001.14 BWL 2001.14 +BWL2001.16 BWL 2001.16 BWL 2001.16 +BWL2001.17 BWL 2001.17 BWL 2001.17 +BWL2001.18 BWL 2001.18 BWL 2001.18 +BWL2001.19 BWL 2001.19 BWL 2001.19 +BWL2001.21 BWL 2001.21 BWL 2001.21 +BWL2001.23 BWL 2001.23 BWL 2001.23 +BWL2001.24 BWL 2001.24 BWL 2001.24 +BWL2001.25 BWL 2001.25 BWL 2001.25 +BWL2001.27 BWL 2001.27 BWL 2001.27 +BWL2001.28 BWL 2001.28 BWL 2001.28 +BWL2001.30 BWL 2001.30 BWL 2001.30 +BWL2001.31 BWL 2001.31 BWL 2001.31 +BWL2001.32 BWL 2001.32 BWL 2001.32 +BWL2001.36 BWL 2001.36 BWL 2001.36 +BWL2001.37 BWL 2001.37 BWL 2001.37 +BWL2001.38 BWL 2001.38 BWL 2001.38 +BWL2004.01 BWL 2004.01 BWL 2004.01 +BWL2004.02 BWL 2004.02 BWL 2004.02 +BWL2004.03 BWL 2004.03 BWL 2004.03 +BWL2004.04 BWL 2004.04 BWL 2004.04 +BWL2004.05 BWL 2004.05 BWL 2004.05 +BWL2004.06 BWL 2004.06 BWL 2004.06 +BWL2004.07 BWL 2004.07 BWL 2004.07 +BWL2004.08 BWL 2004.08 BWL 2004.08 +BWL2004.09 BWL 2004.09 BWL 2004.09 +BWL2004.10 BWL 2004.10 BWL 2004.10 +BWL2004.11 BWL 2004.11 BWL 2004.11 +BWL2004.12 BWL 2004.12 BWL 2004.12 +BWL2004.13 BWL 2004.13 BWL 2004.13 +BWL2004.14 BWL 2004.14 BWL 2004.14 +BWL2005.01 BWL 2005.01 BWL 2005.01 +BWL2005.02 BWL 2005.02 BWL 2005.02 +BWL2005.03 BWL 2005.03 BWL 2005.03 +BWL2005.04 BWL 2005.04 BWL 2005.04 +BWL2005.05 BWL 2005.05 BWL 2005.05 +BWL2005.06 BWL 2005.06 BWL 2005.06 +BWL2005.07 BWL 2005.07 BWL 2005.07 +BWL2005.08 BWL 2005.08 BWL 2005.08 +BWL2005.09 BWL 2005.09 BWL 2005.09 +BWL2005.10 BWL 2005.10 BWL 2005.10 +BWL2005.11 BWL 2005.11 BWL 2005.11 +BWL2006.02 BWL 2006.02 BWL 2006.02 +BWL2006.04 BWL 2006.04 BWL 2006.04 +BWL2006.05 BWL 2006.05 BWL 2006.05 +BWL2006.07 BWL 2006.07 BWL 2006.07 +BWL2006.08 BWL 2006.08 BWL 2006.08 +BWL2006.09 BWL 2006.09 BWL 2006.09 +BWL2006.10 BWL 2006.10 BWL 2006.10 +BWL2006.11 BWL 2006.11 BWL 2006.11 +BWL2006.12 BWL 2006.12 BWL 2006.12 +BWL2006.13 BWL 2006.13 BWL 2006.13 +BWL2006.14 BWL 2006.14 BWL 2006.14 +BWL2006.15 BWL 2006.15 BWL 2006.15 +BWL2007.01 BWL 2007.01 BWL 2007.01 +BWL2007.02 BWL 2007.02 BWL 2007.02 +BWL2007.03 BWL 2007.03 BWL 2007.03 +BWL2007.05 BWL 2007.05 BWL 2007.05 +BWL2007.06 BWL 2007.06 BWL 2007.06 +BWL2007.07 BWL 2007.07 BWL 2007.07 +BWL2007.09 BWL 2007.09 BWL 2007.09 +BWL2007.10 BWL 2007.10 BWL 2007.10 +BWL2008.01 BWL 2008.01 BWL 2008.01 +BWL2008.02 BWL 2008.02 BWL 2008.02 +BWL2008.03 BWL 2008.03 BWL 2008.03 +BWL2008.04 BWL 2008.04 BWL 2008.04 +BWL2008.05 BWL 2008.05 BWL 2008.05 +BWL2008.06 BWL 2008.06 BWL 2008.06 +BWL2008.07 BWL 2008.07 BWL 2008.07 +BWL2008.08 BWL 2008.08 BWL 2008.08 +BWL2008.09 BWL 2008.09 BWL 2008.09 +BWL2008.11 BWL 2008.11 BWL 2008.11 +BWL2008.12 BWL 2008.12 BWL 2008.12 +BWL2009.01 BWL 2009.01 BWL 2009.01 +BWL2009.02 BWL 2009.02 BWL 2009.02 +BWL2009.03 BWL 2009.03 BWL 2009.03 +BWL2009.04 BWL 2009.04 BWL 2009.04 +BWL2009.05 BWL 2009.05 BWL 2009.05 +BWL2009.06 BWL 2009.06 BWL 2009.06 +BWL2009.07 BWL 2009.07 BWL 2009.07 +BWL2009.08 BWL 2009.08 BWL 2009.08 +BWL2009.09 BWL 2009.09 BWL 2009.09 +BWL2009.10 BWL 2009.10 BWL 2009.10 +BWL2009.11 BWL 2009.11 BWL 2009.11 +BWL2009.12 BWL 2009.12 BWL 2009.12 +BWL2009.13 BWL 2009.13 BWL 2009.13 +BWL2009.14 BWL 2009.14 BWL 2009.14 +BWL2009.15 BWL 2009.15 BWL 2009.15 +BWL2009.16 BWL 2009.16 BWL 2009.16 +BWL2009.17 BWL 2009.17 BWL 2009.17 +BWL2009.18 BWL 2009.18 BWL 2009.18 +BWL2009.19 BWL 2009.19 BWL 2009.19 +BWL2009.20 BWL 2009.20 BWL 2009.20 +BWL2009.21 BWL 2009.21 BWL 2009.21 +BWL2009.22 BWL 2009.22 BWL 2009.22 +BWL2009.23 BWL 2009.23 BWL 2009.23 +BWL2010.01 BWL 2010.01 BWL 2010.01 +BWL2010.02 BWL 2010.02 BWL 2010.02 +BWL2010.03 BWL 2010.03 BWL 2010.03 +BWL2010.04 BWL 2010.04 BWL 2010.04 +BWL2010.05 BWL 2010.05 BWL 2010.05 +BWL2010.06 BWL 2010.06 BWL 2010.06 +BWL2010.07 BWL 2010.07 BWL 2010.07 +BWL2010.08 BWL 2010.08 BWL 2010.08 +BWL2010.09 BWL 2010.09 BWL 2010.09 +BWL2010.10 BWL 2010.10 BWL 2010.10 +BWL2010.12 BWL 2010.12 BWL 2010.12 +BWL2010.13 BWL 2010.13 BWL 2010.13 +BWL2010.14 BWL 2010.14 BWL 2010.14 +BWL2010.15 BWL 2010.15 BWL 2010.15 +BWL2010.16 BWL 2010.16 BWL 2010.16 +BWL2010.17 BWL 2010.17 BWL 2010.17 +BWL2010.19 BWL 2010.19 BWL 2010.19 +BWL2010.20 BWL 2010.20 BWL 2010.20 +BWL2010.21 BWL 2010.21 BWL 2010.21 +BWL2010.22 BWL 2010.22 BWL 2010.22 +BWL2010.23 BWL 2010.23 BWL 2010.23 +BWL2010.24 BWL 2010.24 BWL 2010.24 +BWL2010.25 BWL 2010.25 BWL 2010.25 +BWL2010.26 BWL 2010.26 BWL 2010.26 +BWL2010.27 BWL 2010.27 BWL 2010.27 +BWL2010.28 BWL 2010.28 BWL 2010.28 +BWL2010.29 BWL 2010.29 BWL 2010.29 +BWL2010.30 BWL 2010.30 BWL 2010.30 +BWL2010.31 BWL 2010.31 BWL 2010.31 +BWL2010.32 BWL 2010.32 BWL 2010.32 +BWL2010.33 BWL 2010.33 BWL 2010.33 +BWL2010.34 BWL 2010.34 BWL 2010.34 +BWL2010.35 BWL 2010.35 BWL 2010.35 +BWL2010.36 BWL 2010.36 BWL 2010.36 +BWL2010.37 BWL 2010.37 BWL 2010.37 +BWL2011.01 BWL 2011.01 BWL 2011.01 +BWL2011.02 BWL 2011.02 BWL 2011.02 +BWL2011.03 BWL 2011.03 BWL 2011.03 +BWL2011.04 BWL 2011.04 BWL 2011.04 +BWL2011.05 BWL 2011.05 BWL 2011.05 +BWL2011.06 BWL 2011.06 BWL 2011.06 +BWL2011.07 BWL 2011.07 BWL 2011.07 +BWL2011.08 BWL 2011.08 BWL 2011.08 +BWL2011.09 BWL 2011.09 BWL 2011.09 +BWL2011.10 BWL 2011.10 BWL 2011.10 +BWL2011.11 BWL 2011.11 BWL 2011.11 +BWL2011.12 BWL 2011.12 BWL 2011.12 +BWL2011.13 BWL 2011.13 BWL 2011.13 +BWL2011.14 BWL 2011.14 BWL 2011.14 +BWL2012.01 BWL 2012.01 BWL 2012.01 +BWL2012.02 BWL 2012.02 BWL 2012.02 +BWL2012.03 BWL 2012.03 BWL 2012.03 +BWL2012.04 BWL 2012.04 BWL 2012.04 +BWL2012.05 BWL 2012.05 BWL 2012.05 +BWL2012.07 BWL 2012.07 BWL 2012.07 +BWL2012.08 BWL 2012.08 BWL 2012.08 +BWL2012.09 BWL 2012.09 BWL 2012.09 +BWL2013.01 BWL 2013.01 BWL 2013.01 +BWL2013.02 BWL 2013.02 BWL 2013.02 +BWL2013.03 BWL 2013.03 BWL 2013.03 +BWL2013.04 BWL 2013.04 BWL 2013.04 +BWL2013.05 BWL 2013.05 BWL 2013.05 +BWL2013.06 BWL 2013.06 BWL 2013.06 +BWL2013.07 BWL 2013.07 BWL 2013.07 +BWL2013.08 BWL 2013.08 BWL 2013.08 +BWL2014.01 BWL 2014.01 BWL 2014.01 +BWL2014.02 BWL 2014.02 BWL 2014.02 +BWL2015.01 BWL 2015.01 BWL 2015.01 +BWL2015.02 BWL 2015.02 BWL 2015.02 +BWL2015.03 BWL 2015.03 BWL 2015.03 +BWL2015.04 BWL 2015.04 BWL 2015.04 +BWL2015.05 BWL 2015.05 BWL 2015.05 +BWL2015.06 BWL 2015.06 BWL 2015.06 +BWL2016.01 BWL 2016.01 BWL 2016.01 +BWL2016.02 BWL 2016.02 BWL 2016.02 +BWL2016.03 BWL 2016.03 BWL 2016.03 +BWL2017.01 BWL 2017.01 BWL 2017.01 +BWL2017.02 BWL 2017.02 BWL 2017.02 +BWL2017.03 BWL 2017.03 BWL 2017.03 +BWL2017.04 BWL 2017.04 BWL 2017.04 +BWL2017.05 BWL 2017.05 BWL 2017.05 +BWL2017.06 BWL 2017.06 BWL 2017.06 +BWL2017.08 BWL 2017.08 BWL 2017.08 +BWL2017.09 BWL 2017.09 BWL 2017.09 +BWL2017.10 BWL 2017.10 BWL 2017.10 +BWL2017.11 BWL 2017.11 BWL 2017.11 +BWL2018.01 BWL 2018.01 BWL 2018.01 +BWL2018.02 BWL 2018.02 BWL 2018.02 +BWL2018.03 BWL 2018.03 BWL 2018.03 +BWL2018.04 BWL 2018.04 BWL 2018.04 +BWL2018.05 BWL 2018.05 BWL 2018.05 +BWL2018.06 BWL 2018.06 BWL 2018.06 +BWL2018.07 BWL 2018.07 BWL 2018.07 +BWL2019.01 BWL 2019.01 BWL 2019.01 +BWL2019.02 BWL 2019.02 BWL 2019.02 +BWL2019.03 BWL 2019.03 BWL 2019.03 +BWL2019.04 BWL 2019.04 BWL 2019.04 +BWL2019.05 BWL 2019.05 BWL 2019.05 +BWL2020.01 BWL 2020.01 BWL 2020.01 +BWL2020.02 BWL 2020.02 BWL 2020.02 +BWL2020.03 BWL 2020.03 BWL 2020.03 +BWL2020.04 BWL 2020.04 BWL 2020.04 +BWL2020.05 BWL 2020.05 BWL 2020.05 +BWL2020.06 BWL 2020.06 BWL 2020.06 +BWL2021.01 BWL 2021.01 BWL 2021.01 +BWL2021.02 BWL 2021.02 BWL 2021.02 +BWL2021.03 BWL 2021.03 BWL 2021.03 +BWL2021.04 BWL 2021.04 BWL 2021.04 +BWL2021.05 BWL 2021.05 BWL 2021.05 +BWL2021.06 BWL 2021.06 BWL 2021.06 +BWL2021.07 BWL 2021.07 BWL 2021.07 +BWL2021.08 BWL 2021.08 BWL 2021.08 +BWL2022.01 BWL 2022.01 BWL 2022.01 +Overig Overig Overig diff --git a/waardelijst/5.1.2/20231004/IMAER_farm_lodging_types_20231004.csv b/waardelijst/5.1.2/20231004/IMAER_farm_lodging_types_20231004.csv new file mode 100644 index 0000000..deef028 --- /dev/null +++ b/waardelijst/5.1.2/20231004/IMAER_farm_lodging_types_20231004.csv @@ -0,0 +1,409 @@ +code name description +A1.1 A 1.1 grupstal met drijfmest, emitterend mestoppervlak van grup en kelder max. 1,2 m2 per koe +A1.10 A 1.10 ligboxenstal met roostervloer voorzien van een bolle rubber toplaag, met mestschuif +A1.100 A 1.100 overige huisvestingssystemen +A1.11 A 1.11 ligboxenstal met geprofileerde vlakke vloer met hellende sleuven, regelmatige mestafstorten en met een mestschuif +A1.12 A 1.12 ligboxenstal met geprofileerde vlakke vloer met hellende sleuven, regelmatige mestafstorten en mestschuif +A1.13 A 1.13 ligboxenstal met roostervloer voorzien van cassettes in de roosterspleten en mestschuif +A1.14 A 1.14 ligboxenstal met geprofileerde vlakke vloer met hellende sleuven, regelmatige mestafstorten voorzien van afdichtflappen, met mestschuif +A1.15 A 1.15 ligboxenstal met geprofileerde vlakke vloer met hellende sleuven, regelmatige mestafstorten voorzien van afdichtkleppen en met mestschuif +A1.16 A 1.16 ligboxenstal met V-vormige vloer van gietasfalt in combinatie met een gierafvoerbuis en met mestschuif +A1.17 A 1.17 mechanisch geventileerde stal met een chemisch luchtwassysteem +A1.18 A 1.18 ligboxenstal met V-vormige vloer van geprofileerde vloerelementen in combinatie met een gierafvoerbuis en met mestschuif +A1.19 A 1.19 ligboxenstal met roostervloer met hellende groeven of hellend gelegd, voorzien van afdichtkleppen in de roosterspleten en met mestschuif +A1.2 A 1.2 loopstal met hellende vloer en giergoot of met roostervloer; beide met spoelsysteem +A1.20 A 1.20 ligboxenstal met vloer voorzien van perforaties en hellende profilering en mestschuif +A1.21 A 1.21 ligboxenstal met vlakke vloerplaten met tegelprofiel, hellende sleuven en regelmatige mestafstorten voorzien van afdichtflappen of -kleppen en mestschuif +A1.22 A 1.22 ligboxenstal met sleufvloer en mestschuif en in de doorsteken, wachtruimte en doorlopen een roostervloer met bolle rubber toplaag voorzien van afdichtflappen in de roosterspleten +A1.23 A 1.23 ligboxenstal met geprofileerde vloerplaten met sterk hellende langssleuven met urineafvoergat en hellende dwarsgroeven, aaneengesloten gelegd of gescheiden door mestafstorten voorzien van afdichtkleppen, met mestschuif +A1.24 A 1.24 ligboxenstal met vloer met sterk hellende langssleuven, de vloerplaten aaneengesloten gelegd of gescheiden door mestafstorten voorzien van afdichtkleppen, met mestschuif +A1.25 A 1.25 ligboxenstal met vlakke vloer, voorzien van geprofileerde rubber matten met een hellend profiel naar regelmatige mestafstorten voorzien van afdichtflappen, met mestschuif +A1.26 A 1.26 ligboxenstal met hellende V-vormige vloer, voorzien van geprofileerde rubber matten, met centrale giergoot en mestschuif +A1.27 A 1.27 ligboxenstal met roostervloer met hellende groeven of hellend gelegd, voorzien van afdichtkleppen in de roosterspleten, met mestschuif en vernevelsysteem +A1.28 A 1.28 ligboxenstal met roostervloer, voorzien van een rubber toplaag en bevestigingsnokken met een geprofileerd oppervlak, kunststof kleppen in de roosterspleten en met mestschuif +A1.29 A 1.29 ligboxenstal met geprofileerde hellende vloer met holtes voor gieropvang en -afvoer aan de zijkant en met mestschuif +A1.3 A 1.3 loopstal met hellende vloer en giergoot; max. 3 m2 mestbesmeurd oppervlak per koe +A1.30 A 1.30 ligboxenstal met roostervloer voorzien van bolle rubberen matten, met mestschuif +A1.31 A 1.31 ligboxenstal met sleufvloer met dichte hellende vloer met geprofileerde rubber tegels, met mestschuif +A1.32 A 1.32 ligboxenstal met vlakke betonnen vloerplaten met sleuven, voorzien van profiel met 1% hellende groeven richting een centrale giergoot met giergaten en mestverwijdering +A1.33 A 1.33 ligboxenstal met vlakke vloer, voorzien van rubberen sleufvloer met 3% hellende langssleuven en geprofileerd rubber (hellende V-vorm) met groeven en nopjes tussen de langssleuven, met mestschuif +A1.34 A 1.34 ligboxenstal met dichte gegroefde vloer met rubber matten met een hellend profiel, aangebrachte composietnokken met vingermestschuif +A1.35 A 1.35 ligboxenstal met vlakke vloer voorzien van rubberen sleufvloer, met vlakke langssleuven en geprofileerd rubber (hellende V-vorm) met groeven en nopjes tussen de langssleuven, met vingermestschuif +A1.36 A 1.36 ligboxenstal met urineopvangstation +A1.37 A 1.37 Ligboxenstal met een indrukbare drainerende loopvloer voorzien van een mestschuif, de urine en mest worden direct gescheiden en apart opgeslagen. +A1.38 A 1.38 Ligboxenstal voorzien van geprofileerde rubberen oplegmatten met ruitprofiel onder 2% afschot naar een centrale giergoot en frequente mestverwijdering met vaste mestschuif +A1.39 A 1.39 Natuurlijk geventileerde ligboxenstal met een roostervloer voorzien van inlays met urineafvoergaatjes in de roosterspleten, frequent bevochtigen en schoonzuigen van de vloer door een mestverzamelrobot en een mechanische kelderluchtafzuiging met een chemisch luchtwassysteem (95% emissiereductie) +A1.4 A 1.4 loopstal met hellende vloer en spoelsysteem; max. 3,75 m2 mestbesmeurd oppervlak per koe +A1.40 A 1.40 Ligboxenstal met V-vormige vloer van geprofileerde vloerelementen in een helling van 3,5% in combinatie met een gierafvoerbuis en mestschuif +A1.5 A 1.5 ligboxenstal met sleufvloer en mestschuif +A1.6 A 1.6 ligboxenstal met dichte hellende vloer, met profilering, met snelle gierafvoer met mestschuif +A1.7 A 1.7 ligboxenstal met dichte hellende vloer, met rubbertoplaag, met snelle gierafvoer met mestschuif +A1.8 A 1.8 ligboxenstal met sleufvloer met noppen en mestschuif +A1.9 A 1.9 ligboxenstal met roostervloer voorzien van een bolle rubber toplaag en afdichtflappen in de roosterspleten, met mestschuif +A2.100 A 2.100 overige huisvestingssystemen +A3.100 A 3.100 overige huisvestingssystemen +A4.1 A 4.1 mechanisch geventileerde stal met een chemisch luchtwassysteem met 90% emissiereductie +A4.100 A 4.100 overige huisvestingssystemen +A4.2 A 4.2 mechanisch geventileerde stal met een biologisch luchtwassysteem met 70% emissiereductie +A4.3 A 4.3 mechanisch geventileerde stal met een chemisch luchtwassysteem met 70% emissiereductie +A4.4 A 4.4 mechanisch geventileerde stal met een chemisch luchtwassysteem met 95% emissiereductie +A4.5.1 A 4.5.1 mechanisch geventileerde stal met een luchtwassysteem anders dan biologisch of chemisch; mechanisch geventileerde stal met een gecombineerd luchtwassysteem 85% emissiereductie met chemische wasser (lamellenfilter) en waterwasser +A4.5.2 A 4.5.2 mechanisch geventileerde stal met een luchtwassysteem anders dan biologisch of chemisch; mechanisch geventileerde stal met een gecombineerd luchtwassysteem 70% emissiereductie met waterwasser, chemische wasser en biofilter +A4.5.3 A 4.5.3 mechanisch geventileerde stal met een luchtwassysteem anders dan biologisch of chemisch; mechanisch geventileerde stal met een gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, chemische wasser en biofilter +A4.5.4 A 4.5.4 mechanisch geventileerde stal met een luchtwassysteem anders dan biologisch of chemisch; mechanisch geventileerde stal met een gecombineerd luchtwassysteem 85% emissiereductie met watergordijn en biologische wasser +A4.5.5 A 4.5.5 mechanisch geventileerde stal met een luchtwassysteem anders dan biologisch of chemisch; mechanisch geventileerde stal met een gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, biologische wasser en geurverwijderingssectie +A4.5.6 A 4.5.6 mechanisch geventileerde stal met een luchtwassysteem anders dan biologisch of chemisch; mechanisch geventileerde stal met een gecombineerd luchtwassysteem 90% emissiereductie met een biologische en een chemische wasser en een biofilter +A4.6 A 4.6 mechanisch geventileerde stal met een biologisch luchtwassysteem 85% emissiereductie +A4.7 A 4.7 stal met hellende roostervloer in combinatie met hellende schijnvloer onder de roostervloer +A4.8 A 4.8 stal met roostervloer voorzien van een bolle rubber toplaag en afdichtflappen in de roosterspleten +A6.100 A 6.100 overige huisvestingssystemen +A7.100 A 7.100 overige huisvestingssystemen +B1.100 B 1.100 overige huisvestingssystemen +C1.1.1 C 1.1.1 mechanisch geventileerde gesloten stal (BWL 2017.07) met een biologisch luchtwassysteem met 70% emissiereductie +C1.1.2 C 1.1.2 mechanisch geventileerde gesloten stal (BWL 2017.07) met een chemisch luchtwassysteem met 70% emissiereductie +C1.1.3 C 1.1.3 mechanisch geventileerde gesloten stal (BWL 2017.07) met een chemisch luchtwassysteem met 95% emissiereductie +C1.1.4.1 C 1.1.4.1 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (chemische wasser (lamellenfilter) en waterwasser) +C1.1.4.2 C 1.1.4.2 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 70% emissiereductie (waterwasser, chemische wasser en biofilter) +C1.1.4.3 C 1.1.4.3 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (waterwasser, chemische wasser en biofilter) +C1.1.4.4 C 1.1.4.4 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (watergordijn en biologische wasser) +C1.1.4.5 C 1.1.4.5 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (waterwasser, biologische wasser en geurverwijderingssectie) +C1.1.4.6 C 1.1.4.6 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 90% emissiereductie (biologische en chemische wasser en biofilter) +C1.1.5 C 1.1.5 mechanisch geventileerde gesloten stal (BWL 2017.07) met een biologisch luchtwassysteem met 85% emissiereductie +C1.1.6 C 1.1.6 mechanisch geventileerde gesloten stal (BWL 2017.07) met een chemisch luchtwassysteem met 90% emissiereductie +C1.100 C 1.100 overige huisvestingssystemen +C2.1.1 C 2.1.1 mechanisch geventileerde gesloten stal (BWL 2017.07) met een biologisch luchtwassysteem met 70% emissiereductie +C2.1.2 C 2.1.2 mechanisch geventileerde gesloten stal (BWL 2017.07) met een chemisch luchtwassysteem met 70% emissiereductie +C2.1.3 C 2.1.3 mechanisch geventileerde gesloten stal (BWL 2017.07) met een chemisch luchtwassysteem met 95% emissiereductie +C2.1.4.1 C 2.1.4.1 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (chemische wasser (lamellenfilter) en waterwasser) +C2.1.4.2 C 2.1.4.2 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 70% emissiereductie (waterwasser, chemische wasser en biofilter) +C2.1.4.3 C 2.1.4.3 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (waterwasser, chemische wasser en biofilter) +C2.1.4.4 C 2.1.4.4 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (watergordijn en biologische wasser) +C2.1.4.5 C 2.1.4.5 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (waterwasser, biologische wasser en geurverwijderingssectie) +C2.1.4.6 C 2.1.4.6 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 90% emissiereductie (biologische en chemische wasser en biofilter) +C2.1.5 C 2.1.5 mechanisch geventileerde gesloten stal (BWL 2017.07) met een biologisch luchtwassysteem met 85% emissiereductie +C2.1.6 C 2.1.6 mechanisch geventileerde gesloten stal (BWL 2017.07) met een chemisch luchtwassysteem met 90% emissiereductie +C2.100 C 2.100 overige huisvestingssystemen +C3.1.1 C 3.1.1 mechanisch geventileerde gesloten stal (BWL 2017.07) met een biologisch luchtwassysteem met 70% emissiereductie +C3.1.2 C 3.1.2 mechanisch geventileerde gesloten stal (BWL 2017.07) met een chemisch luchtwassysteem met 70% emissiereductie +C3.1.3 C 3.1.3 mechanisch geventileerde gesloten stal (BWL 2017.07) met een chemisch luchtwassysteem met 95% emissiereductie +C3.1.4.1 C 3.1.4.1 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (chemische wasser (lamellenfilter) en waterwasser) +C3.1.4.2 C 3.1.4.2 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 70% emissiereductie (waterwasser, chemische wasser en biofilter) +C3.1.4.3 C 3.1.4.3 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (waterwasser, chemische wasser en biofilter) +C3.1.4.4 C 3.1.4.4 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (watergordijn en biologische wasser) +C3.1.4.5 C 3.1.4.5 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (waterwasser, biologische wasser en geurverwijderingssectie) +C3.1.4.6 C 3.1.4.6 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 90% emissiereductie (biologische en chemische wasser en biofilter) +C3.1.5 C 3.1.5 mechanisch geventileerde gesloten stal (BWL 2017.07) met een biologisch luchtwassysteem met 85% emissiereductie +C3.1.6 C 3.1.6 mechanisch geventileerde gesloten stal (BWL 2017.07) met een chemisch luchtwassysteem met 90% emissiereductie +C3.100 C 3.100 overige huisvestingssystemen +D1.1.1 D 1.1.1 vlakke gecoate keldervloer met tandheugelschuifsysteem +D1.1.10 D 1.1.10 chemisch luchtwassysteem 70% emissiereductie +D1.1.100 D 1.1.100 overige huisvestingssystemen +D1.1.11 D 1.1.11 koeldeksysteem (150% koeloppervlak) +D1.1.12.1 D 1.1.12.1 opfokhok met schuine putwand; emitterend mestoppervlak maximaal 0,07 m2 per big, ongeacht groepsgrootte +D1.1.12.2 D 1.1.12.2 opfokhok met schuine putwand; emitterend mestoppervlak groter dan 0,07 m2 per big, echter kleiner dan 0,10 m2, en in kleine groepen, tot 30 biggen, gehuisvest +D1.1.12.3 D 1.1.12.3 opfokhok met schuine putwand; emitterend mestoppervlak groter dan 0,07 m2 echter kleiner dan 0,10 m2, in grote groepen, vanaf 30 biggen, gehuisvest +D1.1.13 D 1.1.13 volledig rooster met water- en mestkanalen, eventueel voorzien van schuine putwand(en), emitterend mestoppervlak kleiner dan 0,10 m2 +D1.1.14 D 1.1.14 chemisch luchtwassysteem 95% emissiereductie +D1.1.15.1 D 1.1.15.1 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met chemische wasser (lamellenfilter) en waterwasser +D1.1.15.2 D 1.1.15.2 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 70% emissiereductie met waterwasser, chemische wasser en biofilter +D1.1.15.3 D 1.1.15.3 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, chemische wasser en biofilter +D1.1.15.4 D 1.1.15.4 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met watergordijn en biologische wasser +D1.1.15.5 D 1.1.15.5 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, biologische wasser en geurverwijderingssectie +D1.1.15.6 D 1.1.15.6 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 90% emissiereductie met een biologische en een chemische wasser en een biofilter +D1.1.16 D 1.1.16 biologisch luchtwassysteem 85% emissiereductie +D1.1.17 D 1.1.17 chemisch luchtwassysteem 90% emissiereductie +D1.1.18 D 1.1.18 hok met conditionering van de ligvloertemperatuur, mestkelders met water- en mestkanaal, voerbak en watervoorziening boven het waterkanaal, mestkanaal met metalen driekant roostervloer met mestspleet, beide kanalen voorzien van een pan met watervulsysteem, dagelijkse mestafvoer uit het mestkanaal en een emitterend oppervlak van maximaal 0,062 m2 per big +D1.1.19 D 1.1.19 Biofilter 70% ammoniakemissiereductie +D1.1.2 D 1.1.2 spoelgotensysteem met dunne mest en gedeeltelijk roostervloer +D1.1.3 D 1.1.3 mestopvang in water in combinatie met een mestafvoersysteem +D1.1.4.1 D 1.1.4.1 ondiepe mestkelders met water- en mestkanaal; oppervlak mestkanaal maximaal 0,13 m2 per big +D1.1.4.2 D 1.1.4.2 ondiepe mestkelders met water- en mestkanaal; oppervlak mestkanaal maximaal 0,19 m2 per big +D1.1.5 D 1.1.5 halfrooster met verkleind mestoppervlak (max. 60% van het totale hokoppervlak bestaat uit een roostervloer) +D1.1.6 D 1.1.6 mestopvang in en spoelen met aangezuurde vloeistof (volledig roostervloer) +D1.1.7 D 1.1.7 mestopvang in en spoelen met aangezuurde vloeistof (gedeeltelijk roostervloer) +D1.1.8 D 1.1.8 gescheiden afvoer van mest en urine door middel van hellende mestband +D1.1.9 D 1.1.9 biologisch luchtwassysteem 70% emissiereductie +D1.2.1 D 1.2.1 spoelgotensysteem, spoelen met dunne mest +D1.2.10 D 1.2.10 biologisch luchtwassysteem 70% emissiereductie +D1.2.100 D 1.2.100 overige huisvestingssystemen +D1.2.11 D 1.2.11 chemisch luchtwassysteem 70% emissiereductie +D1.2.12 D 1.2.12 koeldeksysteem (150% koeloppervlak) +D1.2.13 D 1.2.13 mestpan onder kraamhok +D1.2.14 D 1.2.14 mestpan met water- en mestkanaal onder kraamhok +D1.2.15 D 1.2.15 chemisch luchtwassysteem 95% emissiereductie +D1.2.16 D 1.2.16 waterkanaal in combinatie met een afgescheiden mestkanaal of mestbak +D1.2.17.1 D 1.2.17.1 gecombineerd luchtwassysteem 85% emissiereductie met chemische wasser (lamellenfilter) en waterwasser +D1.2.17.2 D 1.2.17.2 gecombineerd luchtwassysteem 70% emissiereductie met waterwasser, chemische wasser en biofilter +D1.2.17.3 D 1.2.17.3 gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, chemische wasser en biofilter +D1.2.17.4 D 1.2.17.4 gecombineerd luchtwassysteem 85% emissiereductie met watergordijn en biologische wasser +D1.2.17.5 D 1.2.17.5 gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, biologische wasser en geurverwijderingssectie +D1.2.17.6 D 1.2.17.6 gecombineerd luchtwassysteem 90% emissiereductie met een biologische en een chemische wasser en een biofilter +D1.2.18 D 1.2.18 biologisch luchtwassysteem 85% emissiereductie +D1.2.19 D 1.2.19 chemisch luchtwassysteem 90% emissiereductie +D1.2.2 D 1.2.2 kunststof schijnvloer met schuif onder de roosters +D1.2.20 D 1.2.20 Mestpan met mestkanaal met koelsysteem en waterkanaal onder het kraamhok +D1.2.21 D 1.2.21 Biofilter 70% ammoniakemissiereductie +D1.2.3 D 1.2.3 vlakke, gecoate keldervloer met tandheugelschuifsysteem +D1.2.4 D 1.2.4 mestschuif met gecoate, hellende keldervloer en giergoot +D1.2.5 D 1.2.5 mestgoot met mestafvoersysteem +D1.2.6 D 1.2.6 ondiepe mestkelders met mest- en waterkanaal +D1.2.7 D 1.2.7 kraamopfokhok met hellende plaat +D1.2.8 D 1.2.8 mestopvang in en spoelen met aangezuurde vloeistof +D1.2.9 D 1.2.9 schuiven in mestgoot +D1.3.1 D 1.3.1 smalle ondiepe mestkanalen met metalen driekantroostervloer en rioleringssysteem (alleen toepasbaar bij individuele huisvesting) +D1.3.10 D 1.3.10 rondloopstal met zeugenvoerstation en strobed +D1.3.100 D 1.3.100 overige huisvestingssystemen, groepshuisvesting +D1.3.101 D 1.3.101 overige huisvestingssystemen, individuele huisvesting +D1.3.11 D 1.3.11 chemisch luchtwassysteem 95% emissiereductie bij individuele en groepshuisvesting +D1.3.12.1 D 1.3.12.1 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met chemische wasser (lamellenfilter) en waterwasser +D1.3.12.2 D 1.3.12.2 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 70% emissiereductie met waterwasser, chemische wasser en biofilter +D1.3.12.3 D 1.3.12.3 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, chemische wasser en biofilter +D1.3.12.4 D 1.3.12.4 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met watergordijn en biologische wasser +D1.3.12.5 D 1.3.12.5 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, biologische wasser en geurverwijderingssectie +D1.3.12.6 D 1.3.12.6 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 90% emissiereductie met een biologische en een chemische wasser en een biofilter +D1.3.13 D 1.3.13 biologisch luchtwassysteem 85% emissiereductie +D1.3.14 D 1.3.14 chemisch luchtwassysteem 90% emissiereductie +D1.3.15 D 1.3.15 gescheiden afvoer van mest en urine door middel van een V-vormige mestband in het mestkanaal met metalen driekant roosters op het mestkanaal +D1.3.16 D 1.3.16 hok met kelders met water- en mestkanaal, vloervoedering, mestkanaal met metalen driekant roostervloer met mestspleet, mest- en watergoot met schuine puntwanden, koelsysteem en watervul-/spoelsysteem in mestgoot, dagelijkse mestafvoer en een emitterend oppervlak van maximaal 0,3 m2 per varken +D1.3.17 D 1.3.17 Biofilter 70% ammoniakemissiereductie +D1.3.2 D 1.3.2 mestgoot met combinatierooster en frequente mestafvoer (alleen toepasbaar bij individuele huisvesting) +D1.3.3 D 1.3.3 spoelgotensysteem met dunne mest +D1.3.4 D 1.3.4 mestopvang in en spoelen met aangezuurde vloeistof +D1.3.5 D 1.3.5 schuiven in mestgoot (alleen toepasbaar bij individuele huisvesting) +D1.3.6 D 1.3.6 biologisch luchtwassysteem 70% emissiereductie (bij individuele en groepshuisvesting) +D1.3.7 D 1.3.7 chemisch luchtwassysteem 70% emissiereductie (bij individuele en groepshuisvesting) +D1.3.8.1 D 1.3.8.1 koeldeksysteem; 115% koeloppervlak (bij individuele huisvesting) +D1.3.8.2 D 1.3.8.2 koeldeksysteem; 135% koeloppervlak (bij groepshuisvesting) +D1.3.9.1 D 1.3.9.1 groepshuisvestingssysteem met voerligboxen of zeugenvoerstations, zonder strobed, met schuine putwanden in het mestkanaal; met metalen driekantroosters +D1.3.9.2 D 1.3.9.2 groepshuisvestingssysteem met voerligboxen of zeugenvoerstations, zonder strobed, met schuine putwanden in het mestkanaal; roosters anders dan metalen driekant +D2.1 D 2.1 biologisch luchtwassysteem 70% emissiereductie +D2.100 D 2.100 overige huisvestingssystemen +D2.2 D 2.2 chemisch luchtwassysteem 70% emissiereductie +D2.3 D 2.3 chemisch luchtwassysteem 95% emissiereductie +D2.4.1 D 2.4.1 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met chemische wasser (lamellenfilter) en waterwasser +D2.4.2 D 2.4.2 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 70% emissiereductie met waterwasser, chemische wasser en biofilter +D2.4.3 D 2.4.3 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, chemische wasser en biofilter +D2.4.4 D 2.4.4 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met watergordijn en biologische wasser +D2.4.5 D 2.4.5 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, biologische wasser en geurverwijderingssectie +D2.4.6 D 2.4.6 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 90% emissiereductie met een biologische en een chemische wasser en een biofilter +D2.5 D 2.5 biologisch luchtwassysteem 85% emissiereductie +D2.6 D 2.6 chemisch luchtwassysteem 90% emissiereductie +D2.7 D 2.7 Biofilter 70% ammoniakemissiereductie +D3.1 D 3.1 volledig roostervloer +D3.100 D 3.100 overige huisvestingssystemen +D3.2.1 D 3.2.1 gedeeltelijk roostervloer; gehele dierplaats onderkelderd zonder stankafsluiter +D3.2.10.1 D 3.2.10.1 gedeeltelijk roostervloer; bollevloerhok met betonnen morsrooster en metalen driekantrooster; emitterend mestoppervlak maximaal 0,22 m2 per varken +D3.2.10.2 D 3.2.10.2 gedeeltelijk roostervloer; bollevloerhok met betonnen morsrooster en metalen driekantrooster; emitterend mestoppervlak maximaal 0,33 m2 per varken +D3.2.11 D 3.2.11 gedeeltelijk roostervloer; hok met gescheiden mestkanalen +D3.2.12 D 3.2.12 gedeeltelijk roostervloer; spoelgotensysteem met metalen driekantroosters +D3.2.13 D 3.2.13 gedeeltelijk roostervloer; spoelgotensysteem met roosters +D3.2.14 D 3.2.14 gedeeltelijk roostervloer; chemisch luchtwassysteem 95% emissiereductie +D3.2.15.1 D 3.2.15.1 gedeeltelijk roostervloer; luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met chemische wasser (lamellenfilter) en waterwasser +D3.2.15.2 D 3.2.15.2 gedeeltelijk roostervloer; luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 70% emissiereductie met waterwasser, chemische wasser en biofilter +D3.2.15.3 D 3.2.15.3 gedeeltelijk roostervloer; luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, chemische wasser en biofilter +D3.2.15.4 D 3.2.15.4 gedeeltelijk roostervloer; luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met watergordijn en biologische wasser +D3.2.15.5 D 3.2.15.5 gedeeltelijk roostervloer; luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, biologische wasser en geurverwijderingssectie +D3.2.15.6 D 3.2.15.6 gedeeltelijk roostervloer; luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 90% emissiereductie met een biologische en een chemische wasser en een biofilter +D3.2.16 D 3.2.16 gedeeltelijk roostervloer; gescheiden afvoer van mest en urine door middel van een V-vormige mestband in het mestkanaal met metalen driekant roosters op het mestkanaal +D3.2.17 D 3.2.17 gedeeltelijk roostervloer; biologisch luchtwassysteem 85% emissiereductie +D3.2.18 D 3.2.18 gedeeltelijk roostervloer; chemisch luchtwassysteem 90% emissiereductie +D3.2.19 D 3.2.19 hok met mestkelders met water- en mestkanaal, voerbak en watervoorziening boven het waterkanaal, mestkanaal met metalen driekant roostervloer, mestgoot met schuine putwanden, koelsysteem en watervul-/spoelsysteem, dagelijkse mestafvoer en een emitterend mestoppervlak van maximaal 0,08 m2 per varken +D3.2.2 D 3.2.2 gedeeltelijk roostervloer; mestopvang in en spoelen met NH3-arme vloeistof (inclusief aanzuren) +D3.2.20 D 3.2.20 Biofilter 70% ammoniakemissiereductie +D3.2.3.2 D 3.2.3.2 gedeeltelijk roostervloer; koeldeksysteem met metalen driekantroostervloer (170% koeloppervlak); emitterend oppervlak mestkanaal groter dan 0,5 m2, maar maximaal 0,67 m2 per dierplaats +D3.2.3.3 D 3.2.3.3 gedeeltelijk roostervloer; koeldeksysteem met metalen driekantroostervloer (170% koeloppervlak); emitterend oppervlak mestkanaal maximaal 0,5 m2 per dierplaats +D3.2.4 D 3.2.4 gedeeltelijk roostervloer; mestopvang in met formaldehyde behandelde mestvloeistof in combinatie met metalen driekantroostervloer +D3.2.5 D 3.2.5 gedeeltelijk roostervloer; mestopvang in water in combinatie met metalen driekant roostervloer +D3.2.6.1.1 D 3.2.6.1.1 gedeeltelijk roostervloer; koeldeksysteem (200% koeloppervlak); met metalen roostervloer; emitterend mestoppervlak maximaal 0,8 m2 per varken +D3.2.6.1.2 D 3.2.6.1.2 gedeeltelijk roostervloer; koeldeksysteem (200% koeloppervlak); met metalen roostervloer; emitterend mestoppervlak maximaal 0,5 m2 +D3.2.6.2.1 D 3.2.6.2.1 gedeeltelijk roostervloer; koeldeksysteem (200% koeloppervlak); met roostervloer anders dan metaal; emitterend mestoppervlak maximaal 0,6 m2 per varken +D3.2.6.2.2 D 3.2.6.2.2 gedeeltelijk roostervloer; koeldeksysteem (200% koeloppervlak); met roostervloer anders dan metaal; emitterend mestoppervlak groter dan 0,6 m2, doch kleiner dan 0,8 m2 per varken +D3.2.7.1.1 D 3.2.7.1.1 gedeeltelijk roostervloer; mestkelders met (water- en) mestkanaal; mestkanaal met schuine putwand; met metalen driekantroosters op het mestkanaal; emitterend mestoppervlak maximaal 0,18 m2 per varken +D3.2.7.1.2 D 3.2.7.1.2 gedeeltelijk roostervloer; mestkelders met (water- en) mestkanaal; mestkanaal met schuine putwand; met metalen driekantroosters op het mestkanaal; emitterend mestoppervlak groter dan 0,18 m2, maar kleiner dan 0,27 m2 per varken +D3.2.7.2.1 D 3.2.7.2.1 gedeeltelijk roostervloer; mestkelders met (water- en) mestkanaal; mestkanaal met schuine putwand; met roosters anders dan metalen driekant op het mestkanaal; emitterend mestoppervlak maximaal 0,18 m2 per varken +D3.2.7.2.2 D 3.2.7.2.2 gedeeltelijk roostervloer; mestkelders met (water- en) mestkanaal; mestkanaal met schuine putwand; met roosters anders dan metalen driekant op het mestkanaal; emitterend mestoppervlak groter dan 0,18 m2, maar kleiner dan 0,27 m2 per varken +D3.2.8 D 3.2.8 gedeeltelijk roostervloer; biologisch luchtwassysteem 70% emissiereductie +D3.2.9 D 3.2.9 gedeeltelijk roostervloer; chemisch luchtwassysteem 70% emissiereductie +D3.3.1 D 3.3.1 beddenstal met maximaal 0,14 m2 emitterend mestoppervlak per dier tot 50 kg levend gewicht en met maximaal 0,29 m2 emitterend mestoppervlak per dier vanaf 50 kg levend gewicht +D3.3.2 D 3.3.2 overige huisvestingssystemen scharrel vleesvarkens +E1.1 E 1.1 open mestopslag onder de batterij al dan niet voorzien van een mestschuif (flat-deck-kooien, trapkooien of compactkooien voor natte mest) +E1.10 E 1.10 biologisch luchtwassysteem 70% emissiereductie +E1.100 E 1.100 overige huisvestingssystemen niet-batterijhuisvesting +E1.101 E 1.101 overige huisvestingssystemen batterijhuisvesting +E1.11 E 1.11 stal met verwarmingssysteem met warmteheaters en ventilatoren +E1.12 E 1.12 biofilter 70% emissiereductie +E1.13 E 1.13 chemisch luchtwassysteem 70% emissiereductie +E1.14 E 1.14 opfokhuisvesting met verhoogde roostervloer met daarboven oplierbare en/of opklapbare roosters +E1.15 E 1.15 chemisch luchtwassysteem 70% emissiereductie +E1.16 E 1.16 stal met warmteheaters met luchtmengsysteem voor droging strooisellaag +E1.2 E 1.2 mestbandbatterij voor natte mest met afvoer naar een gesloten opslag (minimaal 2 maal per week ontmesten) +E1.3 E 1.3 compactbatterij waarvan de natte mest 2 maal daags door middel van mestschuiven en een centrale mestband afgevoerd wordt naar een gesloten opslag +E1.4 E 1.4 batterij met geforceerde mestdroging (kanalenstal) +E1.5.1 E 1.5.1 mestbandbatterij met geforceerde mestdroging; mestbandbatterij voor droge mest met geforceerde mestdroging +E1.5.2 E 1.5.2 mestbandbatterij met geforceerde mestdroging; mestbandbatterij met geforceerde mestdroging, belucht met 0,4 m3 lucht per opfokhen per uur; mestafdraaien per vijf dagen, de mest heeft dan een droge stofgehalte van minimaal 55% +E1.5.3 E 1.5.3 mestbandbatterij met geforceerde mestdroging; batterijhuisvesting volgens categorie E 1.5.1 met chemisch luchtwassysteem met 90% emissiereductie +E1.5.4 E 1.5.4 mestbandbatterij met geforceerde mestdroging; batterijhuisvesting volgens categorie E 1.5.2 met chemisch luchtwassysteem met 90% emissiereductie +E1.5.5 E 1.5.5 mestbandbatterij met geforceerde mestdroging; koloniehuisvesting met mestbandbeluchting (0,7 m3 per dier per uur) +E1.6 E 1.6 batterijsysteem met mestbandbeluchting en bovenliggende droogtunnel +E1.7 E 1.7 grondhuisvesting (strooiselvloer, roostervloer) +E1.8.1 E 1.8.1 volièrehuisvesting; minimaal 50% van de leef ruimte is rooster, met daaronder een mestband. Mestbanden minimaal eenmaal per week afdraaien. Roosters minimaal in twee etages +E1.8.2 E 1.8.2 volièrehuisvesting; 65 - 70% van de leefruimte is rooster, met daaronder een mestband met 0,3 m3 per dier per uur mestbeluchting. Mestbanden minimaal eenmaal per week afdraaien. Roosters minimaal in twee etages. +E1.8.3.1 E 1.8.3.1 volièrehuisvesting; 45 - 55% van de leefruimte is rooster met daaronder een mestband, mestbanden minimaal tweemaal per week afdraaien; met 0,1 m3 per dier per uur beluchting +E1.8.3.2 E 1.8.3.2 volièrehuisvesting; 45 - 55% van de leefruimte is rooster met daaronder een mestband, mestbanden minimaal tweemaal per week afdraaien; met 0,3 m3 per dier per uur beluchting +E1.8.4 E 1.8.4 volièrehuisvesting; 30 - 35% van de leefruimte is rooster met daaronder een mestband met 0,4 m3 per dier per uur beluchting, mestbanden minimaal éénmaal per week afdraaien +E1.8.5 E 1.8.5 volièrehuisvesting; 55 - 60% van de leefruimte is rooster met daaronder een mestband met 0,4 m³ per dier per uur beluchting, mestbanden minimaal éénmaal per week afdraaien +E1.9 E 1.9 chemisch luchtwassysteem 90% emissiereductie +E2.1 E 2.1 open mestopslag onder de batterij al dan niet voorzien van een mestschuif (flat-deck-kooien, trapkooien of compactkooien voor natte mest) +E2.10 E 2.10 chemisch luchtwassysteem 90% emissiereductie +E2.100 E 2.100 overige huisvestingssystemen niet-batterijhuisvesting +E2.101 E 2.101 overige huisvestingssystemen batterijhuisvesting +E2.11.1 E 2.11.1 volièrehuisvesting; minimaal 50% van de leefruimte is rooster met daaronder een mestband. Mestbanden minimaal eenmaal per week afdraaien. Roosters minimaal in twee etages. +E2.11.2.1 E 2.11.2.1 volièrehuisvesting; 45 - 55% van de leefruimte roosters met daaronder een mestband met beluchting. Mestbanden minimaal tweemaal per week afdraaien. Roosters minimaal in twee etages; beluchtingcapaciteit minimaal 0,2 m³ per dier per uur +E2.11.2.2 E 2.11.2.2 volièrehuisvesting; 45 - 55% van de leefruimte roosters met daaronder een mestband met beluchting. Mestbanden minimaal tweemaal per week afdraaien. Roosters minimaal in twee etages; beluchtingcapaciteit minimaal 0,5 m³ per dier per uur +E2.11.3 E 2.11.3 volièrehuisvesting; 30-35% van de leefruimte roosters met daaronder een mestband met 0,7 m3 per dier per uur mestbeluchting. Mestbanden minimaal eenmaal per week afdraaien. Roosters minimaal in twee etages. +E2.11.4 E 2.11.4 volièrehuisvesting; 55-60% van de leefruimte roosters met daaronder een mestband met 0,7 m3 per dier per uur mestbeluchting. Mestbanden minimaal eenmaal per week afdraaien. Roosters minimaal in twee etages. +E2.12.1 E 2.12.1 Scharrelhuisvesting; scharrelstal in twee verdiepingen met mestbanden onder de roosters (twee maal per week afdraaien), bezetting 9 dieren per m2 +E2.12.2 E 2.12.2 scharrelhuisvesting met frequente mest- en strooiselverwijdering +E2.13 E 2.13 biologisch luchtwassysteem 70% emissiereductie +E2.14 E 2.14 biofilter 70% emissiereductie +E2.15 E 2.15 chemisch luchtwassysteem 70% emissiereductie +E2.16 E 2.16 chemisch luchtwassysteem 70% emissiereductie +E2.2 E 2.2 mestbandbatterij voor natte mest met afvoer naar een gesloten opslag (minimaal 2 maal per week ontmesten) +E2.3 E 2.3 compactbatterij waarvan de natte mest 2 maal daags door middel van mestschuiven en een centrale mestband afgevoerd wordt naar een gesloten opslag +E2.4 E 2.4 batterij met geforceerde mestdroging (deeppitstal of highrisestal, kanalenstal) +E2.5.1 E 2.5.1 mestbandbatterij met geforceerde mestdroging; mestbandbatterij voor droge mest met geforceerde mestdroging +E2.5.2 E 2.5.2 mestbandbatterij met geforceerde mestdroging; mestbandbatterij met geforceerde mestdroging, belucht met 0,7 m3 lucht per dier per uur. Mestafdraaien per vijf dagen; de mest heeft dan een droge stofgehalte van minimaal 55% +E2.5.3 E 2.5.3 mestbandbatterij met geforceerde mestdroging; batterijhuisvesting volgens categorie E 2.5.1 met chemisch luchtwassysteem met 90% emissiereductie +E2.5.4 E 2.5.4 mestbandbatterij met geforceerde mestdroging; batterijhuisvesting volgens categorie E 2.5.2 met chemisch luchtwassysteem met 90% emissiereductie +E2.5.5 E 2.5.5 mestbandbatterij met geforceerde mestdroging; verrijkte kooien met mestbandbeluchting (0,7 m3 per dier per uur) +E2.5.6 E 2.5.6 mestbandbatterij met geforceerde mestdroging; koloniehuisvesting met mestbandbeluchting (0,7 m3 per dier per uur) +E2.6 E 2.6 batterijsysteem met mestbandbeluchting en bovenliggende droogtunnel +E2.7 E 2.7 grondhuisvesting van legrassen (circa 1/3 strooiselvloer en circa 2/3 roostervloer) +E2.8 E 2.8 grondhuisvesting met beluchting onder gedeeltelijk verhoogde roostervloer (perfosysteem) +E2.9.1 E 2.9.1 grondhuisvesting met mestbeluchting via buizen; grondhuisvesting met mestbeluchting via buizen onder de beun +E2.9.2 E 2.9.2 grondhuisvesting met mestbeluchting via buizen; grondhuisvesting met enkele buis onder de beun aan weerszijden van het legnest +E2.9.3 E 2.9.3 grondhuisvesting met mestbeluchting door middel van verticale ventilatiekokers +E3.1 E 3.1 chemisch luchtwassysteem 90% emissiereductie +E3.10 E 3.10 chemisch luchtwassysteem 70% emissiereductie +E3.100 E 3.100 overige huisvestingssystemen +E3.2 E 3.2 biologisch luchtwassysteem 70% emissiereductie +E3.3 E 3.3 stal met mixluchtventilatie +E3.4 E 3.4 stal met verwarmingssysteem met warmteheaters en ventilatoren +E3.5 E 3.5 biofilter 70% emissiereductie +E3.6 E 3.6 chemisch luchtwassysteem 70% emissiereductie +E3.7 E 3.7 stal met warmteheaters met luchtmengsysteem voor droging strooisellaag +E3.8 E 3.8 stal met luchtmengsysteem voor droging strooisellaag in combinatie met een warmtewisselaar +E3.9 E 3.9 stal met buizenverwarming +E4.1 E 4.1 groepskooi voorzien van mestband en geforceerde mestdroging +E4.10 E 4.10 chemisch luchtwassysteem 70% emissiereductie +E4.100 E 4.100 overige huisvestingssystemen +E4.11 E 4.11 chemisch luchtwassysteem 70% emissiereductie +E4.2 E 4.2 volièrehuisvesting met geforceerde mestdroging +E4.3 E 4.3 volièrehuisvesting met geforceerde mest- en strooiseldroging +E4.4.1 E 4.4.1 grondhuisvesting met mestbeluchting; mestbeluchting van bovenaf +E4.4.2 E 4.4.2 grondhuisvesting met mestbeluchting; mestbeluchting met verticale slangen in de mest +E4.4.3 E 4.4.3 grondhuisvesting met mestbeluchting; grondhuisvesting met mestbeluchting via buizen onder de beun +E4.4.4 E 4.4.4 grondhuisvesting met mestbeluchting; grondhuisvesting met mestbeluchting door middel van verticale ventilatiekokers +E4.5 E 4.5 perfosysteem op gedeeltelijk verhoogde roostervloer +E4.6 E 4.6 chemisch luchtwassysteem 90% emissiereductie +E4.7 E 4.7 biologisch luchtwassysteem 70% emissiereductie +E4.8 E 4.8 grondhuisvesting, mestbanden onder de roosters, mestbanden minimaal tweemaal per week afdraaien +E4.9 E 4.9 biofilter 70% emissiereductie +E5.1 E 5.1 zwevende vloer met strooiseldroging +E5.10 E 5.10 stal met verwarmingssysteem met warmteheaters en ventilatoren +E5.100 E 5.100 overige huisvestingssystemen +E5.11 E 5.11 stal met luchtmengsysteem voor droging strooisellaag in combinatie met een warmtewisselaar +E5.12 E 5.12 biofilter 70% emissiereductie +E5.13 E 5.13 chemisch luchtwassysteem 70% emissiereductie +E5.14 E 5.14 stal met warmteheaters met luchtmengsysteem voor droging strooisellaag +E5.15 E 5.15 Stal met buizenverwarming +E5.16 E 5.16 chemisch luchtwassysteem 70% emissiereductie +E5.2 E 5.2 geperforeerde vloer met strooiseldroging +E5.3 E 5.3 etagesysteem met volledige roostervloer en mestbandbeluchting +E5.4 E 5.4 chemisch luchtwassysteem 90% emissiereductie +E5.5 E 5.5 grondhuisvesting met vloerverwarming en vloerkoeling +E5.6 E 5.6 stal met mixluchtventilatie +E5.7 E 5.7 biologisch luchtwassysteem 70% emissiereductie +E5.8 E 5.8 etagesysteem met mestband en strooiseldroging +E5.9.1.1.1 E 5.9.1.1.1 uitbroeden eieren en opfokken vleeskuikens tot 13 dagen in stal en vervolghuisvesting in E 5.5 (grondhuisvesting met vloerverwarming en vloerkoeling) +E5.9.1.1.100 E 5.9.1.1.100 uitbroeden eieren en opfokken vleeskuikens tot 13 dagen in stal en vervolghuisvesting in E 5.100 (overige huisvestingsystemen) +E5.9.1.1.2 E 5.9.1.1.2 uitbroeden eieren en opfokken vleeskuikens tot 13 dagen in stal en vervolghuisvesting in E 5.6 (stal met mixluchtventilatie) +E5.9.1.1.3 E 5.9.1.1.3 uitbroeden eieren en opfokken vleeskuikens tot 13 dagen in stal en vervolghuisvesting in E 5.8 (etagesysteem met mestband en strooiseldroging) +E5.9.1.1.4 E 5.9.1.1.4 uitbroeden eieren en opfokken vleeskuikens tot 13 dagen in stal en vervolghuisvesting in E 5.10 (stal met verwarmingssysteem met warmteheaters en ventilatoren) +E5.9.1.1.5 E 5.9.1.1.5 uitbroeden eieren en opfokken vleeskuikens tot 13 dagen in stal en vervolghuisvesting in E 5.11 (vleeskuikenstal met luchtmengsysteem voor droging strooisellaag in combinatie met een warmtewisselaar) +E5.9.1.1.6 E 5.9.1.1.6 uitbroeden eieren en opfokken vleeskuikens tot 13 dagen in stal en vervolghuisvesting in E 5.15 (vleeskuikenstal met buizenverwarming) +E5.9.1.2.1 E 5.9.1.2.1 uitbroeden eieren en opfokken vleeskuikens tot 19 dagen in stal en vervolghuisvesting in E 5.5 (grondhuisvesting met vloerverwarming en vloerkoeling) +E5.9.1.2.100 E 5.9.1.2.100 uitbroeden eieren en opfokken vleeskuikens tot 19 dagen in stal en vervolghuisvesting in E 5.100 (overige huisvestingsystemen) +E5.9.1.2.2 E 5.9.1.2.2 uitbroeden eieren en opfokken vleeskuikens tot 19 dagen in stal en vervolghuisvesting in E 5.6 (stal met mixluchtventilatie) +E5.9.1.2.3 E 5.9.1.2.3 uitbroeden eieren en opfokken vleeskuikens tot 19 dagen in stal en vervolghuisvesting in E 5.8 (etagesysteem met mestband en strooiseldroging) +E5.9.1.2.4 E 5.9.1.2.4 uitbroeden eieren en opfokken vleeskuikens tot 19 dagen in stal en vervolghuisvesting in E 5.10 (stal met verwarmingssysteem met warmteheaters en ventilatoren) +E5.9.1.2.5 E 5.9.1.2.5 uitbroeden eieren en opfokken vleeskuikens tot 19 dagen in stal en vervolghuisvesting in E 5.11 (vleeskuikenstal met luchtmengsysteem voor droging strooisellaag in combinatie met een warmtewisselaar) +E5.9.1.2.6 E 5.9.1.2.6 uitbroeden eieren en opfokken vleeskuikens tot 19 dagen in stal en vervolghuisvesting in E 5.15 (vleeskuikenstal met buizenverwarming) +F1.1 F 1.1 chemisch luchtwassysteem 90% emissiereductie +F1.100 F 1.100 overige huisvestingssystemen +F1.2 F 1.2 biologisch luchtwassysteem 70% emissiereductie +F1.3 F 1.3 stal met verwarmingssysteem met warmteheaters en ventilatoren +F1.4 F 1.4 biofilter 70% emissiereductie +F1.5 F 1.5 chemisch luchtwassysteem 70% emissiereductie +F1.6 F 1.6 stal met warmteheaters met luchtmengsysteem voor droging strooisellaag +F1.7 F 1.7 stal met luchtmengsysteem voor droging strooisellaag in combinatie met een warmtewisselaar +F1.8 F 1.8 stal met buizenverwarming +F1.9 F 1.9 chemisch luchtwassysteem 70% emissiereductie +F2.1 F 2.1 chemisch luchtwassysteem 90% emissiereductie +F2.100 F 2.100 overige huisvestingssystemen +F2.2 F 2.2 biologisch luchtwassysteem 70% emissiereductie +F2.3 F 2.3 stal met verwarmingssysteem met warmteheaters en ventilatoren +F2.4 F 2.4 biofilter 70% emissiereductie +F2.5 F 2.5 chemisch luchtwassysteem 70% emissiereductie +F2.6 F 2.6 stal met warmteheaters met luchtmengsysteem voor droging strooisellaag +F2.7 F 2.7 stal met luchtmengsysteem voor droging strooisellaag in combinatie met een warmtewisselaar +F2.8 F 2.8 chemisch luchtwassysteem 70% emissiereductie +F3.1 F 3.1 chemisch luchtwassysteem 90% emissiereductie +F3.100 F 3.100 overige huisvestingssystemen +F3.2 F 3.2 biologisch luchtwassysteem 70% emissiereductie +F3.3 F 3.3 biofilter 70% emissiereductie +F3.4 F 3.4 chemisch luchtwassysteem 70% emissiereductie +F3.5 F 3.5 chemisch luchtwassysteem 70% emissiereductie +F4.1 F 4.1 gedeeltelijk verhoogde strooiselvloer +F4.10 F 4.10 chemisch luchtwassysteem 70% emissiereductie +F4.100 F 4.100 overige huisvestingssystemen +F4.2 F 4.2 chemisch luchtwassysteem 90% emissiereductie +F4.3 F 4.3 mechanisch geventileerde stal met frequente strooiselverwijdering +F4.4 F 4.4 biologisch luchtwassysteem 70% emissiereductie +F4.5 F 4.5 stal met verwarmingssysteem met warmteheaters en ventilatoren +F4.6 F 4.6 biofilter 70% emissiereductie +F4.7 F 4.7 chemisch luchtwassysteem 70% emissiereductie +F4.8 F 4.8 stal met warmteheaters met luchtmengsysteem voor droging strooisellaag +F4.9 F 4.9 stal met luchtmengsysteem voor droging strooisellaag in combinatie met een warmtewisselaar +G1.1 G 1.1 chemisch luchtwassysteem 90% emissiereductie +G1.100 G 1.100 overig huisvestingssystemen +G1.2 G 1.2 biologisch luchtwassysteem 70% emissiereductie +G1.3 G 1.3 chemisch luchtwassysteem 70% emissiereductie +G1.4 G 1.4 biofilter 70% emissiereductie +G1.5 G 1.5 chemisch luchtwassysteem 70% emissiereductie +G2.1.1 G 2.1.1 binnen mesten; chemisch luchtwassysteem 90% emissiereductie +G2.1.100 G 2.1.100 binnen mesten; overig huisvestingssystemen +G2.1.2 G 2.1.2 binnen mesten; biologisch luchtwassysteem 70% emissiereductie +G2.1.3 G 2.1.3 binnen mesten; chemisch luchtwassysteem 70% emissiereductie +G2.1.4 G 2.1.4 binnen mesten; biofilter 70% emissiereductie +G2.1.5 G 2.1.5 chemisch luchtwassysteem 70% emissiereductie +G2.2 G 2.2 buiten mesten (per afgeleverde eend) +H1.1 H 1.1 open mestopslag onder de kooi +H1.2 H 1.2 dagontmesting met afvoer naar een gesloten opslag +I1.1 I 1.1 mechanisch geventileerde stal met gescheiden afvoer van mest en urine +I1.100 I 1.100 overige huisvestingssystemen +I1.2 I 1.2 mechanisch geventileerde stal met een biologisch luchtwassysteem 70% emissiereductie +I1.3 I 1.3 mechanisch geventileerde stal met een chemisch luchtwassysteem 70% emissiereductie +I1.4 I 1.4 mechanisch geventileerde stal met een chemisch luchtwassysteem 90% emissiereductie +I2.1 I 2.1 mechanisch geventileerde stal met gescheiden afvoer van mest en urine +I2.100 I 2.100 overige huisvestingssystemen +I2.2 I 2.2 mechanisch geventileerde stal met een biologisch luchtwassysteem 70% emissiereductie +I2.3 I 2.3 mechanisch geventileerde stal met een chemisch luchtwassysteem 70% emissiereductie +I2.4 I 2.4 mechanisch geventileerde stal met een chemisch luchtwassysteem 90% emissiereductie +K1.100 K 1.100 overige huisvestingssystemen +K2.100 K 2.100 overige huisvestingssystemen +K3.100 K 3.100 overige huisvestingssystemen +K4.100 K 4.100 overige huisvestingssystemen +L1.100 L 1.100 overige huisvestingssystemen +L2.100 L 2.100 overige huisvestingssystemen +L3.100 L 3.100 overige huisvestingssystemen diff --git a/waardelijst/5.1.2/20231004/IMAER_farm_reductive_lodging_systems_20231004.csv b/waardelijst/5.1.2/20231004/IMAER_farm_reductive_lodging_systems_20231004.csv new file mode 100644 index 0000000..0eae426 --- /dev/null +++ b/waardelijst/5.1.2/20231004/IMAER_farm_reductive_lodging_systems_20231004.csv @@ -0,0 +1,229 @@ +code name description +A1.17 A 1.17 mechanisch geventileerde stal met een chemisch luchtwassysteem +A1.39 A 1.39 Natuurlijk geventileerde ligboxenstal met een roostervloer voorzien van inlays met urineafvoergaatjes in de roosterspleten, frequent bevochtigen en schoonzuigen van de vloer door een mestverzamelrobot en een mechanische kelderluchtafzuiging met een chemisch luchtwassysteem (95% emissiereductie) +A4.1 A 4.1 mechanisch geventileerde stal met een chemisch luchtwassysteem met 90% emissiereductie +A4.2 A 4.2 mechanisch geventileerde stal met een biologisch luchtwassysteem met 70% emissiereductie +A4.3 A 4.3 mechanisch geventileerde stal met een chemisch luchtwassysteem met 70% emissiereductie +A4.4 A 4.4 mechanisch geventileerde stal met een chemisch luchtwassysteem met 95% emissiereductie +A4.5.1 A 4.5.1 mechanisch geventileerde stal met een luchtwassysteem anders dan biologisch of chemisch; mechanisch geventileerde stal met een gecombineerd luchtwassysteem 85% emissiereductie met chemische wasser (lamellenfilter) en waterwasser +A4.5.2 A 4.5.2 mechanisch geventileerde stal met een luchtwassysteem anders dan biologisch of chemisch; mechanisch geventileerde stal met een gecombineerd luchtwassysteem 70% emissiereductie met waterwasser, chemische wasser en biofilter +A4.5.3 A 4.5.3 mechanisch geventileerde stal met een luchtwassysteem anders dan biologisch of chemisch; mechanisch geventileerde stal met een gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, chemische wasser en biofilter +A4.5.4 A 4.5.4 mechanisch geventileerde stal met een luchtwassysteem anders dan biologisch of chemisch; mechanisch geventileerde stal met een gecombineerd luchtwassysteem 85% emissiereductie met watergordijn en biologische wasser +A4.5.5 A 4.5.5 mechanisch geventileerde stal met een luchtwassysteem anders dan biologisch of chemisch; mechanisch geventileerde stal met een gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, biologische wasser en geurverwijderingssectie +A4.5.6 A 4.5.6 mechanisch geventileerde stal met een luchtwassysteem anders dan biologisch of chemisch; mechanisch geventileerde stal met een gecombineerd luchtwassysteem 90% emissiereductie met een biologische en een chemische wasser en een biofilter +A4.6 A 4.6 mechanisch geventileerde stal met een biologisch luchtwassysteem 85% emissiereductie +C1.1.1 C 1.1.1 mechanisch geventileerde gesloten stal (BWL 2017.07) met een biologisch luchtwassysteem met 70% emissiereductie +C1.1.2 C 1.1.2 mechanisch geventileerde gesloten stal (BWL 2017.07) met een chemisch luchtwassysteem met 70% emissiereductie +C1.1.3 C 1.1.3 mechanisch geventileerde gesloten stal (BWL 2017.07) met een chemisch luchtwassysteem met 95% emissiereductie +C1.1.4.1 C 1.1.4.1 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (chemische wasser (lamellenfilter) en waterwasser) +C1.1.4.2 C 1.1.4.2 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 70% emissiereductie (waterwasser, chemische wasser en biofilter) +C1.1.4.3 C 1.1.4.3 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (waterwasser, chemische wasser en biofilter) +C1.1.4.4 C 1.1.4.4 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (watergordijn en biologische wasser) +C1.1.4.5 C 1.1.4.5 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (waterwasser, biologische wasser en geurverwijderingssectie) +C1.1.4.6 C 1.1.4.6 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 90% emissiereductie (biologische en chemische wasser en biofilter) +C1.1.5 C 1.1.5 mechanisch geventileerde gesloten stal (BWL 2017.07) met een biologisch luchtwassysteem met 85% emissiereductie +C1.1.6 C 1.1.6 mechanisch geventileerde gesloten stal (BWL 2017.07) met een chemisch luchtwassysteem met 90% emissiereductie +C2.1.1 C 2.1.1 mechanisch geventileerde gesloten stal (BWL 2017.07) met een biologisch luchtwassysteem met 70% emissiereductie +C2.1.2 C 2.1.2 mechanisch geventileerde gesloten stal (BWL 2017.07) met een chemisch luchtwassysteem met 70% emissiereductie +C2.1.3 C 2.1.3 mechanisch geventileerde gesloten stal (BWL 2017.07) met een chemisch luchtwassysteem met 95% emissiereductie +C2.1.4.1 C 2.1.4.1 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (chemische wasser (lamellenfilter) en waterwasser) +C2.1.4.2 C 2.1.4.2 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 70% emissiereductie (waterwasser, chemische wasser en biofilter) +C2.1.4.3 C 2.1.4.3 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (waterwasser, chemische wasser en biofilter) +C2.1.4.4 C 2.1.4.4 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (watergordijn en biologische wasser) +C2.1.4.5 C 2.1.4.5 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (waterwasser, biologische wasser en geurverwijderingssectie) +C2.1.4.6 C 2.1.4.6 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 90% emissiereductie (biologische en chemische wasser en biofilter) +C2.1.5 C 2.1.5 mechanisch geventileerde gesloten stal (BWL 2017.07) met een biologisch luchtwassysteem met 85% emissiereductie +C2.1.6 C 2.1.6 mechanisch geventileerde gesloten stal (BWL 2017.07) met een chemisch luchtwassysteem met 90% emissiereductie +C3.1.1 C 3.1.1 mechanisch geventileerde gesloten stal (BWL 2017.07) met een biologisch luchtwassysteem met 70% emissiereductie +C3.1.2 C 3.1.2 mechanisch geventileerde gesloten stal (BWL 2017.07) met een chemisch luchtwassysteem met 70% emissiereductie +C3.1.3 C 3.1.3 mechanisch geventileerde gesloten stal (BWL 2017.07) met een chemisch luchtwassysteem met 95% emissiereductie +C3.1.4.1 C 3.1.4.1 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (chemische wasser (lamellenfilter) en waterwasser) +C3.1.4.2 C 3.1.4.2 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 70% emissiereductie (waterwasser, chemische wasser en biofilter) +C3.1.4.3 C 3.1.4.3 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (waterwasser, chemische wasser en biofilter) +C3.1.4.4 C 3.1.4.4 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (watergordijn en biologische wasser) +C3.1.4.5 C 3.1.4.5 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 85% emissiereductie (waterwasser, biologische wasser en geurverwijderingssectie) +C3.1.4.6 C 3.1.4.6 mechanisch geventileerde gesloten stal (BWL 2017.07) met een gecombineerd luchtwassysteem met 90% emissiereductie (biologische en chemische wasser en biofilter) +C3.1.5 C 3.1.5 mechanisch geventileerde gesloten stal (BWL 2017.07) met een biologisch luchtwassysteem met 85% emissiereductie +C3.1.6 C 3.1.6 mechanisch geventileerde gesloten stal (BWL 2017.07) met een chemisch luchtwassysteem met 90% emissiereductie +D1.1.10 D 1.1.10 chemisch luchtwassysteem 70% emissiereductie +D1.1.14 D 1.1.14 chemisch luchtwassysteem 95% emissiereductie +D1.1.15.1 D 1.1.15.1 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met chemische wasser (lamellenfilter) en waterwasser +D1.1.15.2 D 1.1.15.2 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 70% emissiereductie met waterwasser, chemische wasser en biofilter +D1.1.15.3 D 1.1.15.3 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, chemische wasser en biofilter +D1.1.15.4 D 1.1.15.4 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met watergordijn en biologische wasser +D1.1.15.5 D 1.1.15.5 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, biologische wasser en geurverwijderingssectie +D1.1.15.6 D 1.1.15.6 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 90% emissiereductie met een biologische en een chemische wasser en een biofilter +D1.1.16 D 1.1.16 biologisch luchtwassysteem 85% emissiereductie +D1.1.17 D 1.1.17 chemisch luchtwassysteem 90% emissiereductie +D1.1.19 D 1.1.19 Biofilter 70% ammoniakemissiereductie +D1.1.9 D 1.1.9 biologisch luchtwassysteem 70% emissiereductie +D1.2.10 D 1.2.10 biologisch luchtwassysteem 70% emissiereductie +D1.2.11 D 1.2.11 chemisch luchtwassysteem 70% emissiereductie +D1.2.15 D 1.2.15 chemisch luchtwassysteem 95% emissiereductie +D1.2.17.1 D 1.2.17.1 gecombineerd luchtwassysteem 85% emissiereductie met chemische wasser (lamellenfilter) en waterwasser +D1.2.17.2 D 1.2.17.2 gecombineerd luchtwassysteem 70% emissiereductie met waterwasser, chemische wasser en biofilter +D1.2.17.3 D 1.2.17.3 gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, chemische wasser en biofilter +D1.2.17.4 D 1.2.17.4 gecombineerd luchtwassysteem 85% emissiereductie met watergordijn en biologische wasser +D1.2.17.5 D 1.2.17.5 gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, biologische wasser en geurverwijderingssectie +D1.2.17.6 D 1.2.17.6 gecombineerd luchtwassysteem 90% emissiereductie met een biologische en een chemische wasser en een biofilter +D1.2.18 D 1.2.18 biologisch luchtwassysteem 85% emissiereductie +D1.2.19 D 1.2.19 chemisch luchtwassysteem 90% emissiereductie +D1.2.21 D 1.2.21 Biofilter 70% ammoniakemissiereductie +D1.3.11 D 1.3.11 chemisch luchtwassysteem 95% emissiereductie bij individuele en groepshuisvesting +D1.3.12.1 D 1.3.12.1 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met chemische wasser (lamellenfilter) en waterwasser +D1.3.12.2 D 1.3.12.2 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 70% emissiereductie met waterwasser, chemische wasser en biofilter +D1.3.12.3 D 1.3.12.3 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, chemische wasser en biofilter +D1.3.12.4 D 1.3.12.4 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met watergordijn en biologische wasser +D1.3.12.5 D 1.3.12.5 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, biologische wasser en geurverwijderingssectie +D1.3.12.6 D 1.3.12.6 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 90% emissiereductie met een biologische en een chemische wasser en een biofilter +D1.3.13 D 1.3.13 biologisch luchtwassysteem 85% emissiereductie +D1.3.14 D 1.3.14 chemisch luchtwassysteem 90% emissiereductie +D1.3.17 D 1.3.17 Biofilter 70% ammoniakemissiereductie +D1.3.6 D 1.3.6 biologisch luchtwassysteem 70% emissiereductie (bij individuele en groepshuisvesting) +D1.3.7 D 1.3.7 chemisch luchtwassysteem 70% emissiereductie (bij individuele en groepshuisvesting) +D2.1 D 2.1 biologisch luchtwassysteem 70% emissiereductie +D2.2 D 2.2 chemisch luchtwassysteem 70% emissiereductie +D2.3 D 2.3 chemisch luchtwassysteem 95% emissiereductie +D2.4.1 D 2.4.1 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met chemische wasser (lamellenfilter) en waterwasser +D2.4.2 D 2.4.2 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 70% emissiereductie met waterwasser, chemische wasser en biofilter +D2.4.3 D 2.4.3 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, chemische wasser en biofilter +D2.4.4 D 2.4.4 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met watergordijn en biologische wasser +D2.4.5 D 2.4.5 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, biologische wasser en geurverwijderingssectie +D2.4.6 D 2.4.6 luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 90% emissiereductie met een biologische en een chemische wasser en een biofilter +D2.5 D 2.5 biologisch luchtwassysteem 85% emissiereductie +D2.6 D 2.6 chemisch luchtwassysteem 90% emissiereductie +D2.7 D 2.7 Biofilter 70% ammoniakemissiereductie +D3.2.14 D 3.2.14 gedeeltelijk roostervloer; chemisch luchtwassysteem 95% emissiereductie +D3.2.15.1 D 3.2.15.1 gedeeltelijk roostervloer; luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met chemische wasser (lamellenfilter) en waterwasser +D3.2.15.2 D 3.2.15.2 gedeeltelijk roostervloer; luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 70% emissiereductie met waterwasser, chemische wasser en biofilter +D3.2.15.3 D 3.2.15.3 gedeeltelijk roostervloer; luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, chemische wasser en biofilter +D3.2.15.4 D 3.2.15.4 gedeeltelijk roostervloer; luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met watergordijn en biologische wasser +D3.2.15.5 D 3.2.15.5 gedeeltelijk roostervloer; luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 85% emissiereductie met waterwasser, biologische wasser en geurverwijderingssectie +D3.2.15.6 D 3.2.15.6 gedeeltelijk roostervloer; luchtwassystemen anders dan biologisch of chemisch; gecombineerd luchtwassysteem 90% emissiereductie met een biologische en een chemische wasser en een biofilter +D3.2.17 D 3.2.17 gedeeltelijk roostervloer; biologisch luchtwassysteem 85% emissiereductie +D3.2.18 D 3.2.18 gedeeltelijk roostervloer; chemisch luchtwassysteem 90% emissiereductie +D3.2.20 D 3.2.20 Biofilter 70% ammoniakemissiereductie +D3.2.8 D 3.2.8 gedeeltelijk roostervloer; biologisch luchtwassysteem 70% emissiereductie +D3.2.9 D 3.2.9 gedeeltelijk roostervloer; chemisch luchtwassysteem 70% emissiereductie +D4.1 D 4.1 drijvende ballen in de mest 29% emissiereductie +D4.2.1 D 4.2.1 schuine wand mestkanaal bij biggenopfok (D 1.1), 40% emissiereductie +D4.2.2 D 4.2.2 schuine wand mestkanaal bij kraamzeugen (D 1.2) en vleesvarkens (D 3), 15% emissiereductie +D4.2.3 D 4.2.3 schuine wand mestkanaal bij guste en dragende zeugen (D 1.3), 20% emissiereductie +E1.10 E 1.10 biologisch luchtwassysteem 70% emissiereductie +E1.12 E 1.12 biofilter 70% emissiereductie +E1.13 E 1.13 chemisch luchtwassysteem 70% emissiereductie +E1.15 E 1.15 chemisch luchtwassysteem 70% emissiereductie +E1.5.3 E 1.5.3 mestbandbatterij met geforceerde mestdroging; batterijhuisvesting volgens categorie E 1.5.1 met chemisch luchtwassysteem met 90% emissiereductie +E1.5.4 E 1.5.4 mestbandbatterij met geforceerde mestdroging; batterijhuisvesting volgens categorie E 1.5.2 met chemisch luchtwassysteem met 90% emissiereductie +E1.9 E 1.9 chemisch luchtwassysteem 90% emissiereductie +E2.10 E 2.10 chemisch luchtwassysteem 90% emissiereductie +E2.13 E 2.13 biologisch luchtwassysteem 70% emissiereductie +E2.14 E 2.14 biofilter 70% emissiereductie +E2.15 E 2.15 chemisch luchtwassysteem 70% emissiereductie +E2.16 E 2.16 chemisch luchtwassysteem 70% emissiereductie +E2.5.3 E 2.5.3 mestbandbatterij met geforceerde mestdroging; batterijhuisvesting volgens categorie E 2.5.1 met chemisch luchtwassysteem met 90% emissiereductie +E2.5.4 E 2.5.4 mestbandbatterij met geforceerde mestdroging; batterijhuisvesting volgens categorie E 2.5.2 met chemisch luchtwassysteem met 90% emissiereductie +E3.1 E 3.1 chemisch luchtwassysteem 90% emissiereductie +E3.10 E 3.10 chemisch luchtwassysteem 70% emissiereductie +E3.2 E 3.2 biologisch luchtwassysteem 70% emissiereductie +E3.5 E 3.5 biofilter 70% emissiereductie +E3.6 E 3.6 chemisch luchtwassysteem 70% emissiereductie +E4.10 E 4.10 chemisch luchtwassysteem 70% emissiereductie +E4.11 E 4.11 chemisch luchtwassysteem 70% emissiereductie +E4.6 E 4.6 chemisch luchtwassysteem 90% emissiereductie +E4.7 E 4.7 biologisch luchtwassysteem 70% emissiereductie +E4.9 E 4.9 biofilter 70% emissiereductie +E5.12 E 5.12 biofilter 70% emissiereductie +E5.13 E 5.13 chemisch luchtwassysteem 70% emissiereductie +E5.16 E 5.16 chemisch luchtwassysteem 70% emissiereductie +E5.4 E 5.4 chemisch luchtwassysteem 90% emissiereductie +E5.7 E 5.7 biologisch luchtwassysteem 70% emissiereductie +E6.10.a E 6.10.a biothermisch drogen van pluimveemest met chemisch luchtwassysteem 90% emissiereductie; geldt voor de huisvestingssystemen onder E 1.5, E 1.8, E 5.8, E 5.9.1.1.3 en E 5.9.1.2.3 +E6.10.b E 6.10.b biothermisch drogen van pluimveemest met chemisch luchtwassysteem 90% emissiereductie; geldt voor de huisvestingssystemen onder E 2.5, E 2.11, E 2.12, E 4.1 t/m E 4.3 en E 4.8 +E6.5.a E 6.5.a mestopslagloods met biologisch luchtwassysteem 70% emissiereductie; geldt voor de huisvestingssystemen onder E 1.5, E 1.8, E 5.8, E 5.9.1.1.3 en E 5.9.1.2.3 +E6.5.b E 6.5.b mestopslagloods met biologisch luchtwassysteem 70% emissiereductie; geldt voor huisvestingssystemen onder E 2.5, E 2.11, E 2.12, E 4.1 t/m E 4.3 en E 4.8 +E6.6.a E 6.6.a mestopslagloods met chemisch luchtwassysteem 70% emissiereductie; geldt voor de huisvestingssystemen onder E 1.5, E 1.8, E 5.8, E 5.9.1.1.3 en E 5.9.1.2.3 +E6.6.b E 6.6.b mestopslagloods met chemisch luchtwassysteem 70% emissiereductie; geldt voor huisvestingssystemen onder E 2.5, E 2.11, E 2.12, E 4.1 t/m E 4.3 en E 4.8 +E6.7.a E 6.7.a mestopslagloods met chemisch luchtwassysteem 90% emissiereductie; geldt voor de huisvestingssystemen onder E 1.5, E 1.8, E 5.8, E 5.9.1.1.3 en E 5.9.1.2.3 +E6.7.b E 6.7.b mestopslagloods met chemisch luchtwassysteem 90% emissiereductie; geldt voor huisvestingssystemen onder E 2.5, E 2.11, E 2.12, E 4.1 t/m E 4.3 en E 4.8 +E6.9.a E 6.9.a biothermisch drogen van pluimveemest met chemisch luchtwassysteem 70% emissiereductie; geldt voor geldt voor de huisvestingssystemen onder E 1.5, E 1.8, E 5.8, E 5.9.1.1.3 en E 5.9.1.2.3 +E6.9.b E 6.9.b biothermisch drogen van pluimveemest met chemisch luchtwassysteem 70% emissiereductie; geldt voor geldt voor de huisvestingssystemen onder E 2.5, E 2.11, E 2.12, E 4.1 t/m E 4.3 en E 4.8 +E7.1 E 7.1 oliefilmsysteem met drukleidingen; 54% emissiereductie fijn stof +E7.10 E 7.10 strooiselschuif bij volièrehuisvesting; 20% emissiereductie ammoniak en 20% emissiereductie fijnstof +E7.11 E 7.11 warmtewisselaar; 37% emissiereductie fijnstof +E7.12 E 7.12 warmtewisselaar; 50% emissiereductie fijnstof +E7.13 E 7.13 Luchtconditioneringsunit; 80% emissiereductie fijnstof +E7.14 E 7.14 Stoffilters met 99% verwijdering fijnstof; 50% emissiereductie fijnstof +E7.15 E 7.15 Ionisatie d.m.v. koolstofborsteltjes; 31% emissiereductie fijnstof +E7.16 E 7.16 Negatieve ionisatie d.m.v. coronadraden met 40 emitters per meter (prikkeldraad); 52% emissiereductie fijnstof +E7.17 E 7.17 Positieve ionisatie d.m.v. ionisatie-units met ingebouwde coronadraden en collectoroppervlak; 16% emissiereductie fijnstof +E7.18 E 7.18 warmtewisselaar; 1 - 95% emissiereductie fijnstof +E7.19 E 7.19 stoffilters met 99% verwijdering fijnstof; 1 - 95% emissiereductie fijnstof +E7.2 E 7.2 ionisatiesysteem met negatieve coronadraden; 49% emissiereductie fijn stof +E7.3 E 7.3 waterluchtwassysteem; 33% emissiereductie fijn stof +E7.4 E 7.4 droogfilterwand; 40% emissiereductie fijn stof +E7.5 E 7.5 ionisatiefilter; 57% emissiereductie fijn stof +E7.6 E 7.6 warmtewisselaar; 31% emissiereductie fijnstof +E7.7 E 7.7 warmtewisselaar; 13% emissiereductie fijnstof +E7.8 E 7.8 aanbrengen oliefilm in stallen met volières door middel van leidingen met sproeikoppen; 15% emissiereductie fijn stof +E7.9 E 7.9 aanbrengen oliefilm in stallen met gedeeltelijk rooster door middel van een olierobot; 30% emissiereductie fijn stof +F1.1 F 1.1 chemisch luchtwassysteem 90% emissiereductie +F1.2 F 1.2 biologisch luchtwassysteem 70% emissiereductie +F1.4 F 1.4 biofilter 70% emissiereductie +F1.5 F 1.5 chemisch luchtwassysteem 70% emissiereductie +F1.9 F 1.9 chemisch luchtwassysteem 70% emissiereductie +F2.1 F 2.1 chemisch luchtwassysteem 90% emissiereductie +F2.2 F 2.2 biologisch luchtwassysteem 70% emissiereductie +F2.4 F 2.4 biofilter 70% emissiereductie +F2.5 F 2.5 chemisch luchtwassysteem 70% emissiereductie +F2.8 F 2.8 chemisch luchtwassysteem 70% emissiereductie +F3.1 F 3.1 chemisch luchtwassysteem 90% emissiereductie +F3.2 F 3.2 biologisch luchtwassysteem 70% emissiereductie +F3.3 F 3.3 biofilter 70% emissiereductie +F3.4 F 3.4 chemisch luchtwassysteem 70% emissiereductie +F3.5 F 3.5 chemisch luchtwassysteem 70% emissiereductie +F4.10 F 4.10 chemisch luchtwassysteem 70% emissiereductie +F4.2 F 4.2 chemisch luchtwassysteem 90% emissiereductie +F4.4 F 4.4 biologisch luchtwassysteem 70% emissiereductie +F4.6 F 4.6 biofilter 70% emissiereductie +F4.7 F 4.7 chemisch luchtwassysteem 70% emissiereductie +F6.1 F 6.1 oliefilmsysteem met drukleidingen; 54% emissiereductie fijn stof +F6.10 F 6.10 Stoffilters met 99% verwijdering fijnstof; 50% emissiereductie fijnstof +F6.11 F 6.11 Ionisatie d.m.v. koolstofborsteltjes; 31% emissiereductie fijnstof +F6.12 F 6.12 warmtewisselaar; 1 - 95% emissiereductie fijnstof +F6.13 F 6.13 stoffilters met 99% verwijdering fijnstof; 1 - 95% emissiereductie fijnstof +F6.2 F 6.2 waterluchtwassysteem; 33% emissiereductie fijn stof +F6.3 F 6.3 droogfilterwand; 40% emissiereductie fijn stof +F6.4 F 6.4 ionisatiefilter; 57% emissiereductie fijn stof +F6.5 F 6.5 warmtewisselaar; 31% emissiereductie fijnstof +F6.6 F 6.6 warmtewisselaar; 13% emissiereductie fijnstof +F6.7 F 6.7 warmtewisselaar; 37% emissiereductie fijnstof +F6.8 F 6.8 warmtewisselaar; 50% emissiereductie fijnstof +F6.9 F 6.9 Luchtconditioneringsunit; 80% emissiereductie fijnstof +G1.1 G 1.1 chemisch luchtwassysteem 90% emissiereductie +G1.2 G 1.2 biologisch luchtwassysteem 70% emissiereductie +G1.3 G 1.3 chemisch luchtwassysteem 70% emissiereductie +G1.4 G 1.4 biofilter 70% emissiereductie +G1.5 G 1.5 chemisch luchtwassysteem 70% emissiereductie +G2.1.1 G 2.1.1 binnen mesten; chemisch luchtwassysteem 90% emissiereductie +G2.1.2 G 2.1.2 binnen mesten; biologisch luchtwassysteem 70% emissiereductie +G2.1.3 G 2.1.3 binnen mesten; chemisch luchtwassysteem 70% emissiereductie +G2.1.4 G 2.1.4 binnen mesten; biofilter 70% emissiereductie +G2.1.5 G 2.1.5 chemisch luchtwassysteem 70% emissiereductie +G4.1 G 4.1 waterluchtwassysteem; 33% emissiereductie fijn stof +G4.10 G 4.10 warmtewisselaar; 1 - 95% emissiereductie fijnstof (PM10) +G4.11 G 4.11 stoffilters met 99% verwijdering fijnstof; 1 - 95% emissiereductie fijnstof +G4.2 G 4.2 droogfilterwand; 40% emissiereductie fijn stof +G4.3 G 4.3 ionisatiefilter; 57% emissiereductie fijn stof +G4.4 G 4.4 warmtewisselaar; 31% emissiereductie fijnstof +G4.5 G 4.5 warmtewisselaar; 13% emissiereductie fijnstof +G4.6 G 4.6 warmtewisselaar; 37% emissiereductie fijnstof +G4.7 G 4.7 warmtewisselaar; 50% emissiereductie fijnstof +G4.8 G 4.8 Luchtconditioneringsunit; 80% emissiereductie fijnstof +G4.9 G 4.9 Stoffilters met 99% verwijdering fijnstof; 50% emissiereductie fijnstof +I1.2 I 1.2 mechanisch geventileerde stal met een biologisch luchtwassysteem 70% emissiereductie +I1.3 I 1.3 mechanisch geventileerde stal met een chemisch luchtwassysteem 70% emissiereductie +I1.4 I 1.4 mechanisch geventileerde stal met een chemisch luchtwassysteem 90% emissiereductie +I2.2 I 2.2 mechanisch geventileerde stal met een biologisch luchtwassysteem 70% emissiereductie +I2.3 I 2.3 mechanisch geventileerde stal met een chemisch luchtwassysteem 70% emissiereductie +I2.4 I 2.4 mechanisch geventileerde stal met een chemisch luchtwassysteem 90% emissiereductie diff --git a/waardelijst/5.1.2/20231004/IMAER_mobile_source_off_road_categories_20231004.csv b/waardelijst/5.1.2/20231004/IMAER_mobile_source_off_road_categories_20231004.csv new file mode 100644 index 0000000..b28b415 --- /dev/null +++ b/waardelijst/5.1.2/20231004/IMAER_mobile_source_off_road_categories_20231004.csv @@ -0,0 +1,32 @@ +code name description +B2T alle werktuigen op benzine, 2takt alle werktuigen op benzine, 2takt +B4T alle werktuigen op benzine, 4takt alle werktuigen op benzine, 4takt +LPG alle werktuigen op LPG alle werktuigen op LPG +MUT Middelzware utiliteitsvoertuigen (tot 6L cilinderinhoud) op diesel Middelzware utiliteitsvoertuigen (tot 6L cilinderinhoud) op diesel +SI560DSN Stage-I, <= 2001, >= 560 kW, diesel, SCR: nee Stage-I, <= 2001, >= 560 kW, diesel, SCR: nee +SI5675DSN Stage-I, <= 2001, 56-75 kW, diesel, SCR: nee Stage-I, <= 2001, 56-75 kW, diesel, SCR: nee +SI56DSN Stage-I, <= 2001, <= 56 kW, diesel, SCR: nee Stage-I, <= 2001, <= 56 kW, diesel, SCR: nee +SI75560DSN Stage-I, <= 2001, 75-560 kW, diesel, SCR: nee Stage-I, <= 2001, 75-560 kW, diesel, SCR: nee +SII560DSN Stage-II, 2002-2005, >= 560 kW, diesel, SCR: nee Stage-II, 2002-2005, >= 560 kW, diesel, SCR: nee +SII5675DSN Stage-II, 2002-2005, 56-75 kW, diesel, SCR: nee Stage-II, 2002-2005, 56-75 kW, diesel, SCR: nee +SII56DSN Stage-II, 2002-2005, <= 56 kW, diesel, SCR: nee Stage-II, 2002-2005, <= 56 kW, diesel, SCR: nee +SII75560DSN Stage-II, 2002-2005, 75-560 kW, diesel, SCR: nee Stage-II, 2002-2005, 75-560 kW, diesel, SCR: nee +SIIIA560DSN Stage-IIIA, 2006-2010, >= 560 kW, diesel, SCR: nee Stage-IIIA, 2006-2010, >= 560 kW, diesel, SCR: nee +SIIIA5675DSN Stage-IIIA, 2006-2010, 56-75 kW, diesel, SCR: nee Stage-IIIA, 2006-2010, 56-75 kW, diesel, SCR: nee +SIIIA56DSN Stage-IIIA, 2006-2010, <= 56 kW, diesel, SCR: nee Stage-IIIA, 2006-2010, <= 56 kW, diesel, SCR: nee +SIIIA75560DSN Stage-IIIA, 2006-2010, 75-560 kW, diesel, SCR: nee Stage-IIIA, 2006-2010, 75-560 kW, diesel, SCR: nee +SIIIB560DSN Stage-IIIB, 2011-2013, >= 560 kW, diesel, SCR: nee Stage-IIIB, 2011-2013, >= 560 kW, diesel, SCR: nee +SIIIB5675DSN Stage-IIIB, 2011-2013, 56-75 kW, diesel, SCR: nee Stage-IIIB, 2011-2013, 56-75 kW, diesel, SCR: nee +SIIIB56DSN Stage-IIIB, 2011-2013, <= 56 kW, diesel, SCR: nee Stage-IIIB, 2011-2013, <= 56 kW, diesel, SCR: nee +SIIIB75560DSJ Stage-IIIB, 2011-2013, 75-560 kW, diesel, SCR: ja Stage-IIIB, 2011-2013, 75-560 kW, diesel, SCR: ja +SIIIB75560DSN Stage-IIIB, 2011-2013, 75-560 kW, diesel, SCR: nee Stage-IIIB, 2011-2013, 75-560 kW, diesel, SCR: nee +SIV560DSN Stage-IV, 2014-2018, >= 560 kW, diesel, SCR: nee Stage-IV, 2014-2018, >= 560 kW, diesel, SCR: nee +SIV5675DSJ Stage-IV, 2014-2018, 56-75 kW, diesel, SCR: ja Stage-IV, 2014-2018, 56-75 kW, diesel, SCR: ja +SIV56DSN Stage-IV, 2014-2018, <= 56 kW, diesel, SCR: nee Stage-IV, 2014-2018, <= 56 kW, diesel, SCR: nee +SIV75560DSJ Stage-IV, 2014-2018, 75-560 kW, diesel, SCR: ja Stage-IV, 2014-2018, 75-560 kW, diesel, SCR: ja +SV560DSJ Stage-V, >= 2019 , >= 560 kW, diesel, SCR: ja Stage-V, >= 2019 , >= 560 kW, diesel, SCR: ja +SV560DSN Stage-V, >= 2019 , >= 560 kW, diesel, SCR: nee Stage-V, >= 2019 , >= 560 kW, diesel, SCR: nee +SV5675DSJ Stage-V, >= 2019 , 56-75 kW, diesel, SCR: ja Stage-V, >= 2019 , 56-75 kW, diesel, SCR: ja +SV56DSN Stage-V, >= 2019 , <= 56 kW, diesel, SCR: nee Stage-V, >= 2019 , <= 56 kW, diesel, SCR: nee +SV75560DSJ Stage-V, >= 2019 , 75-560 kW, diesel, SCR: ja Stage-V, >= 2019 , 75-560 kW, diesel, SCR: ja +ZUT Zware utiliteitsvoertuigen (meer dan 6L cilinderinhoud) op diesel Zware utiliteitsvoertuigen (meer dan 6L cilinderinhoud) op diesel diff --git a/waardelijst/5.1.2/20231004/IMAER_mobile_source_on_road_categories_20231004.csv b/waardelijst/5.1.2/20231004/IMAER_mobile_source_on_road_categories_20231004.csv new file mode 100644 index 0000000..4487ee5 --- /dev/null +++ b/waardelijst/5.1.2/20231004/IMAER_mobile_source_on_road_categories_20231004.csv @@ -0,0 +1,380 @@ +code name description +BABBEUR0 Autobus - benzine - pre Euro wetgeving (< 1992) Autobus - benzine - pre Euro wetgeving (< 1992) +BABCEEV5 Autobus - CNG - Euro-5 EEV (fijnstof eis) Autobus - CNG - Euro-5 EEV (fijnstof eis) +BABCEUR4 Autobus - CNG - Euro-4 Autobus - CNG - Euro-4 +BABCEUR5 Autobus - CNG - Euro-5 Autobus - CNG - Euro-5 +BABCEUR6 Autobus - CNG - Euro-6 Autobus - CNG - Euro-6 +BABDEEV5SCR Autobus - diesel - Euro-5 EEV (fijnstof eis) - SCR Autobus - diesel - Euro-5 EEV (fijnstof eis) - SCR +BABDEUR0 Autobus - diesel - pre Euro wetgeving (< 1992) Autobus - diesel - pre Euro wetgeving (< 1992) +BABDEUR1 Autobus - diesel - Euro-1 Autobus - diesel - Euro-1 +BABDEUR2 Autobus - diesel - Euro-2 Autobus - diesel - Euro-2 +BABDEUR2DPF Autobus - diesel - Euro-2 - DPF Autobus - diesel - Euro-2 - DPF +BABDEUR2HOF Autobus - diesel - Euro-2 - halfopen filter Autobus - diesel - Euro-2 - halfopen filter +BABDEUR3 Autobus - diesel - Euro-3 Autobus - diesel - Euro-3 +BABDEUR3DPF Autobus - diesel - Euro-3 - DPF Autobus - diesel - Euro-3 - DPF +BABDEUR3DPFSCR Autobus - diesel - Euro-3 - DPF - SCR Autobus - diesel - Euro-3 - DPF - SCR +BABDEUR3HOF Autobus - diesel - Euro-3 - halfopen filter Autobus - diesel - Euro-3 - halfopen filter +BABDEUR4 Autobus - diesel - Euro-4 Autobus - diesel - Euro-4 +BABDEUR4EGR Autobus - diesel - Euro-4 - EGR Autobus - diesel - Euro-4 - EGR +BABDEUR4SCR Autobus - diesel - Euro-4 - SCR Autobus - diesel - Euro-4 - SCR +BABDEUR5EGR Autobus - diesel - Euro-5 - EGR Autobus - diesel - Euro-5 - EGR +BABDEUR5SCR Autobus - diesel - Euro-5 - SCR Autobus - diesel - Euro-5 - SCR +BABDEUR6 Autobus - diesel - Euro-6 Autobus - diesel - Euro-6 +BABDPR82 Autobus - diesel - pre Euro wetgeving (< 1982) Autobus - diesel - pre Euro wetgeving (< 1982) +BABEZEEV Autobus - elektrisch Autobus - elektrisch +BABHZEEV Autobus - waterstof Autobus - waterstof +BABLEUR0 Autobus - LPG - pre Euro wetgeving (< 1992) Autobus - LPG - pre Euro wetgeving (< 1992) +LBAB1982 Bestelauto - benzine - pre Euro wetgeving (1982) Bestelauto - benzine - pre Euro wetgeving (1982) +LBAB1983 Bestelauto - benzine - pre Euro wetgeving (1983) Bestelauto - benzine - pre Euro wetgeving (1983) +LBAB1984 Bestelauto - benzine - pre Euro wetgeving (1984) Bestelauto - benzine - pre Euro wetgeving (1984) +LBAB1985 Bestelauto - benzine - pre Euro wetgeving (1985) Bestelauto - benzine - pre Euro wetgeving (1985) +LBAB1986 Bestelauto - benzine - pre Euro wetgeving (1986) Bestelauto - benzine - pre Euro wetgeving (1986) +LBAB1987 Bestelauto - benzine - pre Euro wetgeving (1987) Bestelauto - benzine - pre Euro wetgeving (1987) +LBAB1988 Bestelauto - benzine - pre Euro wetgeving (1988) Bestelauto - benzine - pre Euro wetgeving (1988) +LBAB1989 Bestelauto - benzine - pre Euro wetgeving (1989) Bestelauto - benzine - pre Euro wetgeving (1989) +LBAB1990 Bestelauto - benzine - pre Euro wetgeving (1990) Bestelauto - benzine - pre Euro wetgeving (1990) +LBAB1991 Bestelauto - benzine - pre Euro wetgeving (1991) Bestelauto - benzine - pre Euro wetgeving (1991) +LBAB1992 Bestelauto - benzine - pre Euro wetgeving (1992) Bestelauto - benzine - pre Euro wetgeving (1992) +LBAB1993 Bestelauto - benzine - pre Euro wetgeving (1993) Bestelauto - benzine - pre Euro wetgeving (1993) +LBAB1994 Bestelauto - benzine - pre Euro wetgeving (1994) Bestelauto - benzine - pre Euro wetgeving (1994) +LBABEUR1 Bestelauto - benzine - Euro-1 Bestelauto - benzine - Euro-1 +LBABEUR2 Bestelauto - benzine - Euro-2 Bestelauto - benzine - Euro-2 +LBABEUR3 Bestelauto - benzine - Euro-3 Bestelauto - benzine - Euro-3 +LBABEUR4 Bestelauto - benzine - Euro-4 Bestelauto - benzine - Euro-4 +LBABEUR5 Bestelauto - benzine - Euro-5 Bestelauto - benzine - Euro-5 +LBABEUR6 Bestelauto - benzine - Euro-6 Bestelauto - benzine - Euro-6 +LBABPR82 Bestelauto - benzine - pre Euro wetgeving (< 1982) Bestelauto - benzine - pre Euro wetgeving (< 1982) +LBABR3WC Bestelauto - benzine - pre Euro wetgeving (< 1992) Bestelauto - benzine - pre Euro wetgeving (< 1992) +LBACEUR5 Bestelauto - CNG - Euro-5 Bestelauto - CNG - Euro-5 +LBACEUR6 Bestelauto - CNG - Euro-6 Bestelauto - CNG - Euro-6 +LBAD1982LCH Bestelauto - diesel - licht - pre Euro wetgeving (1982) Bestelauto - diesel - licht - pre Euro wetgeving (1982) +LBAD1982ZWA Bestelauto - diesel - zwaar - pre Euro wetgeving (1982) Bestelauto - diesel - zwaar - pre Euro wetgeving (1982) +LBAD1983LCH Bestelauto - diesel - licht - pre Euro wetgeving (1983) Bestelauto - diesel - licht - pre Euro wetgeving (1983) +LBAD1983ZWA Bestelauto - diesel - zwaar - pre Euro wetgeving (1983) Bestelauto - diesel - zwaar - pre Euro wetgeving (1983) +LBAD1984LCH Bestelauto - diesel - licht - pre Euro wetgeving (1984) Bestelauto - diesel - licht - pre Euro wetgeving (1984) +LBAD1984ZWA Bestelauto - diesel - zwaar - pre Euro wetgeving (1984) Bestelauto - diesel - zwaar - pre Euro wetgeving (1984) +LBAD1985LCH Bestelauto - diesel - licht - pre Euro wetgeving (1985) Bestelauto - diesel - licht - pre Euro wetgeving (1985) +LBAD1985ZWA Bestelauto - diesel - zwaar - pre Euro wetgeving (1985) Bestelauto - diesel - zwaar - pre Euro wetgeving (1985) +LBAD1986LCH Bestelauto - diesel - licht - pre Euro wetgeving (1986) Bestelauto - diesel - licht - pre Euro wetgeving (1986) +LBAD1986ZWA Bestelauto - diesel - zwaar - pre Euro wetgeving (1986) Bestelauto - diesel - zwaar - pre Euro wetgeving (1986) +LBAD1987LCH Bestelauto - diesel - licht - pre Euro wetgeving (1987) Bestelauto - diesel - licht - pre Euro wetgeving (1987) +LBAD1987ZWA Bestelauto - diesel - zwaar - pre Euro wetgeving (1987) Bestelauto - diesel - zwaar - pre Euro wetgeving (1987) +LBAD1988LCH Bestelauto - diesel - licht - pre Euro wetgeving (1988) Bestelauto - diesel - licht - pre Euro wetgeving (1988) +LBAD1988ZWA Bestelauto - diesel - zwaar - pre Euro wetgeving (1988) Bestelauto - diesel - zwaar - pre Euro wetgeving (1988) +LBAD1989LCH Bestelauto - diesel - licht - pre Euro wetgeving (1989) Bestelauto - diesel - licht - pre Euro wetgeving (1989) +LBAD1989ZWA Bestelauto - diesel - zwaar - pre Euro wetgeving (1989) Bestelauto - diesel - zwaar - pre Euro wetgeving (1989) +LBAD1990LCH Bestelauto - diesel - licht - pre Euro wetgeving (1990) Bestelauto - diesel - licht - pre Euro wetgeving (1990) +LBAD1990ZWA Bestelauto - diesel - zwaar - pre Euro wetgeving (1990) Bestelauto - diesel - zwaar - pre Euro wetgeving (1990) +LBAD1991LCH Bestelauto - diesel - licht - pre Euro wetgeving (1991) Bestelauto - diesel - licht - pre Euro wetgeving (1991) +LBAD1991ZWA Bestelauto - diesel - zwaar - pre Euro wetgeving (1991) Bestelauto - diesel - zwaar - pre Euro wetgeving (1991) +LBAD1992LCH Bestelauto - diesel - licht - pre Euro wetgeving (1992) Bestelauto - diesel - licht - pre Euro wetgeving (1992) +LBAD1992ZWA Bestelauto - diesel - zwaar - pre Euro wetgeving (1992) Bestelauto - diesel - zwaar - pre Euro wetgeving (1992) +LBADEUA6CL1 Bestelauto - diesel - Euro-6 pre-RDE - N1 klasse 1 Bestelauto - diesel - Euro-6 pre-RDE - N1 klasse 1 +LBADEUA6CL2 Bestelauto - diesel - Euro-6 pre-RDE - N1 klasse 2 Bestelauto - diesel - Euro-6 pre-RDE - N1 klasse 2 +LBADEUA6CL3 Bestelauto - diesel - Euro-6 pre-RDE - N1 klasse 3 Bestelauto - diesel - Euro-6 pre-RDE - N1 klasse 3 +LBADEUD6CL1 Bestelauto - diesel - Euro-6 RDE - N1 klasse 1 Bestelauto - diesel - Euro-6 RDE - N1 klasse 1 +LBADEUD6CL2 Bestelauto - diesel - Euro-6 RDE - N1 klasse 2 Bestelauto - diesel - Euro-6 RDE - N1 klasse 2 +LBADEUD6CL3 Bestelauto - diesel - Euro-6 RDE - N1 klasse 3 Bestelauto - diesel - Euro-6 RDE - N1 klasse 3 +LBADEUR1CL1 Bestelauto - diesel - Euro-1 - N1 klasse 1 Bestelauto - diesel - Euro-1 - N1 klasse 1 +LBADEUR1CL2 Bestelauto - diesel - Euro-1 - N1 klasse 2 Bestelauto - diesel - Euro-1 - N1 klasse 2 +LBADEUR1CL3 Bestelauto - diesel - Euro-1 - N1 klasse 3 Bestelauto - diesel - Euro-1 - N1 klasse 3 +LBADEUR2CL1 Bestelauto - diesel - Euro-2 - N1 klasse 1 Bestelauto - diesel - Euro-2 - N1 klasse 1 +LBADEUR2CL2 Bestelauto - diesel - Euro-2 - N1 klasse 2 Bestelauto - diesel - Euro-2 - N1 klasse 2 +LBADEUR2CL3 Bestelauto - diesel - Euro-2 - N1 klasse 3 Bestelauto - diesel - Euro-2 - N1 klasse 3 +LBADEUR3CL1 Bestelauto - diesel - Euro-3 - N1 klasse 1 Bestelauto - diesel - Euro-3 - N1 klasse 1 +LBADEUR3CL1HOF Bestelauto - diesel - Euro-3 - halfopen filter - N1 klasse 1 Bestelauto - diesel - Euro-3 - halfopen filter - N1 klasse 1 +LBADEUR3CL2 Bestelauto - diesel - Euro-3 - N1 klasse 2 Bestelauto - diesel - Euro-3 - N1 klasse 2 +LBADEUR3CL2HOF Bestelauto - diesel - Euro-3 - halfopen filter - N1 klasse 2 Bestelauto - diesel - Euro-3 - halfopen filter - N1 klasse 2 +LBADEUR3CL3 Bestelauto - diesel - Euro-3 - N1 klasse 3 Bestelauto - diesel - Euro-3 - N1 klasse 3 +LBADEUR3CL3HOF Bestelauto - diesel - Euro-3 - halfopen filter - N1 klasse 3 Bestelauto - diesel - Euro-3 - halfopen filter - N1 klasse 3 +LBADEUR4CL1 Bestelauto - diesel - Euro-4 - N1 klasse 1 Bestelauto - diesel - Euro-4 - N1 klasse 1 +LBADEUR4CL1DPF Bestelauto - diesel - Euro-4 - DPF - N1 klasse 1 Bestelauto - diesel - Euro-4 - DPF - N1 klasse 1 +LBADEUR4CL1HOF Bestelauto - diesel - Euro-4 - halfopen filter - N1 klasse 1 Bestelauto - diesel - Euro-4 - halfopen filter - N1 klasse 1 +LBADEUR4CL2 Bestelauto - diesel - Euro-4 - N1 klasse 2 Bestelauto - diesel - Euro-4 - N1 klasse 2 +LBADEUR4CL2DPF Bestelauto - diesel - Euro-4 - DPF - N1 klasse 2 Bestelauto - diesel - Euro-4 - DPF - N1 klasse 2 +LBADEUR4CL2HOF Bestelauto - diesel - Euro-4 - halfopen filter - N1 klasse 2 Bestelauto - diesel - Euro-4 - halfopen filter - N1 klasse 2 +LBADEUR4CL3 Bestelauto - diesel - Euro-4 - N1 klasse 3 Bestelauto - diesel - Euro-4 - N1 klasse 3 +LBADEUR4CL3DPF Bestelauto - diesel - Euro-4 - DPF - N1 klasse 3 Bestelauto - diesel - Euro-4 - DPF - N1 klasse 3 +LBADEUR4CL3HOF Bestelauto - diesel - Euro-4 - halfopen filter - N1 klasse 3 Bestelauto - diesel - Euro-4 - halfopen filter - N1 klasse 3 +LBADEUR5CL1 Bestelauto - diesel - Euro-5 - N1 klasse 1 Bestelauto - diesel - Euro-5 - N1 klasse 1 +LBADEUR5CL2 Bestelauto - diesel - Euro-5 - N1 klasse 2 Bestelauto - diesel - Euro-5 - N1 klasse 2 +LBADEUR5CL3 Bestelauto - diesel - Euro-5 - N1 klasse 3 Bestelauto - diesel - Euro-5 - N1 klasse 3 +LBADPR82LCH Bestelauto - diesel - licht - pre Euro wetgeving (< 1982) Bestelauto - diesel - licht - pre Euro wetgeving (< 1982) +LBADPR82ZWA Bestelauto - diesel - zwaar - pre Euro wetgeving (< 1982) Bestelauto - diesel - zwaar - pre Euro wetgeving (< 1982) +LBAEZEEV Bestelauto - elektrisch Bestelauto - elektrisch +LBAL1982 Bestelauto - LPG - pre Euro wetgeving (1982) Bestelauto - LPG - pre Euro wetgeving (1982) +LBAL1983 Bestelauto - LPG - pre Euro wetgeving (1983) Bestelauto - LPG - pre Euro wetgeving (1983) +LBAL1984 Bestelauto - LPG - pre Euro wetgeving (1984) Bestelauto - LPG - pre Euro wetgeving (1984) +LBAL1985 Bestelauto - LPG - pre Euro wetgeving (1985) Bestelauto - LPG - pre Euro wetgeving (1985) +LBAL1986 Bestelauto - LPG - pre Euro wetgeving (1986) Bestelauto - LPG - pre Euro wetgeving (1986) +LBAL1987 Bestelauto - LPG - pre Euro wetgeving (1987) Bestelauto - LPG - pre Euro wetgeving (1987) +LBAL1988 Bestelauto - LPG - pre Euro wetgeving (1988) Bestelauto - LPG - pre Euro wetgeving (1988) +LBAL1989 Bestelauto - LPG - pre Euro wetgeving (1989) Bestelauto - LPG - pre Euro wetgeving (1989) +LBAL1990 Bestelauto - LPG - pre Euro wetgeving (1990) Bestelauto - LPG - pre Euro wetgeving (1990) +LBAL1991 Bestelauto - LPG - pre Euro wetgeving (1991) Bestelauto - LPG - pre Euro wetgeving (1991) +LBAL1992 Bestelauto - LPG - pre Euro wetgeving (1992) Bestelauto - LPG - pre Euro wetgeving (1992) +LBALEUR1 Bestelauto - LPG - Euro-1 Bestelauto - LPG - Euro-1 +LBALEUR2 Bestelauto - LPG - Euro-2 Bestelauto - LPG - Euro-2 +LBALEUR3 Bestelauto - LPG - Euro-3 Bestelauto - LPG - Euro-3 +LBALEUR4 Bestelauto - LPG - Euro-4 Bestelauto - LPG - Euro-4 +LBALEUR5 Bestelauto - LPG - Euro-5 Bestelauto - LPG - Euro-5 +LBALEUR6 Bestelauto - LPG - Euro-6 Bestelauto - LPG - Euro-6 +LBALPR82 Bestelauto - LPG - pre Euro wetgeving (< 1982) Bestelauto - LPG - pre Euro wetgeving (< 1982) +LBALR3WC Bestelauto - LPG - pre Euro wetgeving (< 1992) Bestelauto - LPG - pre Euro wetgeving (< 1992) +LBEDEUR5 Bestelauto plug-in hybride - diesel - Euro-5 Bestelauto plug-in hybride - diesel - Euro-5 +LBEDEUR6 Bestelauto plug-in hybride - diesel - Euro-6 Bestelauto plug-in hybride - diesel - Euro-6 +LBFBEUR0 Bromfiets - benzine - pre Euro wetgeving (< 1999) Bromfiets - benzine - pre Euro wetgeving (< 1999) +LBFEZEEV Bromfiets - elektrisch Bromfiets - elektrisch +LMFBEUR0 Motorfiets - benzine - pre Euro wetgeving (< 1999) Motorfiets - benzine - pre Euro wetgeving (< 1999) +LMFBEUR1 Motorfiets - benzine - Euro-1 Motorfiets - benzine - Euro-1 +LMFEZEEV Motorfiets - elektrisch Motorfiets - elektrisch +LPAB1982LCH Personenauto - benzine - licht - pre Euro wetgeving (1982) Personenauto - benzine - licht - pre Euro wetgeving (1982) +LPAB1982MED Personenauto - benzine - middelzwaar - pre Euro wetgeving (1982) Personenauto - benzine - middelzwaar - pre Euro wetgeving (1982) +LPAB1982ZWA Personenauto - benzine - zwaar - pre Euro wetgeving (1982) Personenauto - benzine - zwaar - pre Euro wetgeving (1982) +LPAB1983LCH Personenauto - benzine - licht - pre Euro wetgeving (1983) Personenauto - benzine - licht - pre Euro wetgeving (1983) +LPAB1983MED Personenauto - benzine - middelzwaar - pre Euro wetgeving (1983) Personenauto - benzine - middelzwaar - pre Euro wetgeving (1983) +LPAB1983ZWA Personenauto - benzine - zwaar - pre Euro wetgeving (1983) Personenauto - benzine - zwaar - pre Euro wetgeving (1983) +LPAB1984LCH Personenauto - benzine - licht - pre Euro wetgeving (1984) Personenauto - benzine - licht - pre Euro wetgeving (1984) +LPAB1984MED Personenauto - benzine - middelzwaar - pre Euro wetgeving (1984) Personenauto - benzine - middelzwaar - pre Euro wetgeving (1984) +LPAB1984ZWA Personenauto - benzine - zwaar - pre Euro wetgeving (1984) Personenauto - benzine - zwaar - pre Euro wetgeving (1984) +LPAB1985LCH Personenauto - benzine - licht - pre Euro wetgeving (1985) Personenauto - benzine - licht - pre Euro wetgeving (1985) +LPAB1985MED Personenauto - benzine - middelzwaar - pre Euro wetgeving (1985) Personenauto - benzine - middelzwaar - pre Euro wetgeving (1985) +LPAB1985ZWA Personenauto - benzine - zwaar - pre Euro wetgeving (1985) Personenauto - benzine - zwaar - pre Euro wetgeving (1985) +LPAB1986LCH Personenauto - benzine - licht - pre Euro wetgeving (1986) Personenauto - benzine - licht - pre Euro wetgeving (1986) +LPAB1986MED Personenauto - benzine - middelzwaar - pre Euro wetgeving (1986) Personenauto - benzine - middelzwaar - pre Euro wetgeving (1986) +LPAB1986ZWA Personenauto - benzine - zwaar - pre Euro wetgeving (1986) Personenauto - benzine - zwaar - pre Euro wetgeving (1986) +LPAB1987LCH Personenauto - benzine - licht - pre Euro wetgeving (1987) Personenauto - benzine - licht - pre Euro wetgeving (1987) +LPAB1987MED Personenauto - benzine - middelzwaar - pre Euro wetgeving (1987) Personenauto - benzine - middelzwaar - pre Euro wetgeving (1987) +LPAB1987ZWA Personenauto - benzine - zwaar - pre Euro wetgeving (1987) Personenauto - benzine - zwaar - pre Euro wetgeving (1987) +LPAB1988LCH Personenauto - benzine - licht - pre Euro wetgeving (1988) Personenauto - benzine - licht - pre Euro wetgeving (1988) +LPAB1988MED Personenauto - benzine - middelzwaar - pre Euro wetgeving (1988) Personenauto - benzine - middelzwaar - pre Euro wetgeving (1988) +LPAB1988ZWA Personenauto - benzine - zwaar - pre Euro wetgeving (1988) Personenauto - benzine - zwaar - pre Euro wetgeving (1988) +LPAB1989LCH Personenauto - benzine - licht - pre Euro wetgeving (1989) Personenauto - benzine - licht - pre Euro wetgeving (1989) +LPAB1989MED Personenauto - benzine - middelzwaar - pre Euro wetgeving (1989) Personenauto - benzine - middelzwaar - pre Euro wetgeving (1989) +LPAB1989ZWA Personenauto - benzine - zwaar - pre Euro wetgeving (1989) Personenauto - benzine - zwaar - pre Euro wetgeving (1989) +LPAB1990LCH Personenauto - benzine - licht - pre Euro wetgeving (1990) Personenauto - benzine - licht - pre Euro wetgeving (1990) +LPAB1990MED Personenauto - benzine - middelzwaar - pre Euro wetgeving (1990) Personenauto - benzine - middelzwaar - pre Euro wetgeving (1990) +LPAB1990ZWA Personenauto - benzine - zwaar - pre Euro wetgeving (1990) Personenauto - benzine - zwaar - pre Euro wetgeving (1990) +LPAB1991LCH Personenauto - benzine - licht - pre Euro wetgeving (1991) Personenauto - benzine - licht - pre Euro wetgeving (1991) +LPAB1991MED Personenauto - benzine - middelzwaar - pre Euro wetgeving (1997) Personenauto - benzine - middelzwaar - pre Euro wetgeving (1997) +LPAB1991ZWA Personenauto - benzine - zwaar - pre Euro wetgeving (1997) Personenauto - benzine - zwaar - pre Euro wetgeving (1997) +LPAB1992LCH Personenauto - benzine - licht - pre Euro wetgeving (1992) Personenauto - benzine - licht - pre Euro wetgeving (1992) +LPAB1992MED Personenauto - benzine - middelzwaar - pre Euro wetgeving (1992) Personenauto - benzine - middelzwaar - pre Euro wetgeving (1992) +LPAB1992ZWA Personenauto - benzine - zwaar - pre Euro wetgeving (1992) Personenauto - benzine - zwaar - pre Euro wetgeving (1992) +LPABEUR1 Personenauto - benzine - Euro-1 Personenauto - benzine - Euro-1 +LPABEUR2 Personenauto - benzine - Euro-2 Personenauto - benzine - Euro-2 +LPABEUR3 Personenauto - benzine - Euro-3 Personenauto - benzine - Euro-3 +LPABEUR4 Personenauto - benzine - Euro-4 Personenauto - benzine - Euro-4 +LPABEUR5 Personenauto - benzine - Euro-5 Personenauto - benzine - Euro-5 +LPABEUR6 Personenauto - benzine - Euro-6 Personenauto - benzine - Euro-6 +LPABO3WCLCH Personenauto - benzine - licht - pre Euro wetgeving (< 1992) Personenauto - benzine - licht - pre Euro wetgeving (< 1992) +LPABO3WCMED Personenauto - benzine - middelzwaar - pre Euro wetgeving (< 1992) Personenauto - benzine - middelzwaar - pre Euro wetgeving (< 1992) +LPABO3WCZWA Personenauto - benzine - zwaar - pre Euro wetgeving (< 1992) Personenauto - benzine - zwaar - pre Euro wetgeving (< 1992) +LPABPR82LCH Personenauto - benzine - licht - pre Euro wetgeving (< 1982) Personenauto - benzine - licht - pre Euro wetgeving (< 1982) +LPABPR82MED Personenauto - benzine - middelzwaar - pre Euro wetgeving (< 1982) Personenauto - benzine - middelzwaar - pre Euro wetgeving (< 1982) +LPABPR82ZWA Personenauto - benzine - zwaar - pre Euro wetgeving (< 1982) Personenauto - benzine - zwaar - pre Euro wetgeving (< 1982) +LPABR3WC Personenauto - benzine - pre Euro wetgeving (< 1992) Personenauto - benzine - pre Euro wetgeving (< 1992) +LPACEUR0 Personenauto - CNG - pre Euro wetgeving (< 1992) Personenauto - CNG - pre Euro wetgeving (< 1992) +LPACEUR1 Personenauto - CNG - Euro-1 Personenauto - CNG - Euro-1 +LPACEUR2 Personenauto - CNG - Euro-2 Personenauto - CNG - Euro-2 +LPACEUR3 Personenauto - CNG - Euro-3 Personenauto - CNG - Euro-3 +LPACEUR4 Personenauto - CNG - Euro-4 Personenauto - CNG - Euro-4 +LPACEUR5 Personenauto - CNG - Euro-5 Personenauto - CNG - Euro-5 +LPACEUR6 Personenauto - CNG - Euro-6 Personenauto - CNG - Euro-6 +LPAD1982LCH Personenauto - diesel - licht - pre Euro wetgeving (1982) Personenauto - diesel - licht - pre Euro wetgeving (1982) +LPAD1982MED Personenauto - diesel - middelzwaar - pre Euro wetgeving (1982) Personenauto - diesel - middelzwaar - pre Euro wetgeving (1982) +LPAD1982ZWA Personenauto - diesel - zwaar - pre Euro wetgeving (1982) Personenauto - diesel - zwaar - pre Euro wetgeving (1982) +LPAD1983LCH Personenauto - diesel - licht - pre Euro wetgeving (1983) Personenauto - diesel - licht - pre Euro wetgeving (1983) +LPAD1983MED Personenauto - diesel - middelzwaar - pre Euro wetgeving (1983) Personenauto - diesel - middelzwaar - pre Euro wetgeving (1983) +LPAD1983ZWA Personenauto - diesel - zwaar - pre Euro wetgeving (1983) Personenauto - diesel - zwaar - pre Euro wetgeving (1983) +LPAD1984LCH Personenauto - diesel - licht - pre Euro wetgeving (1984) Personenauto - diesel - licht - pre Euro wetgeving (1984) +LPAD1984MED Personenauto - diesel - middelzwaar - pre Euro wetgeving (1984) Personenauto - diesel - middelzwaar - pre Euro wetgeving (1984) +LPAD1984ZWA Personenauto - diesel - zwaar - pre Euro wetgeving (1984) Personenauto - diesel - zwaar - pre Euro wetgeving (1984) +LPAD1985LCH Personenauto - diesel - licht - pre Euro wetgeving (1985) Personenauto - diesel - licht - pre Euro wetgeving (1985) +LPAD1985MED Personenauto - diesel - middelzwaar - pre Euro wetgeving (1985) Personenauto - diesel - middelzwaar - pre Euro wetgeving (1985) +LPAD1985ZWA Personenauto - diesel - zwaar - pre Euro wetgeving (1985) Personenauto - diesel - zwaar - pre Euro wetgeving (1985) +LPAD1986LCH Personenauto - diesel - licht - pre Euro wetgeving (1986) Personenauto - diesel - licht - pre Euro wetgeving (1986) +LPAD1986MED Personenauto - diesel - middelzwaar - pre Euro wetgeving (1986) Personenauto - diesel - middelzwaar - pre Euro wetgeving (1986) +LPAD1986ZWA Personenauto - diesel - zwaar - pre Euro wetgeving (1986) Personenauto - diesel - zwaar - pre Euro wetgeving (1986) +LPAD1987LCH Personenauto - diesel - licht - pre Euro wetgeving (1987) Personenauto - diesel - licht - pre Euro wetgeving (1987) +LPAD1987MED Personenauto - diesel - middelzwaar - pre Euro wetgeving (1987) Personenauto - diesel - middelzwaar - pre Euro wetgeving (1987) +LPAD1987ZWA Personenauto - diesel - zwaar - pre Euro wetgeving (1987) Personenauto - diesel - zwaar - pre Euro wetgeving (1987) +LPAD1988LCH Personenauto - diesel - licht - pre Euro wetgeving (1988) Personenauto - diesel - licht - pre Euro wetgeving (1988) +LPAD1988MED Personenauto - diesel - middelzwaar - pre Euro wetgeving (1988) Personenauto - diesel - middelzwaar - pre Euro wetgeving (1988) +LPAD1988ZWA Personenauto - diesel - zwaar - pre Euro wetgeving (1988) Personenauto - diesel - zwaar - pre Euro wetgeving (1988) +LPAD1989LCH Personenauto - diesel - licht - pre Euro wetgeving (1989) Personenauto - diesel - licht - pre Euro wetgeving (1989) +LPAD1989MED Personenauto - diesel - middelzwaar - pre Euro wetgeving (1989) Personenauto - diesel - middelzwaar - pre Euro wetgeving (1989) +LPAD1989ZWA Personenauto - diesel - zwaar - pre Euro wetgeving (1989) Personenauto - diesel - zwaar - pre Euro wetgeving (1989) +LPAD1990LCH Personenauto - diesel - licht - pre Euro wetgeving (1990) Personenauto - diesel - licht - pre Euro wetgeving (1990) +LPAD1990MED Personenauto - diesel - middelzwaar - pre Euro wetgeving (1990) Personenauto - diesel - middelzwaar - pre Euro wetgeving (1990) +LPAD1990ZWA Personenauto - diesel - zwaar - pre Euro wetgeving (1990) Personenauto - diesel - zwaar - pre Euro wetgeving (1990) +LPAD1991LCH Personenauto - diesel - licht - pre Euro wetgeving (1991) Personenauto - diesel - licht - pre Euro wetgeving (1991) +LPAD1991MED Personenauto - diesel - middelzwaar - pre Euro wetgeving (1997) Personenauto - diesel - middelzwaar - pre Euro wetgeving (1997) +LPAD1991ZWA Personenauto - diesel - zwaar - pre Euro wetgeving (1997) Personenauto - diesel - zwaar - pre Euro wetgeving (1997) +LPAD1992LCH Personenauto - diesel - licht - pre Euro wetgeving (1992) Personenauto - diesel - licht - pre Euro wetgeving (1992) +LPAD1992MED Personenauto - diesel - middelzwaar - pre Euro wetgeving (1992) Personenauto - diesel - middelzwaar - pre Euro wetgeving (1992) +LPAD1992ZWA Personenauto - diesel - zwaar - pre Euro wetgeving (1992) Personenauto - diesel - zwaar - pre Euro wetgeving (1992) +LPADEUA6 Personenauto - diesel - Euro-6 pre-RDE Personenauto - diesel - Euro-6 pre-RDE +LPADEUD6 Personenauto - diesel - Euro-6 RDE Personenauto - diesel - Euro-6 RDE +LPADEUR1 Personenauto - diesel - Euro-1 Personenauto - diesel - Euro-1 +LPADEUR2 Personenauto - diesel - Euro-2 Personenauto - diesel - Euro-2 +LPADEUR3 Personenauto - diesel - Euro-3 Personenauto - diesel - Euro-3 +LPADEUR3HOF Personenauto - diesel - Euro-3 - halfopen filter Personenauto - diesel - Euro-3 - halfopen filter +LPADEUR4 Personenauto - diesel - Euro-4 Personenauto - diesel - Euro-4 +LPADEUR4DPF Personenauto - diesel - Euro-4 - DPF Personenauto - diesel - Euro-4 - DPF +LPADEUR4HOF Personenauto - diesel - Euro-4 - halfopen filter Personenauto - diesel - Euro-4 - halfopen filter +LPADEUR5 Personenauto - diesel - Euro-5 Personenauto - diesel - Euro-5 +LPADPR82LCH Personenauto - diesel - licht - pre Euro wetgeving (< 1982) Personenauto - diesel - licht - pre Euro wetgeving (< 1982) +LPADPR82MED Personenauto - diesel - middelzwaar - pre Euro wetgeving (< 1982) Personenauto - diesel - middelzwaar - pre Euro wetgeving (< 1982) +LPADPR82ZWA Personenauto - diesel - zwaar - pre Euro wetgeving (< 1982) Personenauto - diesel - zwaar - pre Euro wetgeving (< 1982) +LPAEZEEV Personenauto - elektrisch Personenauto - elektrisch +LPAHZEEV Personenauto - waterstof Personenauto - waterstof +LPAL1982LCH Personenauto - LPG - licht - pre Euro wetgeving (1982) Personenauto - LPG - licht - pre Euro wetgeving (1982) +LPAL1982MED Personenauto - LPG - middelzwaar - pre Euro wetgeving (1982) Personenauto - LPG - middelzwaar - pre Euro wetgeving (1982) +LPAL1982ZWA Personenauto - LPG - zwaar - pre Euro wetgeving (1982) Personenauto - LPG - zwaar - pre Euro wetgeving (1982) +LPAL1983LCH Personenauto - LPG - licht - pre Euro wetgeving (1983) Personenauto - LPG - licht - pre Euro wetgeving (1983) +LPAL1983MED Personenauto - LPG - middelzwaar - pre Euro wetgeving (1983) Personenauto - LPG - middelzwaar - pre Euro wetgeving (1983) +LPAL1983ZWA Personenauto - LPG - zwaar - pre Euro wetgeving (1983) Personenauto - LPG - zwaar - pre Euro wetgeving (1983) +LPAL1984LCH Personenauto - LPG - licht - pre Euro wetgeving (1984) Personenauto - LPG - licht - pre Euro wetgeving (1984) +LPAL1984MED Personenauto - LPG - middelzwaar - pre Euro wetgeving (1984) Personenauto - LPG - middelzwaar - pre Euro wetgeving (1984) +LPAL1984ZWA Personenauto - LPG - zwaar - pre Euro wetgeving (1984) Personenauto - LPG - zwaar - pre Euro wetgeving (1984) +LPAL1985LCH Personenauto - LPG - licht - pre Euro wetgeving (1985) Personenauto - LPG - licht - pre Euro wetgeving (1985) +LPAL1985MED Personenauto - LPG - middelzwaar - pre Euro wetgeving (1985) Personenauto - LPG - middelzwaar - pre Euro wetgeving (1985) +LPAL1985ZWA Personenauto - LPG - zwaar - pre Euro wetgeving (1985) Personenauto - LPG - zwaar - pre Euro wetgeving (1985) +LPAL1986LCH Personenauto - LPG - licht - pre Euro wetgeving (1986) Personenauto - LPG - licht - pre Euro wetgeving (1986) +LPAL1986MED Personenauto - LPG - middelzwaar - pre Euro wetgeving (1986) Personenauto - LPG - middelzwaar - pre Euro wetgeving (1986) +LPAL1986ZWA Personenauto - LPG - zwaar - pre Euro wetgeving (1986) Personenauto - LPG - zwaar - pre Euro wetgeving (1986) +LPAL1987LCH Personenauto - LPG - licht - pre Euro wetgeving (1987) Personenauto - LPG - licht - pre Euro wetgeving (1987) +LPAL1987MED Personenauto - LPG - middelzwaar - pre Euro wetgeving (1987) Personenauto - LPG - middelzwaar - pre Euro wetgeving (1987) +LPAL1987ZWA Personenauto - LPG - zwaar - pre Euro wetgeving (1987) Personenauto - LPG - zwaar - pre Euro wetgeving (1987) +LPAL1988LCH Personenauto - LPG - licht - pre Euro wetgeving (1988) Personenauto - LPG - licht - pre Euro wetgeving (1988) +LPAL1988MED Personenauto - LPG - middelzwaar - pre Euro wetgeving (1988) Personenauto - LPG - middelzwaar - pre Euro wetgeving (1988) +LPAL1988ZWA Personenauto - LPG - zwaar - pre Euro wetgeving (1988) Personenauto - LPG - zwaar - pre Euro wetgeving (1988) +LPAL1989LCH Personenauto - LPG - licht - pre Euro wetgeving (1989) Personenauto - LPG - licht - pre Euro wetgeving (1989) +LPAL1989MED Personenauto - LPG - middelzwaar - pre Euro wetgeving (1989) Personenauto - LPG - middelzwaar - pre Euro wetgeving (1989) +LPAL1989ZWA Personenauto - LPG - zwaar - pre Euro wetgeving (1989) Personenauto - LPG - zwaar - pre Euro wetgeving (1989) +LPAL1990LCH Personenauto - LPG - licht - pre Euro wetgeving (1990) Personenauto - LPG - licht - pre Euro wetgeving (1990) +LPAL1990MED Personenauto - LPG - middelzwaar - pre Euro wetgeving (1990) Personenauto - LPG - middelzwaar - pre Euro wetgeving (1990) +LPAL1990ZWA Personenauto - LPG - zwaar - pre Euro wetgeving (1990) Personenauto - LPG - zwaar - pre Euro wetgeving (1990) +LPAL1991LCH Personenauto - LPG - licht - pre Euro wetgeving (1991) Personenauto - LPG - licht - pre Euro wetgeving (1991) +LPAL1991MED Personenauto - LPG - middelzwaar - pre Euro wetgeving (1997) Personenauto - LPG - middelzwaar - pre Euro wetgeving (1997) +LPAL1991ZWA Personenauto - LPG - zwaar - pre Euro wetgeving (1997) Personenauto - LPG - zwaar - pre Euro wetgeving (1997) +LPAL1992LCH Personenauto - LPG - licht - pre Euro wetgeving (1992) Personenauto - LPG - licht - pre Euro wetgeving (1992) +LPAL1992MED Personenauto - LPG - middelzwaar - pre Euro wetgeving (1992) Personenauto - LPG - middelzwaar - pre Euro wetgeving (1992) +LPAL1992ZWA Personenauto - LPG - zwaar - pre Euro wetgeving (1992) Personenauto - LPG - zwaar - pre Euro wetgeving (1992) +LPALEUR1 Personenauto - LPG - Euro-1 Personenauto - LPG - Euro-1 +LPALEUR2 Personenauto - LPG - Euro-2 Personenauto - LPG - Euro-2 +LPALEUR3 Personenauto - LPG - Euro-3 Personenauto - LPG - Euro-3 +LPALEUR4 Personenauto - LPG - Euro-4 Personenauto - LPG - Euro-4 +LPALEUR5 Personenauto - LPG - Euro-5 Personenauto - LPG - Euro-5 +LPALEUR6 Personenauto - LPG - Euro-6 Personenauto - LPG - Euro-6 +LPALO3WCLCH Personenauto - LPG - licht - pre Euro wetgeving (< 1992) Personenauto - LPG - licht - pre Euro wetgeving (< 1992) +LPALO3WCMED Personenauto - LPG - middelzwaar - pre Euro wetgeving (< 1992) Personenauto - LPG - middelzwaar - pre Euro wetgeving (< 1992) +LPALO3WCZWA Personenauto - LPG - zwaar - pre Euro wetgeving (< 1992) Personenauto - LPG - zwaar - pre Euro wetgeving (< 1992) +LPALPR82LCH Personenauto - LPG - licht - pre Euro wetgeving (< 1982) Personenauto - LPG - licht - pre Euro wetgeving (< 1982) +LPALPR82MED Personenauto - LPG - middelzwaar - pre Euro wetgeving (< 1982) Personenauto - LPG - middelzwaar - pre Euro wetgeving (< 1982) +LPALPR82ZWA Personenauto - LPG - zwaar - pre Euro wetgeving (< 1982) Personenauto - LPG - zwaar - pre Euro wetgeving (< 1982) +LPALR3WC Personenauto - LPG - pre Euro wetgeving (< 1992) Personenauto - LPG - pre Euro wetgeving (< 1992) +LPEBEUR5 Personenauto plug-in hybride - benzine - Euro-5 Personenauto plug-in hybride - benzine - Euro-5 +LPEBEUR6 Personenauto plug-in hybride - benzine - Euro-6 Personenauto plug-in hybride - benzine - Euro-6 +LPEDEUA6 Personenauto plug-in hybride - diesel - Euro-6 pre-RDE Personenauto plug-in hybride - diesel - Euro-6 pre-RDE +LPEDEUD6 Personenauto plug-in hybride - diesel - Euro-6 RDE Personenauto plug-in hybride - diesel - Euro-6 RDE +LPEDEUR5 Personenauto plug-in hybride - diesel - Euro-5 Personenauto plug-in hybride - diesel - Euro-5 +LTRDEUA6CL3 Trekker - diesel - licht - Euro-6 pre-RDE - N1 klasse 3 Trekker - diesel - licht - Euro-6 pre-RDE - N1 klasse 3 +LTRDEUD6CL3 Trekker - diesel - licht - Euro-6 RDE - N1 klasse 3 Trekker - diesel - licht - Euro-6 RDE - N1 klasse 3 +LTRDEUR1CL3 Trekker - diesel - licht - Euro-1 - N1 klasse 3 Trekker - diesel - licht - Euro-1 - N1 klasse 3 +LTRDEUR2CL3 Trekker - diesel - licht - Euro-2 - N1 klasse 3 Trekker - diesel - licht - Euro-2 - N1 klasse 3 +LTRDEUR3CL3 Trekker - diesel - licht - Euro-3 - N1 klasse 3 Trekker - diesel - licht - Euro-3 - N1 klasse 3 +LTRDEUR4CL3 Trekker - diesel - licht - Euro-4 - N1 klasse 3 Trekker - diesel - licht - Euro-4 - N1 klasse 3 +LTRDEUR4CL3DPF Trekker - diesel - licht - Euro-4 - DPF - N1 klasse 3 Trekker - diesel - licht - Euro-4 - DPF - N1 klasse 3 +LTRDEUR5CL3 Trekker - diesel - licht - Euro-5 - N1 klasse 3 Trekker - diesel - licht - Euro-5 - N1 klasse 3 +LTREZEEV Trekker - elektrisch - licht Trekker - elektrisch - licht +MVABEUR0LCH Vrachtauto - benzine - middelzwaar - pre Euro wetgeving (1992) - licht Vrachtauto - benzine - middelzwaar - pre Euro wetgeving (1992) - licht +MVABEUR0ZWA Vrachtauto - benzine - middelzwaar - pre Euro wetgeving (1992) - zwaar Vrachtauto - benzine - middelzwaar - pre Euro wetgeving (1992) - zwaar +MVACEUR6LCH Vrachtauto - CNG - middelzwaar - Euro-6 - licht Vrachtauto - CNG - middelzwaar - Euro-6 - licht +MVACEUR6ZWA Vrachtauto - CNG - middelzwaar - Euro-6 - zwaar Vrachtauto - CNG - middelzwaar - Euro-6 - zwaar +MVADEDE5LCHSCR Vrachtauto - diesel - middelzwaar - Euro-5 Step D en E - SCR - licht Vrachtauto - diesel - middelzwaar - Euro-5 Step D en E - SCR - licht +MVADEDE5SCRZWA Vrachtauto - diesel - middelzwaar - Euro-5 Step D en E - SCR - zwaar Vrachtauto - diesel - middelzwaar - Euro-5 Step D en E - SCR - zwaar +MVADEUG5EGRLCH Vrachtauto - diesel - middelzwaar - Euro-5 Step G - EGR - licht Vrachtauto - diesel - middelzwaar - Euro-5 Step G - EGR - licht +MVADEUG5EGRZWA Vrachtauto - diesel - middelzwaar - Euro-5 Step G - EGR - zwaar Vrachtauto - diesel - middelzwaar - Euro-5 Step G - EGR - zwaar +MVADEUG5LCHSCR Vrachtauto - diesel - middelzwaar - Euro-5 Step G - SCR - licht Vrachtauto - diesel - middelzwaar - Euro-5 Step G - SCR - licht +MVADEUG5SCRZWA Vrachtauto - diesel - middelzwaar - Euro-5 Step G - SCR - zwaar Vrachtauto - diesel - middelzwaar - Euro-5 Step G - SCR - zwaar +MVADEUR0LCH Vrachtauto - diesel - middelzwaar - pre Euro wetgeving (1992) - licht Vrachtauto - diesel - middelzwaar - pre Euro wetgeving (1992) - licht +MVADEUR0ZWA Vrachtauto - diesel - middelzwaar - pre Euro wetgeving (1992) - zwaar Vrachtauto - diesel - middelzwaar - pre Euro wetgeving (1992) - zwaar +MVADEUR1LCH Vrachtauto - diesel - middelzwaar - Euro-1 - licht Vrachtauto - diesel - middelzwaar - Euro-1 - licht +MVADEUR1ZWA Vrachtauto - diesel - middelzwaar - Euro-1 - zwaar Vrachtauto - diesel - middelzwaar - Euro-1 - zwaar +MVADEUR2LCH Vrachtauto - diesel - middelzwaar - Euro-2 - licht Vrachtauto - diesel - middelzwaar - Euro-2 - licht +MVADEUR2ZWA Vrachtauto - diesel - middelzwaar - Euro-2 - zwaar Vrachtauto - diesel - middelzwaar - Euro-2 - zwaar +MVADEUR3DPFLCH Vrachtauto - diesel - middelzwaar - Euro-3 - DPF - licht Vrachtauto - diesel - middelzwaar - Euro-3 - DPF - licht +MVADEUR3DPFZWA Vrachtauto - diesel - middelzwaar - Euro-3 - DPF - zwaar Vrachtauto - diesel - middelzwaar - Euro-3 - DPF - zwaar +MVADEUR3HOFLCH Vrachtauto - diesel - middelzwaar - Euro-3 - halfopen filter - licht Vrachtauto - diesel - middelzwaar - Euro-3 - halfopen filter - licht +MVADEUR3HOFZWA Vrachtauto - diesel - middelzwaar - Euro-3 - halfopen filter - zwaar Vrachtauto - diesel - middelzwaar - Euro-3 - halfopen filter - zwaar +MVADEUR3LCH Vrachtauto - diesel - middelzwaar - Euro-3 - licht Vrachtauto - diesel - middelzwaar - Euro-3 - licht +MVADEUR3ZWA Vrachtauto - diesel - middelzwaar - Euro-3 - zwaar Vrachtauto - diesel - middelzwaar - Euro-3 - zwaar +MVADEUR4LCH Vrachtauto - diesel - middelzwaar - Euro-4 - licht Vrachtauto - diesel - middelzwaar - Euro-4 - licht +MVADEUR4ZWA Vrachtauto - diesel - middelzwaar - Euro-4 - zwaar Vrachtauto - diesel - middelzwaar - Euro-4 - zwaar +MVADEUR6LCH Vrachtauto - diesel - middelzwaar - Euro-6 - licht Vrachtauto - diesel - middelzwaar - Euro-6 - licht +MVADEUR6ZWA Vrachtauto - diesel - middelzwaar - Euro-6 - zwaar Vrachtauto - diesel - middelzwaar - Euro-6 - zwaar +MVADPR82LCH Vrachtauto - diesel - middelzwaar - pre Euro wetgeving (< 1982) - licht Vrachtauto - diesel - middelzwaar - pre Euro wetgeving (< 1982) - licht +MVADPR82MED Vrachtauto - diesel - middelzwaar - pre Euro wetgeving (< 1982) - middelzwaar Vrachtauto - diesel - middelzwaar - pre Euro wetgeving (< 1982) - middelzwaar +MVADPR82ZWA Vrachtauto - diesel - middelzwaar - pre Euro wetgeving (< 1982) - zwaar Vrachtauto - diesel - middelzwaar - pre Euro wetgeving (< 1982) - zwaar +MVAEZEEVLCH Vrachtauto - elektrisch - middelzwaar - licht Vrachtauto - elektrisch - middelzwaar - licht +MVAEZEEVZWA Vrachtauto - elektrisch - middelzwaar - zwaar Vrachtauto - elektrisch - middelzwaar - zwaar +MVALEUR0LCH Vrachtauto - LPG - middelzwaar - pre Euro wetgeving (1992) - licht Vrachtauto - LPG - middelzwaar - pre Euro wetgeving (1992) - licht +ZTRBEUR0 Trekker - benzine - zwaar - pre Euro wetgeving (1992) Trekker - benzine - zwaar - pre Euro wetgeving (1992) +ZTRCEUR6LCH Trekker - CNG - zwaar - Euro-6 - licht Trekker - CNG - zwaar - Euro-6 - licht +ZTRCEUR6ZWA Trekker - CNG - zwaar - Euro-6 - zwaar Trekker - CNG - zwaar - Euro-6 - zwaar +ZTRDEDE5LCHSCR Trekker - diesel - zwaar - Euro-5 Step D en E - SCR - licht Trekker - diesel - zwaar - Euro-5 Step D en E - SCR - licht +ZTRDEDE5SCRZWA Trekker - diesel - zwaar - Euro-5 Step D en E - SCR - zwaar Trekker - diesel - zwaar - Euro-5 Step D en E - SCR - zwaar +ZTRDEUG5EGRLCH Trekker - diesel - zwaar - Euro-5 Step G - EGR - licht Trekker - diesel - zwaar - Euro-5 Step G - EGR - licht +ZTRDEUG5EGRZWA Trekker - diesel - zwaar - Euro-5 Step G - EGR - zwaar Trekker - diesel - zwaar - Euro-5 Step G - EGR - zwaar +ZTRDEUG5LCHSCR Trekker - diesel - zwaar - Euro-5 Step G - SCR - licht Trekker - diesel - zwaar - Euro-5 Step G - SCR - licht +ZTRDEUG5SCRZWA Trekker - diesel - zwaar - Euro-5 Step G - SCR - zwaar Trekker - diesel - zwaar - Euro-5 Step G - SCR - zwaar +ZTRDEUR0 Trekker - diesel - zwaar - pre Euro wetgeving (1992) Trekker - diesel - zwaar - pre Euro wetgeving (1992) +ZTRDEUR1 Trekker - diesel - zwaar - Euro-1 Trekker - diesel - zwaar - Euro-1 +ZTRDEUR2 Trekker - diesel - zwaar - Euro-2 Trekker - diesel - zwaar - Euro-2 +ZTRDEUR3 Trekker - diesel - zwaar - Euro-3 Trekker - diesel - zwaar - Euro-3 +ZTRDEUR3DPF Trekker - diesel - zwaar - Euro-3 - DPF Trekker - diesel - zwaar - Euro-3 - DPF +ZTRDEUR3HOF Trekker - diesel - zwaar - Euro-3 - halfopen filter Trekker - diesel - zwaar - Euro-3 - halfopen filter +ZTRDEUR4 Trekker - diesel - zwaar - Euro-4 Trekker - diesel - zwaar - Euro-4 +ZTRDEUR6LCH Trekker - diesel - zwaar - Euro-6 - licht Trekker - diesel - zwaar - Euro-6 - licht +ZTRDEUR6ZWA Trekker - diesel - zwaar - Euro-6 - zwaar Trekker - diesel - zwaar - Euro-6 - zwaar +ZTRDPR82 Trekker - diesel - zwaar - pre Euro wetgeving (< 1982) Trekker - diesel - zwaar - pre Euro wetgeving (< 1982) +ZTREZEEVLCH Trekker - elektrisch - zwaar - licht Trekker - elektrisch - zwaar - licht +ZTRLEUR0 Trekker - LPG - zwaar - pre Euro wetgeving (1992) Trekker - LPG - zwaar - pre Euro wetgeving (1992) +ZVABEUR0 Vrachtauto - benzine - zwaar - pre Euro wetgeving (1992) Vrachtauto - benzine - zwaar - pre Euro wetgeving (1992) +ZVACEUR6 Vrachtauto - CNG - zwaar - Euro-6 Vrachtauto - CNG - zwaar - Euro-6 +ZVADEDE5ANHLCHSCR Vrachtauto - diesel - zwaar - Euro-5 Step D en E - SCR - met aanhanger - licht Vrachtauto - diesel - zwaar - Euro-5 Step D en E - SCR - met aanhanger - licht +ZVADEDE5ANHSCRZWA Vrachtauto - diesel - zwaar - Euro-5 Step D en E - SCR - met aanhanger - zwaar Vrachtauto - diesel - zwaar - Euro-5 Step D en E - SCR - met aanhanger - zwaar +ZVADEDE5SCR Vrachtauto - diesel - zwaar - Euro-5 Step D en E - SCR Vrachtauto - diesel - zwaar - Euro-5 Step D en E - SCR +ZVADEUG5ANHEGRLCH Vrachtauto - diesel - zwaar - Euro-5 Step G - EGR - met aanhanger - licht Vrachtauto - diesel - zwaar - Euro-5 Step G - EGR - met aanhanger - licht +ZVADEUG5ANHEGRZWA Vrachtauto - diesel - zwaar - Euro-5 Step G - EGR - met aanhanger - zwaar Vrachtauto - diesel - zwaar - Euro-5 Step G - EGR - met aanhanger - zwaar +ZVADEUG5ANHLCHSCR Vrachtauto - diesel - zwaar - Euro-5 Step G - SCR - met aanhanger - licht Vrachtauto - diesel - zwaar - Euro-5 Step G - SCR - met aanhanger - licht +ZVADEUG5ANHSCRZWA Vrachtauto - diesel - zwaar - Euro-5 Step G - SCR - met aanhanger - zwaar Vrachtauto - diesel - zwaar - Euro-5 Step G - SCR - met aanhanger - zwaar +ZVADEUG5EGR Vrachtauto - diesel - zwaar - Euro-5 Step G - EGR Vrachtauto - diesel - zwaar - Euro-5 Step G - EGR +ZVADEUG5SCR Vrachtauto - diesel - zwaar - Euro-5 Step G - SCR Vrachtauto - diesel - zwaar - Euro-5 Step G - SCR +ZVADEUR0 Vrachtauto - diesel - zwaar - pre Euro wetgeving (1992) Vrachtauto - diesel - zwaar - pre Euro wetgeving (1992) +ZVADEUR0ANHLCH Vrachtauto - diesel - zwaar - pre Euro wetgeving (1992) - met aanhanger - licht Vrachtauto - diesel - zwaar - pre Euro wetgeving (1992) - met aanhanger - licht +ZVADEUR0ANHZWA Vrachtauto - diesel - zwaar - pre Euro wetgeving (1992) - met aanhanger - zwaar Vrachtauto - diesel - zwaar - pre Euro wetgeving (1992) - met aanhanger - zwaar +ZVADEUR1 Vrachtauto - diesel - zwaar - Euro-1 Vrachtauto - diesel - zwaar - Euro-1 +ZVADEUR1ANHLCH Vrachtauto - diesel - zwaar - Euro-1 - met aanhanger - licht Vrachtauto - diesel - zwaar - Euro-1 - met aanhanger - licht +ZVADEUR1ANHZWA Vrachtauto - diesel - zwaar - Euro-1 - met aanhanger - zwaar Vrachtauto - diesel - zwaar - Euro-1 - met aanhanger - zwaar +ZVADEUR2 Vrachtauto - diesel - zwaar - Euro-2 Vrachtauto - diesel - zwaar - Euro-2 +ZVADEUR2ANHLCH Vrachtauto - diesel - zwaar - Euro-2 - met aanhanger - licht Vrachtauto - diesel - zwaar - Euro-2 - met aanhanger - licht +ZVADEUR2ANHZWA Vrachtauto - diesel - zwaar - Euro-2 - met aanhanger - zwaar Vrachtauto - diesel - zwaar - Euro-2 - met aanhanger - zwaar +ZVADEUR3 Vrachtauto - diesel - zwaar - Euro-3 Vrachtauto - diesel - zwaar - Euro-3 +ZVADEUR3ANHDPFLCH Vrachtauto - diesel - zwaar - Euro-3 - DPF - met aanhanger - licht Vrachtauto - diesel - zwaar - Euro-3 - DPF - met aanhanger - licht +ZVADEUR3ANHDPFZWA Vrachtauto - diesel - zwaar - Euro-3 - DPF - met aanhanger - zwaar Vrachtauto - diesel - zwaar - Euro-3 - DPF - met aanhanger - zwaar +ZVADEUR3ANHHOFLCH Vrachtauto - diesel - zwaar - Euro-3 - halfopen filter - met aanhanger - licht Vrachtauto - diesel - zwaar - Euro-3 - halfopen filter - met aanhanger - licht +ZVADEUR3ANHHOFZWA Vrachtauto - diesel - zwaar - Euro-3 - halfopen filter - met aanhanger - zwaar Vrachtauto - diesel - zwaar - Euro-3 - halfopen filter - met aanhanger - zwaar +ZVADEUR3ANHLCH Vrachtauto - diesel - zwaar - Euro-3 - met aanhanger - licht Vrachtauto - diesel - zwaar - Euro-3 - met aanhanger - licht +ZVADEUR3ANHZWA Vrachtauto - diesel - zwaar - Euro-3 - met aanhanger - zwaar Vrachtauto - diesel - zwaar - Euro-3 - met aanhanger - zwaar +ZVADEUR3DPF Vrachtauto - diesel - zwaar - Euro-3 - DPF Vrachtauto - diesel - zwaar - Euro-3 - DPF +ZVADEUR3HOF Vrachtauto - diesel - zwaar - Euro-3 - halfopen filter Vrachtauto - diesel - zwaar - Euro-3 - halfopen filter +ZVADEUR4 Vrachtauto - diesel - zwaar - Euro-4 Vrachtauto - diesel - zwaar - Euro-4 +ZVADEUR4ANHLCH Vrachtauto - diesel - zwaar - Euro-4 - met aanhanger - licht Vrachtauto - diesel - zwaar - Euro-4 - met aanhanger - licht +ZVADEUR4ANHZWA Vrachtauto - diesel - zwaar - Euro-4 - met aanhanger - zwaar Vrachtauto - diesel - zwaar - Euro-4 - met aanhanger - zwaar +ZVADEUR6 Vrachtauto - diesel - zwaar - Euro-6 Vrachtauto - diesel - zwaar - Euro-6 +ZVADEUR6ANHLCH Vrachtauto - diesel - zwaar - Euro-6 - met aanhanger - licht Vrachtauto - diesel - zwaar - Euro-6 - met aanhanger - licht +ZVADEUR6ANHZWA Vrachtauto - diesel - zwaar - Euro-6 - met aanhanger - zwaar Vrachtauto - diesel - zwaar - Euro-6 - met aanhanger - zwaar +ZVAEZEEV Vrachtauto - elektrisch - zwaar Vrachtauto - elektrisch - zwaar diff --git a/waardelijst/5.1.2/20231004/IMAER_plan_categories_20231004.csv b/waardelijst/5.1.2/20231004/IMAER_plan_categories_20231004.csv new file mode 100644 index 0000000..5601ab6 --- /dev/null +++ b/waardelijst/5.1.2/20231004/IMAER_plan_categories_20231004.csv @@ -0,0 +1 @@ +code name description diff --git a/waardelijst/5.1.2/20231004/IMAER_road_area_categories_20231004.csv b/waardelijst/5.1.2/20231004/IMAER_road_area_categories_20231004.csv new file mode 100644 index 0000000..495c761 --- /dev/null +++ b/waardelijst/5.1.2/20231004/IMAER_road_area_categories_20231004.csv @@ -0,0 +1,2 @@ +code name description +NL nationaal Landelijk diff --git a/waardelijst/5.1.2/20231004/IMAER_road_type_categories_20231004.csv b/waardelijst/5.1.2/20231004/IMAER_road_type_categories_20231004.csv new file mode 100644 index 0000000..5b846e9 --- /dev/null +++ b/waardelijst/5.1.2/20231004/IMAER_road_type_categories_20231004.csv @@ -0,0 +1,7 @@ +code name description +FREEWAY Snelweg Snelweg +NON_URBAN_ROAD_GENERAL Buitenweg (met stagnatie effect) Buitenweg (met stagnatie effect) +NON_URBAN_ROAD_NATIONAL Buitenweg Buitenweg +URBAN_ROAD_FREE_FLOW Binnen bebouwde kom (doorstromend) Binnen bebouwde kom (doorstromend) +URBAN_ROAD_NORMAL Binnen bebouwde kom (normaal) Binnen bebouwde kom (normaal) +URBAN_ROAD_STAGNATING Binnen bebouwde kom (stagnerend) Binnen bebouwde kom (stagnerend) diff --git a/waardelijst/5.1.2/20231004/IMAER_road_vehicle_categories_20231004.csv b/waardelijst/5.1.2/20231004/IMAER_road_vehicle_categories_20231004.csv new file mode 100644 index 0000000..ee939c2 --- /dev/null +++ b/waardelijst/5.1.2/20231004/IMAER_road_vehicle_categories_20231004.csv @@ -0,0 +1,5 @@ +code name description +AUTO_BUS Busverkeer Busverkeer +HEAVY_FREIGHT Zwaar vrachtverkeer Zwaar vrachtverkeer +LIGHT_TRAFFIC Licht verkeer Licht verkeer +NORMAL_FREIGHT Middelzwaar vrachtverk. Middelzwaar vrachtverkeer diff --git a/waardelijst/5.1.2/20231004/IMAER_sectors_20231004.csv b/waardelijst/5.1.2/20231004/IMAER_sectors_20231004.csv new file mode 100644 index 0000000..7d4d4ea --- /dev/null +++ b/waardelijst/5.1.2/20231004/IMAER_sectors_20231004.csv @@ -0,0 +1,38 @@ +code name description +1050 1050 Afvalverwerking +1100 1100 Voedings- en genotmiddelen +1300 1300 Chemische industrie +1400 1400 Bouwmaterialen +1500 1500 Basismetaal +1700 1700 Metaalbewerkingsindustrie +1800 1800 Industrie Overig +2100 2100 Energie +3100 3100 Weg +3210 3210 Landbouw mobiele werktuigen +3220 3220 Bouw, Industrie en Delfstoffenwinning +3530 3530 Consumenten mobiele werktuigen +3610 3610 Stijgen +3620 3620 Landen +3630 3630 Taxiën +3640 3640 Bronnen luchthaventerrein +3710 3710 Emplacement +3720 3720 Spoorweg +4110 4110 Stalemissies +4120 4120 Mestopslag +4130 4130 Beweiding +4140 4140 Mestaanwending +4150 4150 Landbouwgrond +4200 4200 Mestaanwending kunstmest +4320 4320 Glastuinbouw +4400 4400 Afrijping, overige +4600 4600 Overige landbouw +7510 7510 Zeescheepvaart: Aanlegplaats +7520 7520 Zeescheepvaart: Binnengaats route +7530 7530 Zeescheepvaart: Zeeroute +7610 7610 Binnenvaart: Aanlegplaats +7620 7620 Binnenvaart: Vaarroute +8200 8200 Woningen +8210 8210 Recreatie +8640 8640 Kantoren en winkels +9000 9000 Plan +9999 9999 Overig diff --git a/waardelijst/5.1.2/20231004/IMAER_shipping_inland_categories_20231004.csv b/waardelijst/5.1.2/20231004/IMAER_shipping_inland_categories_20231004.csv new file mode 100644 index 0000000..907ec67 --- /dev/null +++ b/waardelijst/5.1.2/20231004/IMAER_shipping_inland_categories_20231004.csv @@ -0,0 +1,32 @@ +code name description +BI BI Duwstel BI (Europa I) +BII-1 BII-1 Duwstel - BII-1 (Europa II) +BII-2B BII-2B Duwstel - BII-2b (2-baksduwstel breed) +BII-2L BII-2L Duwstel - BII-2l (2-baksduwstel lang) +BII-4 BII-4 Duwstel - BII-4 (4-baksduwstel - inclusief 3-baks lang) +BII-6B BII-6B Duwstel - BII-6b (6-baksduwstel breed) +BII-6L BII-6L Duwstel - BII-6l (6-baksduwstel lang) +BO1 BO1 Duwstel - BO1 (5,2 x 55 m) +BO2 BO2 Duwstel - BO2 (6,6 x 60-70 m) +BO3 BO3 Duwstel - BO3 (7,5 x 80 m) +BO4 BO4 Duwstel - BO4 (8,2 x 85 m) +C1B C1B Koppelverband - C1b (2 spitsen breed) +C1L C1L Koppelverband - C1l (2 spitsen lang) +C2B C2B Koppelverband - C2b (Klasse IV en Europa I breed) +C2L C2L Koppelverband - C2l (Klasse IV en Europa I lang) +C3B C3B Koppelverband - C3b (Klasse Va en Europa II breed) +C3L C3L Koppelverband - C3l (Klasse Va en Europa II lang) +C4 C4 Koppelverband - C4 (Klasse Va en 3 Europa II) +M0 M0 Motorvrachtschip - M0 (Overig) +M1 M1 Motorvrachtschip - M1 (Spits) +M10 M10 Motorvrachtschip - M10 (13,5 x 110 m) +M11 M11 Motorvrachtschip - M11 (14,2 x 135 m) +M12 M12 Motorvrachtschip - M12 (Rijnmax Schip 17,0 x 135 m) +M2 M2 Motorvrachtschip - M2 (Kempenaar) +M3 M3 Motorvrachtschip - M3 (Hagenaar) +M4 M4 Motorvrachtschip - M4 (Dortmund Eems) +M5 M5 Motorvrachtschip - M5 (Verlengd Dortmund Eems) +M6 M6 Motorvrachtschip - M6 (Rijn Herne Schip) +M7 M7 Motorvrachtschip - M7 (Verlengd Rijn Herne Schip) +M8 M8 Motorvrachtschip - M8 (Groot Rijnschip) +M9 M9 Motorvrachtschip - M9 (Verlengd Groot Rijnschip) diff --git a/waardelijst/5.1.2/20231004/IMAER_shipping_inland_waterway_categories_20231004.csv b/waardelijst/5.1.2/20231004/IMAER_shipping_inland_waterway_categories_20231004.csv new file mode 100644 index 0000000..72cc4d1 --- /dev/null +++ b/waardelijst/5.1.2/20231004/IMAER_shipping_inland_waterway_categories_20231004.csv @@ -0,0 +1,14 @@ +code name description +CEMT_0 CEMT_0 CEMT_0 +CEMT_I CEMT_I CEMT_I +CEMT_II CEMT_II CEMT_II +CEMT_III CEMT_III CEMT_III +CEMT_IV CEMT_IV CEMT_IV +CEMT_Va CEMT_Va CEMT_Va +CEMT_Vb CEMT_Vb CEMT_Vb +CEMT_VIa CEMT_VIa CEMT_VIa +CEMT_VIb CEMT_VIb CEMT_VIb +CEMT_VIc CEMT_VIc CEMT_VIc +IJssel IJssel IJssel +Lek Lek Lek +Waal Waal Waal diff --git a/waardelijst/5.1.2/20231004/IMAER_shipping_maritime_categories_20231004.csv b/waardelijst/5.1.2/20231004/IMAER_shipping_maritime_categories_20231004.csv new file mode 100644 index 0000000..cc88aca --- /dev/null +++ b/waardelijst/5.1.2/20231004/IMAER_shipping_maritime_categories_20231004.csv @@ -0,0 +1,46 @@ +code name description +CG100 Container, GDC (stukgoed), RoRo GT: 100-1599 Container, GDC (stukgoed), RoRo GT: 100-1599 +GC10000 Container, GDC (stukgoed), RoRo GT: 10000-29999 Container, GDC (stukgoed), RoRo GT: 10000-29999 +GC100000 Container, GDC (stukgoed), RoRo GT: ≥100000 Container, GDC (stukgoed), RoRo GT: ≥100000 +GC1600 Container, GDC (stukgoed), RoRo GT: 1600-2999 Container, GDC (stukgoed), RoRo GT: 1600-2999 +GC3000 Container, GDC (stukgoed), RoRo GT: 3000-4999 Container, GDC (stukgoed), RoRo GT: 3000-4999 +GC30000 Container, GDC (stukgoed), RoRo GT: 30000-59999 Container, GDC (stukgoed), RoRo GT: 30000-59999 +GC5000 Container, GDC (stukgoed), RoRo GT: 5000-9999 Container, GDC (stukgoed), RoRo GT: 5000-9999 +GC60000 Container, GDC (stukgoed), RoRo GT: 60000-99999 Container, GDC (stukgoed), RoRo GT: 60000-99999 +KV100 Koelschepen en Vissersschepen GT: 100-1599 Koelschepen en Vissersschepen GT: 100-1599 +KV10000 Koelschepen en Vissersschepen GT: 10000-29999 Koelschepen en Vissersschepen GT: 10000-29999 +KV1600 Koelschepen en Vissersschepen GT: 1600-2999 Koelschepen en Vissersschepen GT: 1600-2999 +KV3000 Koelschepen en Vissersschepen GT: 3000-4999 Koelschepen en Vissersschepen GT: 3000-4999 +KV5000 Koelschepen en Vissersschepen GT: 5000-9999 Koelschepen en Vissersschepen GT: 5000-9999 +OO100 Olietankers, overige tankers GT: 100-1599 Olietankers, overige tankers GT: 100-1599 +OO10000 Olietankers, overige tankers GT: 10000-29999 Olietankers, overige tankers GT: 10000-29999 +OO100000 Olietankers, overige tankers GT: ≥100000 Olietankers, overige tankers GT: ≥100000 +OO1600 Olietankers, overige tankers GT: 1600-2999 Olietankers, overige tankers GT: 1600-2999 +OO3000 Olietankers, overige tankers GT: 3000-4999 Olietankers, overige tankers GT: 3000-4999 +OO30000 Olietankers, overige tankers GT: 30000-59999 Olietankers, overige tankers GT: 30000-59999 +OO5000 Olietankers, overige tankers GT: 5000-9999 Olietankers, overige tankers GT: 5000-9999 +OO60000 Olietankers, overige tankers GT: 60000-99999 Olietankers, overige tankers GT: 60000-99999 +PS100 Passagiersschepen GT: 100-1599 Passagiersschepen GT: 100-1599 +PS10000 Passagiersschepen GT: 10000-29999 Passagiersschepen GT: 10000-29999 +PS100000 Passagiersschepen GT: ≥100000 Passagiersschepen GT: ≥100000 +PS1600 Passagiersschepen GT: 1600-2999 Passagiersschepen GT: 1600-2999 +PS3000 Passagiersschepen GT: 3000-4999 Passagiersschepen GT: 3000-4999 +PS30000 Passagiersschepen GT: 30000-59999 Passagiersschepen GT: 30000-59999 +PS5000 Passagiersschepen GT: 5000-9999 Passagiersschepen GT: 5000-9999 +PS60000 Passagiersschepen GT: 60000-99999 Passagiersschepen GT: 60000-99999 +S100 Bulkschepen GT: 100-1599 Bulkschepen GT: 100-1599 +S10000 Bulkschepen GT: 10000-29999 Bulkschepen GT: 10000-29999 +S100000 Bulkschepen GT: ≥100000 Bulkschepen GT: ≥100000 +S1600 Bulkschepen GT: 1600-2999 Bulkschepen GT: 1600-2999 +S3000 Bulkschepen GT: 3000-4999 Bulkschepen GT: 3000-4999 +S30000 Bulkschepen GT: 30000-59999 Bulkschepen GT: 30000-59999 +S5000 Bulkschepen GT: 5000-9999 Bulkschepen GT: 5000-9999 +S60000 Bulkschepen GT: 60000-99999 Bulkschepen GT: 60000-99999 +SW100 Sleepboten, werkschepen en overige GT: 100-1599 Sleepboten, werkschepen en overige GT: 100-1599 +SW10000 Sleepboten, werkschepen en overige GT: 10000-29999 Sleepboten, werkschepen en overige GT: 10000-29999 +SW100000 Sleepboten, werkschepen en overige GT: ≥100000 Sleepboten, werkschepen en overige GT: ≥100000 +SW1600 Sleepboten, werkschepen en overige GT: 1600-2999 Sleepboten, werkschepen en overige GT: 1600-2999 +SW3000 Sleepboten, werkschepen en overige GT: 3000-4999 Sleepboten, werkschepen en overige GT: 3000-4999 +SW30000 Sleepboten, werkschepen en overige GT: 30000-59999 Sleepboten, werkschepen en overige GT: 30000-59999 +SW5000 Sleepboten, werkschepen en overige GT: 5000-9999 Sleepboten, werkschepen en overige GT: 5000-9999 +SW60000 Sleepboten, werkschepen en overige GT: 60000-99999 Sleepboten, werkschepen en overige GT: 60000-99999