<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
        xmlns:app="https://skjema.test.geonorge.no/SOSI/produktspesifikasjon/jordressurser/20260320"
        xmlns:gml="http://www.opengis.net/gml/3.2"
        xmlns:sc="http://www.interactive-instruments.de/ShapeChange/AppInfo"
        elementFormDefault="qualified"
        targetNamespace="https://skjema.test.geonorge.no/SOSI/produktspesifikasjon/jordressurser/20260320"
        version="20260320">
   <annotation>
      <documentation>Produktspesifikasjonen omfatter jordbruksareal som har vært gjenstand for jordsmonnkartlegging. 
Se www.nibio.no for mer informasjon om datasettet.</documentation>
   </annotation>
   <import namespace="http://www.interactive-instruments.de/ShapeChange/AppInfo"
           schemaLocation="http://shapechange.net/resources/schema/ShapeChangeAppinfo.xsd"/>
   <import namespace="http://www.opengis.net/gml/3.2"
           schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
   <!--XML Schema document created by ShapeChange - http://shapechange.net/-->
   <simpleType name="HellingGjsnittType">
      <annotation>
         <documentation>Inclination: Viser gjennomsnittlige helling på arealet. 
-- Definition - - 
Average inclination class of the soil figure</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">HELLINGGJSNITT</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="app:HellingGjsnittEnumerationType app:HellingGjsnittOtherType"/>
   </simpleType>
   <simpleType name="HellingGjsnittEnumerationType">
      <annotation>
         <documentation>Inclination: Viser gjennomsnittlige helling på arealet. 
-- Definition - - 
Average inclination class of the soil figure</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">HELLINGGJSNITT</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="1">
            <annotation>
               <documentation>Mindre enn 25 % gjennomsnittlig helling. Har ikke betydning for maskinvalg eller jordarbeiding
-- Definition -- 
Less than25 % inclination. Not significant for choice of machinery or tillage.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2">
            <annotation>
               <documentation>Mellom 25 og opp til 33 % gjennomsnittlig helling, Maskinvalg og jordarbeiding begrenses noe 
-- Definition -- 
Between 25% and less than 33 %  average inclination. Choice of machinery and tillage is limited.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3">
            <annotation>
               <documentation>33 % eller mer gjennomsnittlig helling. Maskinvalg og jordarbeiding begrenses sterkt.
-- Definition -- 
33 % or more  average inclination. Choice of machinery and tillage is strongly limited.</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="HellingGjsnittOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <element name="Identifikasjon"
            substitutionGroup="gml:AbstractObject"
            type="app:IdentifikasjonType">
      <annotation>
         <documentation>Identification: Unik identifikasjon av et objekt i et datasett, forvaltet av den ansvarlige produsent/forvalter, og kan benyttes av eksterne applikasjoner som stabil referanse til objektet. 
Merknad 1: Denne objektidentifikasjonen må ikke forveksles med en tematisk objektidentifikasjon, slik som f.eks bygningsnummer. 
Merknad 2: Denne unike identifikatoren vil ikke endres i løpet av objektets levetid, og ikke gjenbrukes i andre objekt.</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">IDENT</sc:taggedValue>
         </appinfo>
      </annotation>
   </element>
   <complexType name="IdentifikasjonType">
      <sequence>
         <element name="lokalId" type="string">
            <annotation>
               <documentation>localId: lokal identifikator av et objekt

Merknad: Det er dataleverendørens ansvar å sørge for at den lokale identifikatoren er unik innenfor navnerommet.</documentation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">LOKALID</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
         <element name="navnerom" type="string">
            <annotation>
               <documentation>namespace: navnerom som unikt identifiserer datakilden til et objekt, anbefales å være en http-URI

Eksempel: http://data.geonorge.no/SentraltStedsnavnsregister/1.0

Merknad : Verdien for nanverom vil eies av den dataprodusent som har ansvar for de unike identifikatorene og må være registrert i data.geonorge.no eller data.norge.no</documentation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">NAVNEROM</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
         <element minOccurs="0" name="versjonId" type="string">
            <annotation>
               <documentation>versionId: identifikasjon av en spesiell versjon av et geografisk objekt (instans)</documentation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">VERSJONID</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
      </sequence>
   </complexType>
   <complexType name="IdentifikasjonPropertyType">
      <sequence>
         <element ref="app:Identifikasjon"/>
      </sequence>
   </complexType>
   <element name="JordressursGrense"
            substitutionGroup="gml:AbstractFeature"
            type="app:JordressursGrenseType">
      <annotation>
         <documentation>avgrensing for en eller to arealressursflater
