Skip to content

Commit ad92861

Browse files
authored
Merge pull request aerius#2 from JacobusXIII/update_imaer_2_0_0
Update IMAER 2.0.0
2 parents 7c37d62 + a3b2189 commit ad92861

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

gmlapplicatieschema/2.0.0/IMAER.xsd

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,38 @@
1-
<?xml version="1.0" encoding="UTF-8"?><schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:IMAER="http://imaer.aerius.nl/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" elementFormDefault="qualified" targetNamespace="http://imaer.aerius.nl/2.0" version="2.0.0">
1+
<?xml version="1.0" encoding="UTF-8"?><schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:IMAER="http://imaer.aerius.nl/2.0" 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/2.0" version="2.0.0">
22
<annotation>
33
<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).
44

55
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>
66
</annotation>
77
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
8+
<import namespace="http://www.opengis.net/gmlsf/2.0" schemaLocation="http://schemas.opengis.net/gmlsfProfile/2.0/gmlsfLevels.xsd"/>
89
<!--XML Schema document created by ShapeChange - http://shapechange.net/-->
10+
<annotation>
11+
<appinfo source="http://schemas.opengis.net/gmlsfProfile/2.0/gmlsfLevels.xsd">
12+
<gmlsf:ComplianceLevel>2</gmlsf:ComplianceLevel>
13+
</appinfo>
14+
</annotation>
15+
<element name="FeatureCollectionCalculator" type="IMAER:FeatureCollectionCalculatorType" substitutionGroup="gml:AbstractFeature"/>
16+
<complexType name="FeatureCollectionCalculatorType">
17+
<complexContent>
18+
<extension base="gml:AbstractFeatureType">
19+
<sequence minOccurs="0" maxOccurs="unbounded">
20+
<element name="metadata" type="IMAER:AeriusCalculatorMetadataPropertyType" minOccurs="0"/>
21+
<element name="featureMember" minOccurs="0" maxOccurs="unbounded">
22+
<complexType>
23+
<complexContent>
24+
<extension base="gml:AbstractFeatureMemberType">
25+
<sequence>
26+
<element ref="IMAER:GeoObject"/>
27+
</sequence>
28+
</extension>
29+
</complexContent>
30+
</complexType>
31+
</element>
32+
</sequence>
33+
</extension>
34+
</complexContent>
35+
</complexType>
936
<element name="AdditionalLodgingSystem" substitutionGroup="IMAER:LodgingSystem" type="IMAER:AdditionalLodgingSystemType">
1037
<annotation>
1138
<documentation>Extra staltechniek beschrijving.
@@ -1754,12 +1781,12 @@ NOTE Deze klasse kan gebruikt worden om voor een gedeelte van de weg een of meer
17541781
<sequence>
17551782
<element name="fromPosition" type="double">
17561783
<annotation>
1757-
<documentation>Positie op het lijnstuk (decimale fractie 0-1) tot aan waar de waarde(s) gaan gelden.</documentation>
1784+
<documentation>Positie op het lijnstuk (decimale fractie 0-1) vanaf waar de waardes gaan gelden.</documentation>
17581785
</annotation>
17591786
</element>
17601787
<element name="toPosition" type="double">
17611788
<annotation>
1762-
<documentation>Positie op het lijnstuk (decimale fractie 0-1) tot aan waar de waarde(s) gaan gelden.</documentation>
1789+
<documentation>Positie op het lijnstuk (decimale fractie 0-1) tot aan waar de waardes gelden.</documentation>
17631790
</annotation>
17641791
</element>
17651792
</sequence>

informatiemodel/2.0.0/IMAER.EAP

0 Bytes
Binary file not shown.

informatiemodel/2.0.0/IMAER_objectcatalogus.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

informatiemodel/2.0.0/IMAER_uml.pdf

-760 KB
Binary file not shown.

0 commit comments

Comments
 (0)