-- Definition -- 
delimitation for one or two area resource surfaces</documentation>
      </annotation>
   </element>
   <complexType name="JordressursGrenseType">
      <complexContent>
         <extension base="gml:AbstractFeatureType">
            <sequence>
               <element name="grense" type="gml:CurvePropertyType">
                  <annotation>
                     <documentation>border: forløp som følger overgang mellom ulike fenomener
-- Definition -- 
course following the transition between different real world phenomena</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">GM_Curve</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="JordressursGrensePropertyType">
      <sequence minOccurs="0">
         <element ref="app:JordressursGrense"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <element name="Jordressurser"
            substitutionGroup="app:Jordressurser_Fellesgenskaper"
            type="app:JordressurserType">
      <annotation>
         <documentation>Definisjon: geografisk område med tilnærmet enhetlige egenskaper i de kriteriene som benyttes i rangering av jordkartlagte arealer for datasettet
— Definition — 
Geographic area with approximately uniform characteristics in the dataset</documentation>
      </annotation>
   </element>
   <complexType name="JordressurserType">
      <complexContent>
         <extension base="app:Jordressurser_FellesgenskaperType">
            <sequence>
               <element name="område" type="gml:SurfacePropertyType">
                  <annotation>
                     <documentation>area: objektets utstrekning 
— Definition — 
Area over which an object extends</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">FLATE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element name="jordressursklasse" type="app:JordressursklasserType">
                  <annotation>
                     <documentation>soilResourceClass: Viser arealets klassetilhørighet i Jordressurser  
— Definition — 
Shows the Soil Resource Class for an area</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">JRKLASSER</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element name="hellingGjsnitt" type="app:HellingGjsnittType">
                  <annotation>
                     <documentation>avgInclination: Viser gjennomsnittlige helling på arealet. 
-- Definition - - 
Average inclination class of the soil figure</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">HELLINGGJSNITT</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element name="steinblokk" type="app:SteinBlokkType">
                  <annotation>
                     <documentation>rocksBoulders: Viser stein- og blokkinnhold (0–50 cm) på arealet på kartleggingstidspunktet — — Definition —
Shows the amount of stones and boulders for the soil figure in the upper 50 cm</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">STEINBLOKK</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element name="årsakTilNedklassifisering"
                        type="app:ÅrsakTilNedklassifiseringType">
                  <annotation>
                     <documentation>reasonForDownClassification: Viser årsak til at kartfiguren er nedklassifisert
— Definition — 
Reason for down-classification of Soil Resource Class</documentation>
                  </annotation>
               </element>
               <element name="tilleggsinformasjon" type="app:TilleggsinformasjonType">
                  <annotation>
                     <documentation>SupplementInformation: Viser tilleggsinformasjon om andre egenskaper ved arealet
— Definition — 
Supplementary information</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">TILLEGG</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element name="kartleggingsår" type="integer">
                  <annotation>
                     <documentation>mapping Year: Viser hvilket år kartfiguren ble jordkartlagt
— Definition —  
Mapping year</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">KL_ÅR</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element name="kartleggingsmetodikk" type="app:KartleggingsmetodikkType">
                  <annotation>
                     <documentation>mappingMethod: Viser hvilken kartleggingsmetodikk som ble brukt da kartfiguren ble jordkartlagt
— Definition —  
Original mapping method</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">KL_METODIKK</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element name="opprinneligLokalId" type="integer">
                  <annotation>
                     <documentation>figureId: Opprinnelig id i databasen
— Definition — 
Original ID in the soil database</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">FIGURID</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element maxOccurs="unbounded"
                        minOccurs="0"
                        name="avgrensesAvJordressursgrense"
                        type="app:JordressursGrensePropertyType">
                  <annotation>
                     <documentation>avgrenser Jordressurser</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">avgrensesAvJordressursgrense</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="JordressurserPropertyType">
      <sequence minOccurs="0">
         <element ref="app:Jordressurser"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <element name="Jordressurser_Fellesgenskaper"
            substitutionGroup="gml:AbstractFeature"
            type="app:Jordressurser_FellesgenskaperType">
      <annotation>
         <documentation>abstrakt objekttype som bærer sentrale egenskaper som er anbefalt for bruk i produktspesifikasjoner.
Merknad: Disse egenskapene skal derfor ikke modelleres inn i fagområdemodeller.</documentation>
      </annotation>
   </element>
   <complexType name="Jordressurser_FellesgenskaperType">
      <complexContent>
         <extension base="gml:AbstractFeatureType">
            <sequence>
               <element name="identifikasjon" type="app:IdentifikasjonPropertyType">
                  <annotation>
                     <documentation>Unik identifikasjon av et objekt i et datasett, forvaltet av den ansvarlige produsent/forvalter, og kan benyttes av eksterne applikasjoner som stabil referanse til objektet. 
Merknad 1: Denne objektidentifikasjonen må ikke forveksles med en tematisk objektidentifikasjon, slik som f.eks bygningsnummer. 
Merknad 2: Denne unike identifikatoren vil ikke endres i løpet av objektets levetid, og ikke gjenbrukes i andre objekt.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">IDENT</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element name="kopidata" type="app:KopidataPropertyType">
                  <annotation>
                     <documentation>angivelse av at objektet er hentet fra en kopi av originaldata
Merknad: 
Kan benyttes dersom man gjør et uttak av en database som ikke inneholder originaldataene.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">KOPIDATA</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="kvalitet"
                        type="app:PosisjonskvalitetPropertyType">
                  <annotation>
                     <documentation>beskrivelse av kvaliteten på stedfestingen
Merknad: Denne er identisk med ..KVALITET i tidligere versjoner av SOSI.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">KVALITET</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element name="verifiseringsdato" type="dateTime">
                  <annotation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">VERIFISERINGSDATO</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="Jordressurser_FellesgenskaperPropertyType">
      <sequence minOccurs="0">
         <element ref="app:Jordressurser_Fellesgenskaper"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <simpleType name="JordressursklasserType">
      <annotation>
         <documentation>Viser arealets klassetilhørighet i Jordressurser  
— Definition — 
Shows the Soil Resource Class for an area</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">JRKLASSER</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="app:JordressursklasserEnumerationType app:JordressursklasserOtherType"/>
   </simpleType>
   <simpleType name="JordressursklasserEnumerationType">
      <annotation>
         <documentation>Viser arealets klassetilhørighet i Jordressurser  
— Definition — 
Shows the Soil Resource Class for an area</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">JRKLASSER</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="1">
            <annotation>
               <documentation>Jord og areal som er lettdrevet. I tilfelle to jordtyper er registrert, kan den mindre dominerende jordtypen ha andre egenskaper.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2">
            <annotation>
               <documentation>Jord og areal som er nokså lettdrevet men krever noe større innsats enn jord og areal i klasse 1. Hvis to jordtyper er registrert kan den mindre dominerende jordtypen ha andre egenskaper. Avhengig av jordegenskaper klassifiseres stein og blokkholdige arealer arealer med helling 25 prosent til under 33 prosent og arealer med tegn til forstyrrelser utover vanlig jordbearbeiding eller grøfting i denne klassen.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3">
            <annotation>
               <documentation>jord og areal som setter større krav til innsats enn jord og areal i klasse 2 og 3. I tilfelle to jordtyper er registrert kan den mindre dominerende jordtypen ha andre egenskaper. Avhengig av jordegenskaper klassifiseres stein og blokkholdige arealer samt hyppig forekommende fjell i dagen og arealer med helling 25 prosent til under 33 prosent i denne klassen.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="4">
            <annotation>
               <documentation>Jord og areal som har ugunstige egenskaper som det er vanskelig å få gjort noe med.
I tilfelle jordtypene er registrert kan den mindre dominerende jordtypen ha andre egenskaper.
Avhengig av jordeegenskaper klassifiseres stein og blokkholdige eller stein og blokkholdige arealer hyppig forekommende fjell i dagen og arealer med helling 33 prosent i denne klassen.</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="JordressursklasserOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <simpleType name="KartleggingsmetodikkType">
      <annotation>
         <documentation>Viser hvilken opprinnelig kartleggingsmetodikk som er brukt under jordsmonnkartlegging.
--Definition--
Displays the methodolgy used during field mapping.</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">KL_METODIKK</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="app:KartleggingsmetodikkEnumerationType app:KartleggingsmetodikkOtherType"/>
   </simpleType>
   <simpleType name="KartleggingsmetodikkEnumerationType">
      <annotation>
         <documentation>Viser hvilken opprinnelig kartleggingsmetodikk som er brukt under jordsmonnkartlegging.
--Definition--
Displays the methodolgy used during field mapping.</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">KL_METODIKK</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="D">
            <annotation>
               <documentation>Feltbasert kartlegging med avgrensning av jordtyper direkte inn på digitale flybilder i felt, basert på en kombinasjon av borstikk ned til en meters dybde, flybildetolking og GPS. I tillegg deles arealene inn på bakgrunn av terrengegenskaper som helling og stein- og blokkinnhold.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="F">
            <annotation>
               <documentation>Feltbasert kartlegging med en grovere inndeling av jorda enn detaljert kartlegging, der en i tillegg slår sammen enkelte hellingsklasser og ser bort i fra andre egenskaper ved terrenget</documentation>
            </annotation>
         </enumeration>
         <enumeration value="J">
            <annotation>
               <documentation>Feltbasert kartlegging som kombinerer det beste fra de tidligere metodikkene (detaljert og forenklet).</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="KartleggingsmetodikkOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <element name="Kopidata"
            substitutionGroup="gml:AbstractObject"
            type="app:KopidataType">
      <annotation>
         <documentation>angivelse av at objektet er hentet fra en kopi av originaldata
Merknad: 
Kan benyttes dersom man gjør et uttak av en database som ikke inneholder originaldataene.</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">KOPIDATA</sc:taggedValue>
         </appinfo>
      </annotation>
   </element>
   <complexType name="KopidataType">
      <sequence>
         <element name="områdeId" type="integer">
            <annotation>
               <documentation>identifikasjon av område som dataene dekker

Merknad: Kan angis med kommunenummer eller fylkesnummer. Disse bør spesifiseres nærmere.</documentation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">OMRÅDEID</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
         <element name="originalDatavert" type="string">
            <annotation>
               <documentation>ansvarlig etat for forvaltning av data</documentation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">ORIGINALDATAVERT</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
         <element name="kopidato" type="dateTime">
            <annotation>
               <documentation>dato når objektet ble kopiert fra originaldatasettet  

Merknad:
Er en del av egenskapen Kopidata. Brukes i de tilfeller hvor en kopidatabase brukes til distribusjon.
Å kopiere et datasett til en kopidatabase skal ikke føre til at Oppdateringsdato blir endret.
Eventuell redigering av data i et kopidatasett medfører ny Oppdateringsdato, Datafangstdato og/eller Verifiseringsdato.</documentation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">KOPIDATO</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
      </sequence>
   </complexType>
   <complexType name="KopidataPropertyType">
      <sequence>
         <element ref="app:Kopidata"/>
      </sequence>
   </complexType>
   <element name="Posisjonskvalitet"
            substitutionGroup="gml:AbstractObject"
            type="app:PosisjonskvalitetType">
      <annotation>
         <documentation>beskrivelse av kvaliteten på stedfestingen.

Merknad: Posisjonskvalitet er ikke konform med  kvalitetsmodellen i ISO slik den er defineret i ISO19157:2013, men er en videreføring av tildligere brukte kvalitetsegenskaper i SOSI.</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">KVALITET</sc:taggedValue>
         </appinfo>
      </annotation>
   </element>
   <complexType name="PosisjonskvalitetType">
      <sequence>
         <element name="målemetode" type="gml:CodeType">
            <annotation>
               <documentation>metode for måling i grunnriss (x,y), og høyde (z) når metoden er den samme som ved måling i grunnriss</documentation>
               <appinfo>
                  <sc:targetCodeListURI>https://register.geonorge.no/sosi-kodelister/generelle-konsepter/4.5/m%C3%A5lemetodekode</sc:targetCodeListURI>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">https://register.geonorge.no/sosi-kodelister/generelle-konsepter/4.5/m%C3%A5lemetodekode</defaultCodeSpace>
                  <sc:taggedValue tag="SOSI_navn">MÅLEMETODE</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
      </sequence>
   </complexType>
   <complexType name="PosisjonskvalitetPropertyType">
      <sequence>
         <element ref="app:Posisjonskvalitet"/>
      </sequence>
   </complexType>
   <simpleType name="SteinBlokkType">
      <annotation>
         <documentation>Viser stein- og blokkinnhold (0–50 cm) på arealet på kartleggingstidspunktet
— Definition — 
Shows the amount of stones and boulders for the soil figure in the upper 50 cm</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">STEINBLOKK</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="app:SteinBlokkEnumerationType app:SteinBlokkOtherType"/>
   </simpleType>
   <simpleType name="SteinBlokkEnumerationType">
      <annotation>
         <documentation>Viser stein- og blokkinnhold (0–50 cm) på arealet på kartleggingstidspunktet
— Definition — 
Shows the amount of stones and boulders for the soil figure in the upper 50 cm</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">STEINBLOKK</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="0">
            <annotation>
               <documentation>Ikke registrert stein og blokk.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="30">
            <annotation>
               <documentation>Lite eller ingen stein og blokk.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="31">
            <annotation>
               <documentation>Inneholder stein og blokk.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="32">
            <annotation>
               <documentation>Inneholder mye stein og blokk.</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="SteinBlokkOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <simpleType name="TilleggsinformasjonType">
      <annotation>
         <documentation>Viser tilleggsinformasjon om andre egenskaper ved arealet.
— Definition — 
Supplementary information</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">TILLEGG</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="app:TilleggsinformasjonEnumerationType app:TilleggsinformasjonOtherType"/>
   </simpleType>
   <simpleType name="TilleggsinformasjonEnumerationType">
      <annotation>
         <documentation>Viser tilleggsinformasjon om andre egenskaper ved arealet.
— Definition — 
Supplementary information</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">TILLEGG</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="1">
            <annotation>
               <documentation>Deler av arealet er bakkeplanert</documentation>
            </annotation>
         </enumeration>
         <enumeration value="5">
            <annotation>
               <documentation>Deler av arealet er forstyrret av graving eller fyllmateriale.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="9">
            <annotation>
               <documentation>Ingen forstyrrelser.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="13">
            <annotation>
               <documentation>Deler av arealet er organisk jord</documentation>
            </annotation>
         </enumeration>
         <enumeration value="14">
            <annotation>
               <documentation>Deler av arealet er preget av vannmetning.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="15">
            <annotation>
               <documentation>Deler av arealet er mineraljord</documentation>
            </annotation>
         </enumeration>
         <enumeration value="27">
            <annotation>
               <documentation>Hyppig forekommende fjell i dagen</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="TilleggsinformasjonOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <simpleType name="ÅrsakTilNedklassifiseringType">
      <annotation>
         <documentation>Viser årsak til at kartfiguren er nedklassifisert 
— Definition —
Shows the reason for the map figure being downgraded</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">ÅRSAK_NEDKL</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="app:ÅrsakTilNedklassifiseringEnumerationType app:ÅrsakTilNedklassifiseringOtherType"/>
   </simpleType>
   <simpleType name="ÅrsakTilNedklassifiseringEnumerationType">
      <annotation>
         <documentation>Viser årsak til at kartfiguren er nedklassifisert 
— Definition —
Shows the reason for the map figure being downgraded</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">ÅRSAK_NEDKL</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="1">
            <annotation>
               <documentation>Jorda har egenskaper som gjør at arealet krever større innsats i drift</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2">
            <annotation>
               <documentation>Arealet har en gjennomsnittlig helling på enten 25 til under 33 prosent eller 33 prosent og over. Dette gir driftsutfordringer</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3">
            <annotation>
               <documentation>Jorda har egenskaper som gjør at arealet krever større innsats i drift og arealet har en gjennomsnittlig helling på 25 prosent og over til under 33 prosent</documentation>
            </annotation>
         </enumeration>
         <enumeration value="4">
            <annotation>
               <documentation>Arealet har mer enn 4 fjellblotninger / fjell i dagen per 10 daa og dette gir driftsutfordringer</documentation>
            </annotation>
         </enumeration>
         <enumeration value="5">
            <annotation>
               <documentation>Arealet er enten stein- og blokkholdig eller stein- og blokkrikt og dette gir driftsutfordringer</documentation>
            </annotation>
         </enumeration>
         <enumeration value="6">
            <annotation>
               <documentation>Deler av arealet har egenskaper utover dem som er registrert som egenskaper ved jordtypene og disse gir driftsutfordringer</documentation>
            </annotation>
         </enumeration>
         <enumeration value="9">
            <annotation>
               <documentation>Arealet har ingen årsak til nedklassifisering</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="ÅrsakTilNedklassifiseringOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
</schema>
