<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
        xmlns:gml="http://www.opengis.net/gml/3.2"
        xmlns:gus="https://skjema.geonorge.no/SOSI/produktspesifikasjon/grunnundersokelse/1.0"
        xmlns:sc="http://www.interactive-instruments.de/ShapeChange/AppInfo"
        elementFormDefault="qualified"
        targetNamespace="https://skjema.geonorge.no/SOSI/produktspesifikasjon/grunnundersokelse/1.0"
        version="1.0">
   <annotation>
      <documentation>Applikasjonsskjema for produktspesifikasjon Grunnundersøkelser forenklet</documentation>
      <appinfo>
         <sc:taggedValue tag="SOSI_presentasjonsnavn">Grunnundersøkelser</sc:taggedValue>
      </appinfo>
   </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/-->
   <element name="BorlengdeTilBerg"
            substitutionGroup="gml:AbstractObject"
            type="gus:BorlengdeTilBergType">
      <annotation>
         <documentation>dybde til fjell som ikke er målt men basert på tolkning

&lt;engelsk&gt;
depth to bedrock based on interpretation
&lt;/engelsk&gt;</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">BORLENGDEBERG</sc:taggedValue>
         </appinfo>
      </annotation>
   </element>
   <complexType name="BorlengdeTilBergType">
      <sequence>
         <element name="borlengdeKvalitet" type="gus:KvalitetBorlengdeTilBergType">
            <annotation>
               <documentation>beskriver om dybden til berg er antatt eller påvist med en sikker metode

&lt;engelsk&gt; 
defines the quality of the depth information either assumed or confirmed by a secure method
&lt;/engelsk&gt;</documentation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">BORLENGDEKVALITET</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
         <element name="borlengdeTilBerg" type="double">
            <annotation>
               <documentation>dybde til fjell som ikke er målt men basert på tolkning [m]

&lt;engelsk&gt;
depth to bedrock based on interpretation
&lt;/engelsk&gt;</documentation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">BORLENGDEBERG</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
      </sequence>
   </complexType>
   <complexType name="BorlengdeTilBergPropertyType">
      <sequence>
         <element ref="gus:BorlengdeTilBerg"/>
      </sequence>
   </complexType>
   <element name="EksternIdentifikasjon"
            substitutionGroup="gml:AbstractObject"
            type="gus:EksternIdentifikasjonType">
      <annotation>
         <documentation>Identification: Identifikasjon av et objekt, ivaretatt av den ansvarlige leverandør inn til NADAG.</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">EKSTERNIDENT</sc:taggedValue>
         </appinfo>
      </annotation>
   </element>
   <complexType name="EksternIdentifikasjonType">
      <sequence>
         <element minOccurs="0" name="eksternId" type="string">
            <annotation>
               <documentation>externalId: lokal identifikator, tildelt av ekstern leverendør. 
Det er data leverendørens ansvar å sørge for at denne eksterne identifikatoren er unik innenfor navnerommet.</documentation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">EKSTERNID</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
         <element minOccurs="0" name="eksternNavnerom" type="string">
            <annotation>
               <documentation>externalNamespace: navnerom som identifiserer datakilden/leverandør til objektet</documentation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">EKSTERNNAVNEROM</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
         <element minOccurs="0" name="eksternVersjonId" type="string">
            <annotation>
               <documentation>externalVersionid: identifikasjon av en spesiell versjon av et geografisk objekt  Dersom spesifikasjonen av et geografisk objekt med en identifikasjon inkludererer livsløpssyklusinformasjon, benyttes denne versjonId for å skille mellom ulike versjoner av samme objekt. versjonId er en unik  identifikasjon av versjonen.</documentation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">EKSTERNVERSJONID</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
         <element minOccurs="0" name="eksternLeveringDato" type="dateTime">
            <annotation>
               <documentation>externalDeliveryDate: Når objektet ble levert til database (Nadag)</documentation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">EKSTERNLEVERINGDATO</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
      </sequence>
   </complexType>
   <complexType name="EksternIdentifikasjonPropertyType">
      <sequence>
         <element ref="gus:EksternIdentifikasjon"/>
      </sequence>
   </complexType>
   <simpleType name="FeltUndersTypeKodeType">
      <annotation>
         <documentation>Kodeliste for feltundersøkelsestype</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">FELTUNDERSTYPE</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="gus:FeltUndersTypeKodeEnumerationType gus:FeltUndersTypeKodeOtherType"/>
   </simpleType>
   <simpleType name="FeltUndersTypeKodeEnumerationType">
      <annotation>
         <documentation>Kodeliste for feltundersøkelsestype</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">FELTUNDERSTYPE</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="10"/>
         <enumeration value="20"/>
         <enumeration value="30"/>
      </restriction>
   </simpleType>
   <simpleType name="FeltUndersTypeKodeOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <element name="GeotekniskBorehull"
            substitutionGroup="gus:GeovitenskapligBorehull"
            type="gus:GeotekniskBorehullType">
      <annotation>
         <documentation>GeotechnicalBorehole: geografisk område representert ved et punkt som er den logiske enhet for tolking av laginndeling og egenskaper til de forskjellige jordlag &lt;engelsk&gt;geographical area represented by a location which is the logical unit for interpretation of stratification and properties for the different strata &lt;/engelsk&gt;</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">GEOTEKNISKBOREHULL</sc:taggedValue>
         </appinfo>
      </annotation>
   </element>
   <complexType name="GeotekniskBorehullType">
      <complexContent>
         <extension base="gus:GeovitenskapligBorehullType">
            <sequence>
               <element minOccurs="0" name="boreNr" type="string">
                  <annotation>
                     <documentation>boreholeNr: Nummer på borehull benyttet i den geotekniske undersøkelsen</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">BORENR</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="høyde" type="double">
                  <annotation>
                     <documentation>Terrenghøyde ved start borehull [m]</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">HØYDE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="høydeReferanse" type="gus:NADAG_HøyderefType">
                  <annotation>
                     <documentation>Referansesystem for høydeangivelse, som EPSG-kode.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">HØYDE-REF</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element name="opprettetDato" type="dateTime">
                  <annotation>
                     <documentation>entryDate: Når objektet ble opprettet i database (Nadag)</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">OPPRETTETDATO</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="eksternIdentifikasjon"
                        type="gus:EksternIdentifikasjonPropertyType">
                  <annotation>
                     <documentation>Identifikasjon av et objekt, ivaretatt av den ansvarlige leverandør, som kan benyttes av eksterne applikasjoner som referanse til objektet.</documentation>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="kvikkleirePåvisning"
                        type="gus:KvikkleirePåvisningKodeType">
                  <annotation>
                     <documentation>Grad av sikkerhet for påvisning av kvikkleire (omrørt skjærfasthet mindre eller lik 0,5 kPa) eller sprøbruddmateriale (omrørt skjærfasthet mindre enn 2 kPa)</documentation>
                     <appinfo>
                        <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
                        <sc:taggedValue tag="SOSI_navn">KVIKKLEIREPÅVISNING</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="opprinneligGeotekniskUndersID" type="string">
                  <annotation>
                     <documentation>originalGeotechnicalInvestigationID: opprinneligGeotekniskUndersID - LokalID fra opprinnelig Geoteknisk undersøkelse. 
Benyttes for å identifisere orginal undersøkelse med rapporter etc. ved bruk av samme GeotekniskBorehull i flere undersøkelser.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">OPPRINNELIGGEOTEKNISKUNDERSID</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="opphav" type="string">
                  <annotation>
                     <documentation>referanse til opphavsmaterialet, kildematerialet, organisasjons/publiseringskilde</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">OPPHAV</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="maksBoretLengde" type="double">
                  <annotation>
                     <documentation>Lengste boret lengde for borehullsundersøkelsene i dette borhullet [m]</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">MAKSBORETLENGDE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element maxOccurs="unbounded" minOccurs="0" name="harUndersøkelse">
                  <annotation>
                     <appinfo>
                        <reversePropertyName xmlns="http://www.opengis.net/gml/3.2">gus:undersPkt</reversePropertyName>
                        <sc:taggedValue tag="SOSI_navn">GEOTEKNBOREHULL_UNDERS</sc:taggedValue>
                     </appinfo>
                  </annotation>
                  <complexType>
                     <complexContent>
                        <extension base="gml:AbstractFeatureMemberType">
                           <sequence minOccurs="0">
                              <element ref="gus:GeotekniskBorehullUnders"/>
                           </sequence>
                           <attributeGroup ref="gml:AssociationAttributeGroup"/>
                        </extension>
                     </complexContent>
                  </complexType>
               </element>
               <element maxOccurs="unbounded"
                        minOccurs="0"
                        name="undersOmr"
                        type="gus:GeotekniskUndersPropertyType">
                  <annotation>
                     <appinfo>
                        <reversePropertyName xmlns="http://www.opengis.net/gml/3.2">gus:undersPkt</reversePropertyName>
                        <sc:taggedValue tag="SOSI_navn">GEOTEKNISKUNDERSØKELSE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="GeotekniskBorehullPropertyType">
      <sequence minOccurs="0">
         <element ref="gus:GeotekniskBorehull"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <element name="GeotekniskBorehullUnders"
            substitutionGroup="gus:GeovitenskapligBorehullUndersøkelse"
            type="gus:GeotekniskBorehullUndersType">
      <annotation>
         <documentation>GeotechnicalBoreholeInvestigation: geografisk punkt hvor det er utført feltforsøk, prøvetaking, måling av poretrykk osv. med tilhørende observasjoner &lt;engelsk&gt;geographical location where field tests, sampling, pore pressure measurements etc. with corresponding observations have been carried out&lt;/engelsk&gt;</documentation>
      </annotation>
   </element>
   <complexType name="GeotekniskBorehullUndersType">
      <complexContent>
         <extension base="gus:GeovitenskapligBorehullUndersøkelseType">
            <sequence>
               <element minOccurs="0" name="høyde" type="double">
                  <annotation>
                     <documentation>Terrenghøyde ved start borehullsundersøkelse [m]</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">HØYDE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="høydeReferanse" type="gus:NADAG_HøyderefType">
                  <annotation>
                     <documentation>Referansesystem for høydeangivelse, som EPSG-kode.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">HØYDE-REF</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="undersøkelseNr" type="string">
                  <annotation>
                     <documentation>surveyNo: Nummer på borehullundersøkelse benyttet i den geotekniske undersøkelsen</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">UNDERSØKELSENR</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="eksternIdentifikasjon"
                        type="gus:EksternIdentifikasjonPropertyType">
                  <annotation>
                     <documentation>Identifikasjon av et objekt, ivaretatt av den ansvarlige leverandør, som kan benyttes av eksterne applikasjoner som referanse til objektet.</documentation>
                  </annotation>
               </element>
               <element name="opprettetDato" type="dateTime">
                  <annotation>
                     <documentation>Når objektet ble opprettet i database (Nadag)</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">OPPRETTETDATO</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element name="geotekniskMetode" type="gus:GeotekniskMetodeKodeType">
                  <annotation>
                     <documentation>Metoder benyttet ved geotekniske borehullundersøkelser</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">GEOTEKNISKMETODE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="dybdeGrunnvannstand" type="double">
                  <annotation>
                     <documentation>groundWaterDept, groundWaterLevel: dybde [m] fra terrengoverflaten til det nivå i grunnen der alle porene i jorden er mettet med vann og poretrykket begynner å stige &lt;engelsk&gt;depth [m] from the terrain surface to the level in the ground where all voids are saturated with water, and where the pore pressure starts to increase&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">DYBDEGRUNNVANNSTAND</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="forboretDiameter" type="double">
                  <annotation>
                     <documentation>preBoringDiameter: diameter [mm] av forboret hull i en borhullundersøkelse &lt;engelsk&gt;diameter (mm) of a predrilled hole in a borehole investigation&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">FORBORETDIAMETER</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="forboretLengde" type="double">
                  <annotation>
                     <documentation>preBoringLength: Lengde[m] av forboret hull i en borhullundersøkelse &lt;engelsk&gt;Length[m] of a predrilled borehole in a borehole investigation&lt;engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">FORBORETLENGDE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="forboringMetode" type="string">
                  <annotation>
                     <documentation>preBoringmethod: metode brukt til boring uten registrering av data&lt;engelsk&gt;pre boring method&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">FORBORINGMETODE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="stoppKode" type="gus:GeotekniskStoppkodeType">
                  <annotation>
                     <documentation>terminationCode: tosifret tall som benyttes for å angi årsak til avslutning av borehullundersøkelse&lt;engelsk&gt;code used to explain the reason for termination of a borehole investigation&lt;engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">STOPPKODE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="forboretStartLengde" type="double">
                  <annotation>
                     <documentation>preBoringStartLength: startlengde[m] for hvor forboring startet i en borhullundersøkelse &lt;engelsk&gt;start depth[m] where the predrilling in the  borehole investigation started&lt;engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">FORBORETSTARTLENGDE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element maxOccurs="unbounded" minOccurs="0" name="metode">
                  <annotation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">METODE</sc:taggedValue>
                     </appinfo>
                  </annotation>
                  <complexType>
                     <complexContent>
                        <extension base="gml:AbstractFeatureMemberType">
                           <sequence minOccurs="0">
                              <element ref="gus:Geotekniskmetode"/>
                           </sequence>
                           <attributeGroup ref="gml:AssociationAttributeGroup"/>
                        </extension>
                     </complexContent>
                  </complexType>
               </element>
               <element minOccurs="0"
                        name="undersPkt"
                        type="gus:GeotekniskBorehullPropertyType">
                  <annotation>
                     <appinfo>
                        <reversePropertyName xmlns="http://www.opengis.net/gml/3.2">gus:harUndersøkelse</reversePropertyName>
                        <sc:taggedValue tag="SOSI_navn">GEOTEKNISKBOREHULL</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="GeotekniskBorehullUndersPropertyType">
      <sequence minOccurs="0">
         <element ref="gus:GeotekniskBorehullUnders"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <element name="GeotekniskDokument"
            substitutionGroup="gml:AbstractFeature"
            type="gus:GeotekniskDokumentType">
      <annotation>
         <documentation>dokument(er) tilhørende geotekniske undersøkelsesområder og borehull &lt;engelsk&gt;accompanying documents to geotechnical investigation areas and boreholes&lt;/engelsk&gt;</documentation>
      </annotation>
   </element>
   <complexType name="GeotekniskDokumentType">
      <complexContent>
         <extension base="gml:AbstractFeatureType">
            <sequence>
               <element minOccurs="0" name="dokumentID" type="string">
                  <annotation>
                     <documentation>Unik nøkkel for dokument.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">DOKUMENTID</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="dokumentNøkkel" type="string">
                  <annotation>
                     <documentation>Benyttes til å angi nøkkelverdi ved kall til Web-api.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">DOKUMENTNOEKKEL</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element name="dokumentType" type="gus:NADAG_DokumentTypeType">
                  <annotation>
                     <documentation>Type dokument. Feks. Geoteknisk rapport, Profilbilde</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">DOKUMENTTYPE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="dokumentFilnavn" type="string">
                  <annotation>
                     <documentation>Filnavn på dokumentet.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">DOKUMENTFILNAVN</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="dokumentURL" type="string">
                  <annotation>
                     <documentation>Komplett URL for dokument med id.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">DOKUMENTURL</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="innholdType" type="string">
                  <annotation>
                     <documentation>Type dokumentformat, feks. Image/png, pdf</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">INNHOLDTYPE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="beskrivelse" type="string">
                  <annotation>
                     <documentation>Kort informasjon om dokumentet</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">BESKRIVELSE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="eksternIdentifikasjon"
                        type="gus:EksternIdentifikasjonPropertyType">
                  <annotation>
                     <documentation>Identifikasjon av et objekt, ivaretatt av den ansvarlige leverandør, som kan benyttes av eksterne applikasjoner som referanse til objektet.</documentation>
                  </annotation>
               </element>
               <element minOccurs="0" name="dokumentNavn" type="string">
                  <annotation>
                     <documentation>Navn på dokument</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">DOKUMENTNAVN</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="opprettetDato" type="dateTime">
                  <annotation>
                     <documentation>entryDate: Når objektet ble opprettet i database (Nadag)</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">OPPRETTETDATO</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="dokumentNr" type="string">
                  <annotation>
                     <documentation>Feks. rapportNr.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">DOKUMENTNR</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="dokumentDato" type="dateTime">
                  <annotation>
                     <documentation>dokumentDato: Dato når dokument ble opprettet</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">DOKUMENTDATO</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="tilhørerFeltUnders"
                        type="gus:GeotekniskFeltUndersPropertyType">
                  <annotation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">TILHØRERFELTUNDERS</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="tilhørerGBU"
                        type="gus:GeotekniskBorehullUndersPropertyType">
                  <annotation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">TILHØRERGBU</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="tilhørerGU"
                        type="gus:GeotekniskUndersPropertyType">
                  <annotation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">TILHØRERGU</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="tilhørerGB"
                        type="gus:GeotekniskBorehullPropertyType">
                  <annotation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">TILHØRERGB</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="GeotekniskDokumentPropertyType">
      <sequence minOccurs="0">
         <element ref="gus:GeotekniskDokument"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <element name="GeotekniskFeltUnders"
            substitutionGroup="gml:AbstractFeature"
            type="gus:GeotekniskFeltUndersType">
      <annotation>
         <documentation>Geoteknisk feltundersøkelse</documentation>
      </annotation>
   </element>
   <complexType name="GeotekniskFeltUndersType">
      <complexContent>
         <extension base="gml:AbstractFeatureType">
            <sequence>
               <element name="identifikasjon" type="gus:IdentifikasjonPropertyType">
                  <annotation>
                     <documentation>unik identifikasjon av et objekt</documentation>
                  </annotation>
               </element>
               <element name="posisjon" type="gml:PointPropertyType">
                  <annotation>
                     <documentation>sted objektet eksisterer på bestemt av måleutstyr</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">Punkt</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="geotekniskFeltUndersMetode"
                        type="gus:GeotekniskFeltUndersMetodeKodeType">
                  <annotation>
                     <documentation>Metoder benyttet ved geotekniske feltundersøkelser</documentation>
                     <appinfo>
                        <sc:targetCodeListURI>http://skjema.geonorge.no/legg_inn_riktig_url</sc:targetCodeListURI>
                        <sc:taggedValue tag="SOSI_navn">GEOTEKNISKFELTUNDERSMETODEKODE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="eksternidentifikasjon"
                        type="gus:EksternIdentifikasjonPropertyType">
                  <annotation>
                     <documentation>Identifikasjon av et objekt, ivaretatt av den ansvarlige leverandør, som kan benyttes av eksterne applikasjoner som referanse til objektet.</documentation>
                  </annotation>
               </element>
               <element minOccurs="0" name="opprettetDato" type="dateTime">
                  <annotation>
                     <documentation>entryDate: Når objektet ble opprettet i database (Nadag)</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">OPPRETTETDATO</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="feltundersType"
                        type="gus:FeltUndersTypeKodeType">
                  <annotation>
                     <appinfo>
                        <sc:targetCodeListURI>http://skjema.geonorge.no/sosi/produktspesifikasjon/grunnundersoekelse/1.0/GeotekniskMetodeKode.xml</sc:targetCodeListURI>
                        <sc:taggedValue tag="SOSI_navn">FELTUNDERSTYPE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="tolkningMetode"
                        type="gus:TolkningMetodeKodeType">
                  <annotation>
                     <documentation>Metoder benyttet for tolkning av geotekniske feltundersøkelser</documentation>
                     <appinfo>
                        <sc:targetCodeListURI>http://skjema.geonorge.no/legg_inn_riktig_url</sc:targetCodeListURI>
                        <sc:taggedValue tag="SOSI_navn">TOLKNINGMETODE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="høydeFjell" type="double">
                  <annotation>
                     <documentation>Høyde på observert fjell [m]</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">HOEYDEFJELL</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="høyde" type="double">
                  <annotation>
                     <documentation>Terrenghøyde ved start feltundersøkelse [m]</documentation>
                  </annotation>
               </element>
               <element minOccurs="0" name="høydeReferanse" type="gus:NADAG_HøyderefType">
                  <annotation>
                     <documentation>Referansesystem for høydeangivelse, som EPSG-kode.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">HØYDE-REF</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="feltundersNr" type="string">
                  <annotation>
                     <documentation>Nummer på feltundersøkelse benyttet i den geotekniske undersøkelsen</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">FELTUNDERSNR</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="tilhørerGU"
                        type="gus:GeotekniskUndersPropertyType">
                  <annotation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">TILHØRERGU</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="GeotekniskFeltUndersPropertyType">
      <sequence minOccurs="0">
         <element ref="gus:GeotekniskFeltUnders"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <simpleType name="GeotekniskFeltUndersMetodeKodeType">
      <annotation>
         <documentation>Koder for metoder benyttet ved geotekniske feltundersøkelser</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">GEOTEKNISKFELTUNDERSMETODEKODE</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="gus:GeotekniskFeltUndersMetodeKodeEnumerationType gus:GeotekniskFeltUndersMetodeKodeOtherType"/>
   </simpleType>
   <simpleType name="GeotekniskFeltUndersMetodeKodeEnumerationType">
      <annotation>
         <documentation>Koder for metoder benyttet ved geotekniske feltundersøkelser</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">GEOTEKNISKFELTUNDERSMETODEKODE</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="42"/>
         <enumeration value="54"/>
         <enumeration value="61"/>
         <enumeration value="55"/>
         <enumeration value="21"/>
         <enumeration value="56"/>
         <enumeration value="57"/>
         <enumeration value="58"/>
         <enumeration value="63"/>
      </restriction>
   </simpleType>
   <simpleType name="GeotekniskFeltUndersMetodeKodeOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <simpleType name="GeotekniskMetodeKodeType">
      <annotation>
         <documentation>Kode for metoder benyttet ved geotekniske borehullundersøkelser</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">GEOTEKNISKMETODEKODE</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="gus:GeotekniskMetodeKodeEnumerationType gus:GeotekniskMetodeKodeOtherType"/>
   </simpleType>
   <simpleType name="GeotekniskMetodeKodeEnumerationType">
      <annotation>
         <documentation>Kode for metoder benyttet ved geotekniske borehullundersøkelser</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">GEOTEKNISKMETODEKODE</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="24">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="13"/>
         <enumeration value="3">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="25">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="17">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="18">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="1">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="26">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="20">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="27">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="4">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="28">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="29">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="30">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="31">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="32">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="45">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="33">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="34">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="35">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="5">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="6">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="36">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="37">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="7">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="38">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="14">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="8">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="21">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="22">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="23">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="9">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="10">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="39">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="40">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="41">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="11">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="42">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="15">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="16">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="2">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="12">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="43">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="44">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="19">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="46"/>
         <enumeration value="47"/>
         <enumeration value="48"/>
         <enumeration value="49"/>
         <enumeration value="50">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="51">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="GeotekniskMetodeKodeOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <element abstract="true"
            name="GeotekniskSondering"
            substitutionGroup="gus:Geotekniskmetode"
            type="gus:GeotekniskSonderingType">
      <annotation>
         <documentation>GeotechnicalSounding: metode som brukes i en grunnundersøkelse for å måle penetrasjonsmotstanden i de forskjellige jordlag &lt;engelsk&gt;method used in a ground investigation to measure the penetration resistance of various soil layers&lt;/engelsk&gt;</documentation>
      </annotation>
   </element>
   <complexType abstract="true" name="GeotekniskSonderingType">
      <complexContent>
         <extension base="gus:GeotekniskmetodeType">
            <sequence>
               <element minOccurs="0" name="fraBorlengde" type="double">
                  <annotation>
                     <documentation>lengde målt fra toppen av kurven/linja som beskriver borehullforløpet [m] &lt;engelsk&gt;distance measured from the top of  the curve describing the borehole geometry&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">FRABORLENGDE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="tilBorlengde" type="double">
                  <annotation>
                     <documentation>lengde målt fra toppen av kurven/linja som beskriver borehullforløpet [m] &lt;engelsk&gt;distance measured from the top of  the curve describing the borehole geometry&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">TILBORLENGDE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="torvTykkelse" type="double">
                  <annotation>
                     <documentation>tykkelse på torvlag i meter [m] &lt;engelsk&gt;thickness of peat in meter&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">TORVTYKKELSE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="GeotekniskSonderingPropertyType">
      <sequence minOccurs="0">
         <element ref="gus:GeotekniskSondering"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <simpleType name="GeotekniskStoppkodeType">
      <annotation>
         <documentation>oversikt over koder for stopp av boring ved utførelse av en grunnundersøkelse &lt;engelsk&gt;overview of codes for termination of boring in a ground investigation&lt;/engelsk&gt;</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">GEOTEKNISKSTOPPKODE</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="gus:GeotekniskStoppkodeEnumerationType gus:GeotekniskStoppkodeOtherType"/>
   </simpleType>
   <simpleType name="GeotekniskStoppkodeEnumerationType">
      <annotation>
         <documentation>oversikt over koder for stopp av boring ved utførelse av en grunnundersøkelse &lt;engelsk&gt;overview of codes for termination of boring in a ground investigation&lt;/engelsk&gt;</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">GEOTEKNISKSTOPPKODE</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="93">
            <annotation>
               <documentation>kode for avslutning av boring i antatt berg &lt;engelsk&gt;code for termination of boring in presumed rock&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="92">
            <annotation>
               <documentation>kode for avslutning av boring i antatt stein eller blokk &lt;engelsk&gt;code for termination of boring in presumed stone or block&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="95">
            <annotation>
               <documentation>kode for avslutning av boring ved brudd i borstang eller borspiss &lt;engelsk&gt;code for termination of boring due to failure of drill rod or drill bit&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="94">
            <annotation>
               <documentation>kode for avslutning av boring ved oppnådd boredybde i berg &lt;engelsk&gt;code for termination of boring after assumed depth in rock&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="98">
            <annotation>
               <documentation>kode for avslutning av boring ved oppnådd boredybde i berg større enn 3 m &lt;engelsk&gt;code for termination of boring after assumed depth in rock greater than 3 m&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="96">
            <annotation>
               <documentation>kode for avslutning av boring ved feil på borustyr &lt;engelsk&gt;code for termination of boring due to equipment errors&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="97">
            <annotation>
               <documentation>kode for avslutning av boring ved avbrutt sondering &lt;engelsk&gt;code for termination of boring due to interrupted sounding&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="91">
            <annotation>
               <documentation>kode for avslutning av boring i fast grunn &lt;engelsk&gt;code for termination of boring in firm ground&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="90">
            <annotation>
               <documentation>kode for avslutning av sondering uten stopp &lt;engelsk&gt;code for termination of sounding without stop&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="89">
            <annotation>
               <documentation>kode for avslutning av boring i stein, blokk eller berg &lt;engelsk&gt;code for termination of boring in presumed stone, block or rock&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="0">
            <annotation>
               <documentation>kode for avslutning av boring ved uspesifisert årsak &lt;engelsk&gt;code for termination of boring due to unspecified reasons&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="88">
            <annotation>
               <documentation>Det har blitt tatt ut en kjerneprøve på minimum 3 meter&lt;engelsk&gt; core drilling min 3 meter&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="99">
            <annotation>
               <documentation>kode for avslutning av boring ved oppnådd boredybde i berg større enn 3 m og borestøv har blitt analysert &lt;engelsk&gt;code for termination of boring after assumed depth in rock greater than 3 m and the drill cuttings have been analysed&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="GeotekniskStoppkodeOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <element name="GeotekniskTolketLag"
            substitutionGroup="gml:AbstractFeature"
            type="gus:GeotekniskTolketLagType">
      <annotation>
         <documentation>Lag med geoteknisk tolkning</documentation>
      </annotation>
   </element>
   <complexType name="GeotekniskTolketLagType">
      <complexContent>
         <extension base="gml:AbstractFeatureType">
            <sequence>
               <element minOccurs="0" name="tolketLagID" type="string">
                  <annotation>
                     <documentation>Unik nøkkel for tolktet lag</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">TOLKETLAGID</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="klassifiseringMetode"
                        type="gus:KlassifiseringsMetodeType">
                  <annotation>
                     <documentation>oversikt over klassifiseringsmetoder for bestemmelse av grunnforhold</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">KLASSIFISERINGMETODE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="hovedLagKlassifiseringsKode"
                        type="gus:HovedLagKlassifiseringType">
                  <annotation>
                     <documentation>oversikt over lagdeling og jordart for klassifisering og identifisering av grunnforhold</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">HOVEDLAGKLASSIFISERINGKODE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="lagBeskrivelse" type="string">
                  <annotation>
                     <documentation>Beskrivelse av tolket lag feks. Sand</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">LAGBESKRIVELSE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="tolketAv" type="string">
                  <annotation>
                     <documentation>Hvem som har gjort tolkning</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">TOLKETAV</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="tolketTidspunkt" type="dateTime">
                  <annotation>
                     <documentation>Når tolkning ble utført</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">TOLKETTIDSPUNKT</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="tolkningMerknad" type="string">
                  <annotation>
                     <documentation>Kommentar til tolkning</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">TOLKNINGMERKNAD</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="navn" type="string">
                  <annotation>
                     <documentation>Navn på tolket lag</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">NAVN</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="påTerrengOverflate" type="boolean">
                  <annotation>
                     <documentation>Om tolkning er på terrengoverflate</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">PAATERRENGOVERFLATE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="vurdering" type="double">
                  <annotation>
                     <documentation>Hvor sikker tolkning er, med  0=Udefinert,5=Sikker og glidende skala imellom.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">VURDERING</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="underTerrengOverflate" type="boolean">
                  <annotation>
                     <documentation>Om tolkning er under terrengoverflate</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">UNDERTERRENGOVERFLATE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="eksternIdentifikasjon"
                        type="gus:EksternIdentifikasjonPropertyType">
                  <annotation>
                     <documentation>Identifikasjon av et objekt, ivaretatt av den ansvarlige leverandør, som kan benyttes av eksterne applikasjoner som referanse til objektet.</documentation>
                  </annotation>
               </element>
               <element name="posisjon" type="gml:PointPropertyType">
                  <annotation>
                     <documentation>objektets utstrekning gitt i x.y,z.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">Punkt</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="høyde" type="double">
                  <annotation>
                     <documentation>Laghøyde for tolkning [m]</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">HØYDE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="høydeReferanse" type="gus:NADAG_HøyderefType">
                  <annotation>
                     <documentation>referansesystem for høydeangivelse, som EPSG-kode.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">HØYDE-REF</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="tilhørerTolketPunkt"
                        type="gus:GeotekniskTolketPunktPropertyType">
                  <annotation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">TILHØRERTOLKETPUNKT</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="GeotekniskTolketLagPropertyType">
      <sequence minOccurs="0">
         <element ref="gus:GeotekniskTolketLag"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <element name="GeotekniskTolketPunkt"
            substitutionGroup="gml:AbstractFeature"
            type="gus:GeotekniskTolketPunktType">
      <annotation>
         <documentation>Punkt med geoteknisk tolkning i GeotekniskTolketLag</documentation>
      </annotation>
   </element>
   <complexType name="GeotekniskTolketPunktType">
      <complexContent>
         <extension base="gml:AbstractFeatureType">
            <sequence>
               <element name="identifikasjon" type="gus:IdentifikasjonPropertyType">
                  <annotation>
                     <documentation>unik identifikasjon av et objekt</documentation>
                  </annotation>
               </element>
               <element minOccurs="0" name="tolketAv" type="string">
                  <annotation>
                     <documentation>Hvem som har tolket punktet</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">TOLKETAV</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="tolketTidspunkt" type="dateTime">
                  <annotation>
                     <documentation>Når tolkning ble utført</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">TOLKETTIDSPUNKT</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="navn" type="string">
                  <annotation>
                     <documentation>Navn på tolket punkt</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">NAVN</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element name="posisjon" type="gml:PointPropertyType">
                  <annotation>
                     <documentation>objektets utstrekning gitt i x.y,z.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">Punkt</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="høyde" type="double">
                  <annotation>
                     <documentation>Terrenghøyde overflate for punkt med tolkning(/er)[m]</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">HØYDE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="høydeReferanse" type="gus:NADAG_HøyderefType">
                  <annotation>
                     <documentation>Referansesystem for høydeangivelse, som EPSG-kode.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">HØYDE-REF</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="digitaliseringsmålestokk" type="integer">
                  <annotation>
                     <documentation>kartmålestokk registreringene/ datene er hentet fra/ registrert på

Eksempel: 1:50 000 = 50000.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">DIGITALISERINGSMÅLESTOKK</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="kvalitet"
                        type="gus:PosisjonskvalitetNADAGPropertyType">
                  <annotation>
                     <documentation>beskrivelse av kvaliteten på stedfestingen</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">KVALITET_NADAG</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="oppdateringsdato" type="dateTime">
                  <annotation>
                     <documentation>dato for siste endring på objektetdataene 

Merknad: 
Oppdateringsdato kan være forskjellig fra Datafangsdato ved at data som er registrert kan bufres en kortere eller lengre periode før disse legges inn i datasystemet (databasen).

-Definition-
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">OPPDATERINGSDATO</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="beskrivelse" type="string">
                  <annotation>
                     <documentation>kort tilleggsinformasjon om punktet for tolkning/er 
&lt;engelsk&gt;
a short description&lt;/engelsk&gt;</documentation>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="tilhørerGU"
                        type="gus:GeotekniskUndersPropertyType">
                  <annotation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">TILHØRERGU</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="tilhørerGB"
                        type="gus:GeotekniskBorehullPropertyType">
                  <annotation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">TILHØRERGB</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="GeotekniskTolketPunktPropertyType">
      <sequence minOccurs="0">
         <element ref="gus:GeotekniskTolketPunkt"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <element name="GeotekniskUnders"
            substitutionGroup="gus:GeovitenskapeligUndersøkelse"
            type="gus:GeotekniskUndersType">
      <annotation>
         <documentation>GeotechnicalInvestigation: geografisk område hvor det finnes eller er planlagt geotekniske borehull tilhørende et gitt prosjekt &lt;engelsk&gt;geographical area where there are or are planned geotechnical boreholes for a given project&lt;/engelsk&gt;</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">GEOTEKNISKUNDERS</sc:taggedValue>
         </appinfo>
      </annotation>
   </element>
   <complexType name="GeotekniskUndersType">
      <complexContent>
         <extension base="gus:GeovitenskapeligUndersøkelseType">
            <sequence>
               <element minOccurs="0"
                        name="eksternIdentifikasjon"
                        type="gus:EksternIdentifikasjonPropertyType">
                  <annotation>
                     <documentation>Identifikasjon av et objekt, ivaretatt av den ansvarlige leverandør, som kan benyttes av eksterne applikasjoner som referanse til objektet.</documentation>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="representasjonKvalitet"
                        type="gus:RepresentasjonKvalitetType">
                  <annotation>
                     <documentation>Angir hva avgrensningen/polygonen for en geoteknisk undersøkelse fysisk representerer.</documentation>
                     <appinfo>
                        <sc:targetCodeListURI>http://skjema.geonorge.no/legg_inn_riktig_url</sc:targetCodeListURI>
                        <sc:taggedValue tag="SOSI_navn">REPRESENTASJONSKVALITET</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element name="opprettetDato" type="dateTime">
                  <annotation>
                     <documentation>entryDate: Når objektet ble opprettet i database (Nadag)</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">OPPRETTETDATO</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="prosjektNr" type="string">
                  <annotation>
                     <documentation>Nummer på prosjekt benyttet for den geotekniske undersøkelsen</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">PROSJEKTNR</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="opphav" type="string">
                  <annotation>
                     <documentation>referanse til opphavsmaterialet, kildematerialet, organisasjons/publiseringskilde</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">OPPHAV</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="undersøkelseÅrAntatt" type="integer">
                  <annotation>
                     <documentation>Antatt år for gjennomføring av den geotekniske undersøkelsen. For største delen av de leverte dataene har det vært dårlig infomasjon i egenskapene for undersøkelseperiode og derfor utvides det med denne egenskapen. Årstallet her er hentet fra ulike kilder i leveransene og avhengig av hva for leveranser det er varierer usikkerheten på på det antatte årstallet.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">UNDERSØKELSEÅRANTATT</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element maxOccurs="unbounded" minOccurs="0" name="undersPkt">
                  <annotation>
                     <appinfo>
                        <reversePropertyName xmlns="http://www.opengis.net/gml/3.2">gus:undersOmr</reversePropertyName>
                        <sc:taggedValue tag="SOSI_navn">GEOTEKNISKBOREHULL</sc:taggedValue>
                     </appinfo>
                  </annotation>
                  <complexType>
                     <complexContent>
                        <extension base="gml:AbstractFeatureMemberType">
                           <sequence minOccurs="0">
                              <element ref="gus:GeotekniskBorehull"/>
                           </sequence>
                           <attributeGroup ref="gml:AssociationAttributeGroup"/>
                        </extension>
                     </complexContent>
                  </complexType>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="GeotekniskUndersPropertyType">
      <sequence minOccurs="0">
         <element ref="gus:GeotekniskUnders"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <element name="GeotekniskUndersøkelseGrense"
            substitutionGroup="gus:GeovitenskapeligUndersøkelseGrense"
            type="gus:GeotekniskUndersøkelseGrenseType">
      <annotation>
         <documentation>GeotechnicalInvestigationBorder: avgrensning av et område for geotekniske undersøkelser. Merk: Benyttes kun for de formater som krever egen geometri for avgrensning av flate. &lt;engelsk&gt;demarcation of an area with soil investigations. Only used for delivery formats that requier it.&lt;/engelsk&gt;</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">GEOTEKNISKUNDERSØKELSEGRENSE</sc:taggedValue>
         </appinfo>
      </annotation>
   </element>
   <complexType name="GeotekniskUndersøkelseGrenseType">
      <complexContent>
         <extension base="gus:GeovitenskapeligUndersøkelseGrenseType">
            <sequence/>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="GeotekniskUndersøkelseGrensePropertyType">
      <sequence minOccurs="0">
         <element ref="gus:GeotekniskUndersøkelseGrense"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <element abstract="true"
            name="Geotekniskmetode"
            substitutionGroup="gml:AbstractFeature"
            type="gus:GeotekniskmetodeType">
      <annotation>
         <documentation>Abstrakt objekttype for å samle felles-egenskaper for en del geotekniske prøver.</documentation>
      </annotation>
   </element>
   <complexType abstract="true" name="GeotekniskmetodeType">
      <complexContent>
         <extension base="gml:AbstractFeatureType">
            <sequence>
               <element name="identifikasjon" type="gus:IdentifikasjonPropertyType">
                  <annotation>
                     <documentation>unik identifikasjon av et objekt</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">IDENT</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="GeotekniskmetodePropertyType">
      <sequence minOccurs="0">
         <element ref="gus:Geotekniskmetode"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <element abstract="true"
            name="GeovitenskapeligUndersøkelse"
            substitutionGroup="gus:Supertype_Geotekn_obj_omr"
            type="gus:GeovitenskapeligUndersøkelseType">
      <annotation>
         <documentation>GeoScientificInvestigation: geovitenskaplig undersøkelse som utføres innen for et gitt område og tidsperiode og som ofte er knyttet til et prosjekt 

&lt;engelsk&gt;
soil geoscientific investigation of a given area and time period and usually with a connection to a specific project 
&lt;/engelsk&gt;</documentation>
      </annotation>
   </element>
   <complexType abstract="true" name="GeovitenskapeligUndersøkelseType">
      <complexContent>
         <extension base="gus:Supertype_Geotekn_obj_omrType">
            <sequence>
               <element minOccurs="0" name="beskrivelse" type="string">
                  <annotation>
                     <documentation>beskrivelse av de geovitenskaplige undersøkelsene

&lt;engelsk&gt;
description of the geoscientific investigations
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">BESKRIVELSE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="område" type="gml:SurfacePropertyType">
                  <annotation>
                     <documentation>areal som er gjenstand for undersøkelse

&lt;engelsk&gt; 
area coverd by the investigation 
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">Flate</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="oppdragsgiver" type="string">
                  <annotation>
                     <documentation>identifikasjon av bestiller (kunde) og dennes organisasjon

&lt;engelsk&gt;
identifikation of the the customer organisation
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">OPPDRAGSGIVER</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="oppdragstaker" type="string">
                  <annotation>
                     <documentation>identifikasjon av utførende organisasjon

&lt;engelsk&gt;
identification of the the organisation responsible for carrying out the project
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">OPPDRAGSTAKER</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="prosjektNavn" type="string">
                  <annotation>
                     <documentation>prosjekt navn og/eller nummer

&lt;engelsk&gt;
name or number of the project - e.g. projectnumber
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">PROSJEKTNAVN</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="undersøkelsePeriodeFra" type="dateTime">
                  <annotation>
                     <documentation>startdato for undersøkelsen

&lt;engelsk&gt;
starting date of the investigation
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">UNDERSØKELSEPERIODEFRA</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="sammensattområde"
                        type="gml:MultiSurfacePropertyType">
                  <annotation>
                     <documentation>areal som er gjenstand for undersøkelse

&lt;engelsk&gt; 
area coverd by the investigation 
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">Flate</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="undersøkelsePeriodeTil" type="dateTime">
                  <annotation>
                     <documentation>sluttdato for undersøkelsen

&lt;engelsk&gt;
ending date of the investigation
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">UNDERSØKELSEPERIODETIL</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="GeovitenskapeligUndersøkelsePropertyType">
      <sequence minOccurs="0">
         <element ref="gus:GeovitenskapeligUndersøkelse"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <element abstract="true"
            name="GeovitenskapeligUndersøkelseGrense"
            substitutionGroup="gml:AbstractFeature"
            type="gus:GeovitenskapeligUndersøkelseGrenseType">
      <annotation>
         <documentation>GeoScientificInvestigationBorder: avgrensning av et område for en geovitenskapelig undersøkelse 

&lt;engelsk&gt;boundary of geoscientific investigation&lt;/engelsk&gt;</documentation>
      </annotation>
   </element>
   <complexType abstract="true" name="GeovitenskapeligUndersøkelseGrenseType">
      <complexContent>
         <extension base="gml:AbstractFeatureType">
            <sequence>
               <element name="grense" type="gml:CurvePropertyType">
                  <annotation>
                     <documentation>forløp som følger overgang mellom ulike fenomener</documentation>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="GeovitenskapeligUndersøkelseGrensePropertyType">
      <sequence minOccurs="0">
         <element ref="gus:GeovitenskapeligUndersøkelseGrense"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <element abstract="true"
            name="GeovitenskapligBorehull"
            substitutionGroup="gus:Supertype_Geotekn_obj_pkt"
            type="gus:GeovitenskapligBorehullType">
      <annotation>
         <documentation>GeoScientificBorehole: område representert ved et punkt hvor det skal foretas en eller flere borehullundersøkelser - også kalt logisk borehull i motsetning til borhullundersøkelse som representerer hvert fysiske borehull

Merknad: Det logiske borehullet har en posisjon som representerer de fysiske borhullundersøkelsene foretatt i området 

&lt;engelsk&gt;
borehole consists of one or more physical borehole investigations. The borehole has a position, representing a collection of borehole investigations. The position of the borehole is often given the same position as one of the asscoated borehole investigations. The associated borehole investigations should be in a reasonable short distance (e.g. 0,5 m) from the position of the borehole.
&lt;/engelsk&gt;</documentation>
      </annotation>
   </element>
   <complexType abstract="true" name="GeovitenskapligBorehullType">
      <complexContent>
         <extension base="gus:Supertype_Geotekn_obj_pktType">
            <sequence>
               <element minOccurs="0" name="antallBorehullUndersøkelser" type="integer">
                  <annotation>
                     <documentation>numberOfBoreholeInvestigations: antall borehullsundersøkeelser i borehullets område 

Merknad: Borhullet er et logisk borhull hvor det innen et lite område er foretatt flere fysiske borhullsundersøkelser som tilhører det samme borehull.

&lt;engelsk&gt;
Number of boreholeInvestigations (virtual boreholes) performed at the location of the borehole

Note: A virtual borehole is a fictitious feature for all boreholes/soundings performed within an reasonable small area (e.g. &lt;5 m or so)&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">ANTALLBORHULLUNDERSØKELSER</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="beskrivelse" type="string">
                  <annotation>
                     <documentation>forklaring til objektet og undersøkelser utført på lokaliteten

&lt;engelsk&gt;
a short description of the investigations at the location of the borehole&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">BESKRIVELSE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="boretLengdeTilBerg"
                        type="gus:BorlengdeTilBergPropertyType">
                  <annotation>
                     <documentation>dybde til berg som ikke er målt men basert på tolkning

&lt;engelsk&gt;
depth to bedrock based on interpretation
&lt;/engelsk&gt;</documentation>
                  </annotation>
               </element>
               <element maxOccurs="unbounded"
                        minOccurs="0"
                        name="gjennomboretMedium"
                        type="gus:GjennomboretMediumType">
                  <annotation>
                     <documentation>examinedMaterial, drilledMaterial ..: material som er gjennomboret 

Merknad: spesifisert ved å bruke kodeliste GjennomboretMedium. 

&lt;engelsk&gt;
material penetrated by the borehole

Note: Specified by using codes from codelist: GjennomboretMedium
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">GJENNOMBORETMEDIUM</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element name="posisjon" type="gml:PointPropertyType">
                  <annotation>
                     <documentation>sted objektet eksisterer på bestemt av måleutstyr

&lt;engelsk&gt;
the actual position of the object determined by a measuring device&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">NØ</sc:taggedValue>
                        <sc:taggedValue tag="SOSI_navn">Punkt</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="GeovitenskapligBorehullPropertyType">
      <sequence minOccurs="0">
         <element ref="gus:GeovitenskapligBorehull"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <element abstract="true"
            name="GeovitenskapligBorehullUndersøkelse"
            substitutionGroup="gus:Supertype_Geotekn_obj_pkt"
            type="gus:GeovitenskapligBorehullUndersøkelseType">
      <annotation>
         <documentation>GeoScientificBoreholeInvestigation: et enkelt fysisk undersøkelsespunkt som inneholder beskrivelsen av borehullforløpet  

Merknad: Flere undersøkelser kan tilhøre det samme borehullet, men det er undersøkelsen som representerer de enkelte sonderinger / boringer. 

&lt;engelsk&gt;a pysical borehole which contain a description of the borehole geometry Note: Several investigations can belong to the same borehole, and it is the investigation which contain the geometry along the borehole. &lt;/engelsk&gt;</documentation>
      </annotation>
   </element>
   <complexType abstract="true" name="GeovitenskapligBorehullUndersøkelseType">
      <complexContent>
         <extension base="gus:Supertype_Geotekn_obj_pktType">
            <sequence>
               <element name="posisjon" type="gml:PointPropertyType">
                  <annotation>
                     <documentation>objektets utstrekning gitt i x,y,z. 

Merknad: Den virkelige posisjonen til denne borehullsundersøkelsen.

&lt;engelsk&gt;
The position of the investigation, determined by its x,y and z. 

Note: The origin (coordinate system/projection) of the position must be specified.
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">NØ</sc:taggedValue>
                        <sc:taggedValue tag="SOSI_navn">Punkt</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="boreBeskrivelse" type="string">
                  <annotation>
                     <documentation>description: forklaring av hva som er utført og/eller observert i denne undersøkelsen

&lt;engelsk&gt;
a general description of actions performed and/or observed in this investigation
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">BOREBESKRIVELSE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="borehullForløp" type="gml:CurvePropertyType">
                  <annotation>
                     <documentation>drilledCurve,  geometryCurve...: detaljert beskrivelse av borhullets geometri, dvs. et en-dimensjonalt referansesystem nedover i senterlinjen av borehullet

&lt;engelsk&gt;
detailed description of the borehole geometry, i.e. a one-dimensional reference system along the borehole centerline
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">Kurve</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="boretAzimuth" type="double">
                  <annotation>
                     <documentation>vinkelen mellom en referansevektor i et referanseplan og en annen vektor i det samme planet som peker mot noe av interesse [°]

&lt;engelsk&gt;
The vector from an observer (origin) to a point of interest is projected perpendicularly onto a reference plane, the angle between the projected vector and the reference vector on the reference plane is called the azimuth
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">BORETAZIMUTH</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="boretHelningsgrad" type="double">
                  <annotation>
                     <documentation>inclination, slope: helning hvor 90 grader er vertikalt, 0 grader er horisontalt [°]

&lt;engelsk&gt;
the inclination of the borehole

Note: 90 degrees represent the vertical inclination and 0 degrees the horizontal
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">BORETHELNINGSGRAD</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="boretLengde" type="double">
                  <annotation>
                     <documentation>boringLength (Depth),: total lengde av borehullets forløp, tilsvarer dyp ved vertikal boring [m]

&lt;engelsk&gt;
total length of the investigation in the physical borehole, the same as depth in a vertical borehole
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">BORETLENGDE</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="boretLengdeTilBerg"
                        type="gus:BorlengdeTilBergPropertyType">
                  <annotation>
                     <documentation>dybde til fjell som ikke er målt men basert på tolkning

&lt;engelsk&gt;
depth to bedrock based on interpretation
&lt;/engelsk&gt;</documentation>
                  </annotation>
               </element>
               <element minOccurs="0" name="dybdeFraGittPosisjon" type="double">
                  <annotation>
                     <documentation>depthFromRaft: avstanden fra måleutstyret og ned til det punkt på jordoverflaten hvor boring/måling faktisk starter [m]

Merknad: Borehullundersøkelsens posisjon er vanligvis angitt med x,y,z-koordinat. Disse verdiene representerer vanligvis et punkt på jordoverflaten. Dybden fra denne gitte posisjon vil da være 0. Hvis boringen derimot er utført fra flåte,  skip eller is, er det viktig at dybdeFraGittPosisjon blir angitt. Denne vil da være avstanden fra måleutstyrets senter (0 dybde) og ned til havbunnen, innsjøbunnen eller elvebunnen hvor sonderingen/boringen faktisk starter fra).

&lt;engelsk&gt;
distance from the drill or measure equipment down to the vertical level where the borehole/measurement actually begins

Note: This is important to specify if the drilling/sounding is performed from e.g. a raft, ship or from ice. The depth will then be the depth from the measuring equipments origin (0 depth) and down to where drilling/sounding actually begins (on the sea surface, bottom of a lake or river, etc.)

&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">DYBDEFRAGITTPOSISJON</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="dybdeFraVannoverflaten" type="double">
                  <annotation>
                     <documentation>freeWaterDepth: den lengden hvor sonderingsutstyret befinner seg i vann [m]

Merknad: Av spesiell interesse hvis boring er utført fra is eller fra flåte/skip.

&lt;engelsk&gt;
free water depth at the location of the sounding [m] 

Note: Of special interest if drilling is performed from raft or ice.
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">DYBDEFRAVANNOVERFLATEN</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="lenkeTilTileggsinfo" type="string">
                  <annotation>
                     <documentation>lenke til hvor en finner tilleggsinformasjon om borehullsundersøkelsen

Merknad: URL/URI for aktuelt dokument, bilde, video etc. 

&lt;engelsk&gt;
link to extra information about the borehole investigation
Note: URL/URI for the particular document, picture, video 
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">LENKETILTILEGGSINFO</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="opphav" type="string">
                  <annotation>
                     <documentation>serialNumber: referanse til opphavsmaterialet, kildematerialet, organisasjons/publiseringskilde

Merknad: 
Kan også beskrive navn på person og årsak til oppdatering

&lt;engelsk&gt;
reference to copyright, source, organization/publication source

Note: May also include name of person and cause of update

&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">OPPHAV</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="undersøkelseSlutt" type="dateTime">
                  <annotation>
                     <documentation>investigationEndDate: tidspunkt for stopp av undersøkelsen
&lt;engelsk&gt;
end time/date for the investigation
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">UNDERSØKELSESLUTT</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="undersøkelseStart" type="dateTime">
                  <annotation>
                     <documentation>investigationStartDate: tidspunkt for start av undersøkelsen
&lt;engelsk&gt;
start time/date for the investigation
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">UNDERSØKELSESTART</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="værforholdVedBoring" type="string">
                  <annotation>
                     <documentation>weatherConditions: beskrivelse av værforhold under utførelsen av borehullundersøkelsen
&lt;engelsk&gt;
Weather conditions - general description.
&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">VÆRFORHOLDVEDBORING</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="GeovitenskapligBorehullUndersøkelsePropertyType">
      <sequence minOccurs="0">
         <element ref="gus:GeovitenskapligBorehullUndersøkelse"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <simpleType name="GjennomboretMediumType">
      <annotation>
         <documentation>angir hvilket medium en boring er foretatt i

&lt;engelsk&gt; 
define what kind of medium/material the borehole has penetrated.&lt;/engelsk&gt;</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">GJENNOMBORETMEDIUM</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="gus:GjennomboretMediumEnumerationType gus:GjennomboretMediumOtherType"/>
   </simpleType>
   <simpleType name="GjennomboretMediumEnumerationType">
      <annotation>
         <documentation>angir hvilket medium en boring er foretatt i

&lt;engelsk&gt; 
define what kind of medium/material the borehole has penetrated.&lt;/engelsk&gt;</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">GJENNOMBORETMEDIUM</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="5">
            <annotation>
               <documentation>berggrunn/fjell

&lt;engelsk&gt; 
bedrock
&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2">
            <annotation>
               <documentation>is

&lt;engelsk&gt; 
ice
&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="4">
            <annotation>
               <documentation>løsmasse

&lt;engelsk&gt; 
uncompacted material
&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="1">
            <annotation>
               <documentation>luft

&lt;engelsk&gt; 
air
&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="0">
            <annotation>
               <documentation>medium/material er ikke angitt

&lt;engelsk&gt; 
medium/material is undefined
&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3">
            <annotation>
               <documentation>vann

&lt;engelsk&gt; 
water
&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="GjennomboretMediumOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <simpleType name="HovedLagKlassifiseringType">
      <annotation>
         <documentation>MainLayerClassification: oversikt over lagdeling og jordart for klassifisering og identifisering av grunnforhold&lt;engelsk&gt;overview of stratification and soil type for classification and identification of ground conditions&lt;/engelsk&gt;</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">HovedLagKlassifisering</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="gus:HovedLagKlassifiseringEnumerationType gus:HovedLagKlassifiseringOtherType"/>
   </simpleType>
   <simpleType name="HovedLagKlassifiseringEnumerationType">
      <annotation>
         <documentation>MainLayerClassification: oversikt over lagdeling og jordart for klassifisering og identifisering av grunnforhold&lt;engelsk&gt;overview of stratification and soil type for classification and identification of ground conditions&lt;/engelsk&gt;</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">HovedLagKlassifisering</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="4">
            <annotation>
               <documentation>Cs: antatt forurenset materiale&lt;engelsk&gt;assumed contaminated material&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2">
            <annotation>
               <documentation>Bl: blokk (fraksjoner større enn 200 mm)&lt;engelsk&gt;boulders (fractions &gt; 200 mm&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="5">
            <annotation>
               <documentation>Dy: dy (Dy består av vannavsatte plante- og dyrerester og er en strukturløs masse)&lt;engelsk&gt;organic material consisting of plant and animal debris sedimented in water. The material is not showing a special structure&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="12">
            <annotation>
               <documentation>Topsoil: matjord &lt;engelsk&gt;humus&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="1">
            <annotation>
               <documentation>B: berg&lt;engelsk&gt;rock&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="30">
            <annotation>
               <documentation>Th: forvitret torv (Torv er mer eller mindre omvandlede planterester, klassifiseres etter von Post skala)&lt;engelsk&gt;weathered peat (Peat is more or less transformed plant debris and is classified according to the von Post scale)&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3">
            <annotation>
               <documentation>Br: oppsprukket berg&lt;engelsk&gt;jointed rock&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="8">
            <annotation>
               <documentation>Gy: gytje (Gytje består av vannavsatte plante- og dyrerester og viser vanligvis organisk struktur)&lt;engelsk&gt;organic material consisting of plant and animal debris. The material usually shows a special structure&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="9">
            <annotation>
               <documentation>GyLe: leirblandet gytje (organisk materiale )&lt;engelsk&gt;organic material consisting of plant, animal debris and clay.&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="19">
            <annotation>
               <documentation>Mu: humus (Humus er en fellesbetegnelse på organisk materiale i jordarter)&lt;engelsk&gt;common denotation of organic matter in soils&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="25">
            <annotation>
               <documentation>Coal: kull&lt;engelsk&gt;coal&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="11">
            <annotation>
               <documentation>Le: leire (materiale med mer enn 30 % i leirfraksjonen &lt; 2 µm)&lt;engelsk&gt;clay (material with more than 30 % in the clay fraction &lt; 2 µm)&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="31">
            <annotation>
               <documentation>Organic: annet organisk materiale&lt;engelsk&gt;other organic materials&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20">
            <annotation>
               <documentation>Sa: Sand (fraksjoner mellom 0,063 og 2,0 mm)&lt;engelsk&gt;sand (fractions between  0,063 and 2,0 mm&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="21">
            <annotation>
               <documentation>Si: silt (fraksjoner mellom 0,002 og 0,063 mm)&lt;engelsk&gt;silt (fractions between 0,002 and 0,063 mm&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="23">
            <annotation>
               <documentation>Skgr: skjellgrus&lt;engelsk&gt;coquina&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="24">
            <annotation>
               <documentation>Sksa: skjellsand&lt;engelsk&gt;shellsand&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="26">
            <annotation>
               <documentation>Su: suldidholdig sand&lt;engelsk&gt;sulphide sand&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="27">
            <annotation>
               <documentation>T: torv&lt;engelsk&gt;peat&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="33">
            <annotation>
               <documentation>Let: tørrskorpe leire&lt;engelsk&gt;crusty clay&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="0">
            <annotation>
               <documentation>NotSpecified: uspesifisert materiale&lt;engelsk&gt;unspecified material&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="13">
            <annotation>
               <documentation>F: fyllmasse&lt;engelsk&gt;fill mass&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="32">
            <annotation>
               <documentation>Gr: grus (fraksjoner mellom 2,0 og 63 mm)&lt;engelsk&gt;gravel (fractions between 2,0 and 63 mm&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="34">
            <annotation>
               <documentation>kLe: kvikkleire (omrørt skjærfasthet &lt; 0,5 kPa)&lt;engelsk&gt;quick clay (remoulded shear strength &lt; 0,5 kPa)&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="35">
            <annotation>
               <documentation>Mn: morene&lt;engelsk&gt;glacial deposit&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="36">
            <annotation>
               <documentation>Fr: friksjonsjord&lt;engelsk&gt;non-cohesive soil &lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="37"/>
         <enumeration value="38">
            <annotation>
               <documentation>Vx: planterester&lt;engelsk&gt;plant remnants&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="6">
            <annotation>
               <documentation>BlMn: Blokkig og steinig morene &lt;engelsk&gt;Boulder and Cobble till &lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="7">
            <annotation>
               <documentation>X: Ukjent materiale &lt;engelsk&gt;Unknown material&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10">
            <annotation>
               <documentation>J: Jord&lt;engelsk&gt;soil&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="14">
            <annotation>
               <documentation>StMn: Steinig morene&lt;engelsk&gt;Cobble till&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="15">
            <annotation>
               <documentation>GrMn: Grussig morene&lt;engelsk&gt;Gravel till&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="16">
            <annotation>
               <documentation>SaMn: Sandig morene&lt;engelsk&gt;Sand till&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="17">
            <annotation>
               <documentation>SiMn: Siltig morene&lt;engelsk&gt;Silt till&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="18">
            <annotation>
               <documentation>LeMn: Leirig morene&lt;engelsk&gt;Clay till&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="22">
            <annotation>
               <documentation>Sk: Skjell&lt;engelsk&gt;Shells&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="28">
            <annotation>
               <documentation>Tl: Fibrig torv. Fibrig struktur, lett gjenkjennelig plantestruktur, viser noe styrke,&lt;engelsk&gt; Fibrous peat&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="29">
            <annotation>
               <documentation>Tm: Delvis fibrig torv. Gjenkjennelig plantestruktur, ingen styrke i planterestene&lt;engelsk&gt;Pseudo-fibrous peat&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="39">
            <annotation>
               <documentation>St: Stein&lt;engelsk&gt;Cobbles&lt;/engelsk&gt;
stein (fraksjoner mellom 63 og 200 mm)&lt;engelsk&gt;cobbles (fractions between 63 and 200 mm&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="40">
            <annotation>
               <documentation>BelBl: Berg eller blokk&lt;engelsk&gt;Rock or boulders&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="HovedLagKlassifiseringOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <element name="Identifikasjon"
            substitutionGroup="gml:AbstractObject"
            type="gus:IdentifikasjonType">
      <annotation>
         <documentation>Identification: Unik identifikasjon av et objekt, ivaretatt av den ansvarlige produsent/forvalter, som kan benyttes av eksterne applikasjoner som referanse til objektet. 

NOTE1 Denne eksterne objektidentifikasjonen må ikke forveksles med en tematisk objektidentifikasjon, slik som f.eks bygningsnummer. 

NOTE 2 Denne unike identifikatoren vil ikke endres i løpet av objektets levetid.</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, tildelt av dataleverendør/dataforvalter. Den lokale identifikatoren er unik innenfor navnerommet, ingen andre objekter har samme identifikator.

NOTE: Det er data leverendørens ansvar å sørge for at denne 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 objektet, starter med to bokstavs kode jfr ISO 3166. Benytter understreking  ("_") dersom data produsenten ikke er assosiert med bare et land.

NOTE 1 : Verdien for nanverom vil eies av den dataprodusent som har ansvar for de unike identifikatorene og vil registreres i "INSPIRE external  Object Identifier Namespaces Register"

Eksempel: NO for Norge.</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), maksimum lengde på 25 karakterers. Dersom spesifikasjonen av et geografisk objekt med en identifikasjon inkludererer livsløpssyklusinformasjon, benyttes denne versjonId for å skille mellom ulike versjoner av samme objekt. versjonId er en unik  identifikasjon av versjonen. 

NOTE Maksimum lengde er valgt for å tillate tidsregistrering i henhold til  ISO 8601, slik som  "2007-02-12T12:12:12+05:30" som versjonId.</documentation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">VERSJONID</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
      </sequence>
   </complexType>
   <complexType name="IdentifikasjonPropertyType">
      <sequence>
         <element ref="gus:Identifikasjon"/>
      </sequence>
   </complexType>
   <simpleType name="KlassifiseringsMetodeType">
      <annotation>
         <documentation>ClassificationMethod: oversikt over klassifiseringsmetoder for bestemmelse av grunnforhold&lt;engelsk&gt;overview of classification methods for determination of ground conditions&lt;/engelsk&gt;</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">KLASSIFISERINGSMETODE</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="gus:KlassifiseringsMetodeEnumerationType gus:KlassifiseringsMetodeOtherType"/>
   </simpleType>
   <simpleType name="KlassifiseringsMetodeEnumerationType">
      <annotation>
         <documentation>ClassificationMethod: oversikt over klassifiseringsmetoder for bestemmelse av grunnforhold&lt;engelsk&gt;overview of classification methods for determination of ground conditions&lt;/engelsk&gt;</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">KLASSIFISERINGSMETODE</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="6">
            <annotation>
               <documentation>tolket fra observasjon&lt;engelsk&gt;interpreted from observation&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2">
            <annotation>
               <documentation>tolket fra sondering i felt&lt;engelsk&gt;interpreted from sounding in the field&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="4">
            <annotation>
               <documentation>tolket fra boring i berg&lt;engelsk&gt;interpreted from drilling in rock&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="5">
            <annotation>
               <documentation>tolket fra boring 3 m inn i berg&lt;engelsk&gt;interpreted from boring 3 m into rock&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3">
            <annotation>
               <documentation>tolket fra prøving i laboratoriet&lt;engelsk&gt;interpreted from testing in the laboratory&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="1">
            <annotation>
               <documentation>tolket fra tegning&lt;engelsk&gt;interpreted from drawing&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="0">
            <annotation>
               <documentation>uspesifisert tolkningskilde&lt;engelsk&gt;unspecified source of interpretation&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="7">
            <annotation>
               <documentation>beregnet størrelse fra terrengoverflaten&lt;engelsk&gt;calculated from the terrain surface&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="8">
            <annotation>
               <documentation>tolket fra prøvetaking i felt&lt;engelsk&gt;interpreted from sampling in the field&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="KlassifiseringsMetodeOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <element name="KombinasjonSondering"
            substitutionGroup="gus:GeotekniskSondering"
            type="gus:KombinasjonSonderingType">
      <annotation>
         <documentation>CombinationSounding: kombinasjon av boremetodene totalsondering og fjellkontrollboring som gjør det mulig å bore både i løsmasse og berg&lt;engelsk&gt;combination of the boring methods rotary pressure sounding and rock control boring which enables drilling in both soils and rock.&lt;/engelsk&gt;</documentation>
      </annotation>
   </element>
   <complexType name="KombinasjonSonderingType">
      <complexContent>
         <extension base="gus:GeotekniskSonderingType">
            <sequence>
               <element minOccurs="0" name="boretLengdeIBerg" type="double">
                  <annotation>
                     <documentation>drillDepthRock: boret dybde til bergoverflaten [m] &lt;engelsk&gt;drilled depth to the rock surface&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">BORETLENGDEIBERG</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="boretLengdeTilBerg"
                        type="gus:BorlengdeTilBergPropertyType">
                  <annotation>
                     <documentation>dybde til bergoverflaten som ikke er målt men basert på tolkning [m] &lt;engelsk&gt;depth to the rock surface based on interpretation and not measurements&lt;/engelsk&gt;</documentation>
                  </annotation>
               </element>
               <element minOccurs="0" name="maksLast" type="double">
                  <annotation>
                     <documentation>maxLoad: maksimal nedpressingskraft registrert på overflaten [kN] &lt;engelsk&gt;maximum penetration force recorded on the surface&lt;/engelsk&gt;</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">MAKSLAST</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="KombinasjonSonderingPropertyType">
      <sequence minOccurs="0">
         <element ref="gus:KombinasjonSondering"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <element name="Kopidata"
            substitutionGroup="gml:AbstractObject"
            type="gus: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="gus:Kopidata"/>
      </sequence>
   </complexType>
   <simpleType name="KvalitetBorlengdeTilBergType">
      <annotation>
         <documentation>QualityBoreholeLenghtToRock: beskriver om borlengde til berg er antatt eller påvist med en sikker metode

&lt;engelsk&gt; 
defines the quality of the depth information either assumed or confirmed by a secure method
&lt;/engelsk&gt;</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">BORLENGDEKVALITET</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="gus:KvalitetBorlengdeTilBergEnumerationType gus:KvalitetBorlengdeTilBergOtherType"/>
   </simpleType>
   <simpleType name="KvalitetBorlengdeTilBergEnumerationType">
      <annotation>
         <documentation>QualityBoreholeLenghtToRock: beskriver om borlengde til berg er antatt eller påvist med en sikker metode

&lt;engelsk&gt; 
defines the quality of the depth information either assumed or confirmed by a secure method
&lt;/engelsk&gt;</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">BORLENGDEKVALITET</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="1">
            <annotation>
               <documentation>usikker angivelse av dybde til berg

&lt;engelsk&gt; 
uncertain depth to rock
&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2">
            <annotation>
               <documentation>sikker angivelse av dybde til berg

&lt;engelsk&gt; 
confirmed depth to rock
&lt;/engelsk&gt;</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="KvalitetBorlengdeTilBergOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <simpleType name="KvikkleirePåvisningKodeType">
      <annotation>
         <documentation>Koder for grad av sikkerhet for påvisning av kvikkleire eller sprøbruddmateriale</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">KVIKKLEIREPÅVISNINGKODE</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="gus:KvikkleirePåvisningKodeEnumerationType gus:KvikkleirePåvisningKodeOtherType"/>
   </simpleType>
   <simpleType name="KvikkleirePåvisningKodeEnumerationType">
      <annotation>
         <documentation>Koder for grad av sikkerhet for påvisning av kvikkleire eller sprøbruddmateriale</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">KVIKKLEIREPÅVISNINGKODE</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="Antatt">
            <annotation>
               <documentation>Benyttes ved sondering</documentation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="IkkeVurdert">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="Sikker">
            <annotation>
               <documentation>Kan kun benyttes der kvikkleire eller sprøbruddmateriale er påvist ved prøvetaking</documentation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="Usikker">
            <annotation>
               <documentation>Benyttes ved sondering</documentation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="AntattIkkeKvikk">
            <annotation>
               <documentation>Benyttes ved sondering</documentation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">ANTATT</sc:taggedValue>
               </appinfo>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="KvikkleirePåvisningKodeOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <simpleType name="MålemetodeType">
      <annotation>
         <documentation>MeasuringMethod: metode som ligger til grunn for registrering av posisjon


-- Definition - - 
method on which registration of position is based</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">MÅLEMETODE</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="gus:MålemetodeEnumerationType gus:MålemetodeOtherType"/>
   </simpleType>
   <simpleType name="MålemetodeEnumerationType">
      <annotation>
         <documentation>MeasuringMethod: metode som ligger til grunn for registrering av posisjon


-- Definition - - 
method on which registration of position is based</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">MÅLEMETODE</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="10"/>
         <enumeration value="11"/>
         <enumeration value="12"/>
         <enumeration value="13"/>
         <enumeration value="14"/>
         <enumeration value="15">
            <annotation>
               <documentation>MeasureOut: Punkt beregnet på bakgrunn av andre punkter, slik som to avstander eller avstand + retning

-- Definition -- 
Point calculated on the basis of other items, such as two distances or distance + direction.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="18"/>
         <enumeration value="19">
            <annotation>
               <documentation>Annet</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20"/>
         <enumeration value="21">
            <annotation>
               <documentation>Aerotriangulated: (Pkt. beregnet v/ aerotriangulering)

-- Definition -- 
Point calculated by aerotriangulation</documentation>
            </annotation>
         </enumeration>
         <enumeration value="22"/>
         <enumeration value="23"/>
         <enumeration value="24"/>
         <enumeration value="30"/>
         <enumeration value="31"/>
         <enumeration value="32"/>
         <enumeration value="33"/>
         <enumeration value="34"/>
         <enumeration value="35"/>
         <enumeration value="36"/>
         <enumeration value="40"/>
         <enumeration value="41"/>
         <enumeration value="42"/>
         <enumeration value="43"/>
         <enumeration value="44"/>
         <enumeration value="45"/>
         <enumeration value="46"/>
         <enumeration value="50"/>
         <enumeration value="51"/>
         <enumeration value="52"/>
         <enumeration value="53"/>
         <enumeration value="54"/>
         <enumeration value="55"/>
         <enumeration value="56">
            <annotation>
               <documentation>Digitised on screen from scanned photographic combination: (Raster)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="60"/>
         <enumeration value="61"/>
         <enumeration value="62"/>
         <enumeration value="63"/>
         <enumeration value="64"/>
         <enumeration value="65"/>
         <enumeration value="66"/>
         <enumeration value="67"/>
         <enumeration value="68"/>
         <enumeration value="69"/>
         <enumeration value="70"/>
         <enumeration value="71"/>
         <enumeration value="72"/>
         <enumeration value="73"/>
         <enumeration value="74"/>
         <enumeration value="77">
            <annotation>
               <documentation>punkt fastsatt ut fra et grunnlag f.eks ved partenes enighet ved oppmålingsforretning.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="78"/>
         <enumeration value="79">
            <annotation>
               <documentation>????: Annet (spesifiseres i filhode)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="80"/>
         <enumeration value="81"/>
         <enumeration value="82"/>
         <enumeration value="90"/>
         <enumeration value="91">
            <annotation>
               <documentation>GPS code measurement, relatively measurements: Tidligere GPS-Differensiell, pseudorange

-- Definition -- 
Previous GPS differential, pseudorange</documentation>
            </annotation>
         </enumeration>
         <enumeration value="92">
            <annotation>
               <documentation>GPS code measurement, individual measurements: Tidligere GPS, Absolutt, pseudorange

-- Definition -- 
Previous GPS, absolute, pseudorange</documentation>
            </annotation>
         </enumeration>
         <enumeration value="93">
            <annotation>
               <documentation>GPS phase measurement, static measurement: Tidligere GPS, Differensiell

-- Definition -- 
Previous GPS, differential</documentation>
            </annotation>
         </enumeration>
         <enumeration value="94">
            <annotation>
               <documentation>GPS phase measurement, other methods: (utenom RTK). Tidligere GPS-Absolutt, fase

-- Definition -- 
(not including RTK). Previous Absolute GPS, phase</documentation>
            </annotation>
         </enumeration>
         <enumeration value="95"/>
         <enumeration value="96">
            <annotation>
               <documentation>GPS phase measurement RTK: (Realtids kinematisk måling). Tidligere GPS kinematisk (Real time kinematic)

-- Definition -- 
(Real time kinematic measurement). Previous GPS kinematic (Real time kinematic)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="97"/>
         <enumeration value="99"/>
      </restriction>
   </simpleType>
   <simpleType name="MålemetodeOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <simpleType name="MålemetodeHøydeType">
      <annotation>
         <documentation>metode for å måle objekttypens høydeverdi</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">H-MÅLEMETODE</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="gus:MålemetodeHøydeEnumerationType gus:MålemetodeHøydeOtherType"/>
   </simpleType>
   <simpleType name="MålemetodeHøydeEnumerationType">
      <annotation>
         <documentation>metode for å måle objekttypens høydeverdi</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">H-MÅLEMETODE</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="10"/>
         <enumeration value="11"/>
         <enumeration value="12"/>
         <enumeration value="13"/>
         <enumeration value="14"/>
         <enumeration value="15"/>
         <enumeration value="18"/>
         <enumeration value="19"/>
         <enumeration value="20"/>
         <enumeration value="21"/>
         <enumeration value="22"/>
         <enumeration value="23"/>
         <enumeration value="24"/>
         <enumeration value="36"/>
         <enumeration value="60"/>
         <enumeration value="61"/>
         <enumeration value="62"/>
         <enumeration value="63"/>
         <enumeration value="64"/>
         <enumeration value="66"/>
         <enumeration value="67"/>
         <enumeration value="68"/>
         <enumeration value="69"/>
         <enumeration value="70"/>
         <enumeration value="74"/>
         <enumeration value="78"/>
         <enumeration value="79"/>
         <enumeration value="90"/>
         <enumeration value="91"/>
         <enumeration value="92"/>
         <enumeration value="93"/>
         <enumeration value="94"/>
         <enumeration value="95"/>
         <enumeration value="96"/>
         <enumeration value="99"/>
      </restriction>
   </simpleType>
   <simpleType name="MålemetodeHøydeOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <simpleType name="NADAG_DokumentTypeType">
      <annotation>
         <documentation>Typer av dokument brukt i NADAG forvaltningsløsning.</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">NADAG_DOKUMENTTYPE</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="gus:NADAG_DokumentTypeEnumerationType gus:NADAG_DokumentTypeOtherType"/>
   </simpleType>
   <simpleType name="NADAG_DokumentTypeEnumerationType">
      <annotation>
         <documentation>Typer av dokument brukt i NADAG forvaltningsløsning.</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">NADAG_DOKUMENTTYPE</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="NotSpecified">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="PlanSymbolImage">
            <annotation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">USPESIFISERT DOKUMENTTYPE</sc:taggedValue>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="Image">
            <annotation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">USPESIFISERT DOKUMENTTYPE</sc:taggedValue>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="RawdataFile">
            <annotation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">USPESIFISERT DOKUMENTTYPE</sc:taggedValue>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="LabReport">
            <annotation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">USPESIFISERT DOKUMENTTYPE</sc:taggedValue>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="GeoReport">
            <annotation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">USPESIFISERT DOKUMENTTYPE</sc:taggedValue>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="PlanPdf">
            <annotation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">USPESIFISERT DOKUMENTTYPE</sc:taggedValue>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="ProfilePdf">
            <annotation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">USPESIFISERT DOKUMENTTYPE</sc:taggedValue>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="Drawing">
            <annotation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">USPESIFISERT DOKUMENTTYPE</sc:taggedValue>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="Model">
            <annotation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">USPESIFISERT DOKUMENTTYPE</sc:taggedValue>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="BoreHoleAttachment">
            <annotation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">USPESIFISERT DOKUMENTTYPE</sc:taggedValue>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="DigitizedDwg">
            <annotation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">USPESIFISERT DOKUMENTTYPE</sc:taggedValue>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="DigitizedImage">
            <annotation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">USPESIFISERT DOKUMENTTYPE</sc:taggedValue>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="ProfileImage">
            <annotation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">USPESIFISERT DOKUMENTTYPE</sc:taggedValue>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="AssessmentReport">
            <annotation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">USPESIFISERT DOKUMENTTYPE</sc:taggedValue>
               </appinfo>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="NADAG_DokumentTypeOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <simpleType name="NADAG_HøyderefType">
      <annotation>
         <documentation>Brukte høydereferansesystemer i NADAG for egenskapen Høyde. EPSG-koder benyttes.</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">NADAG_HØYDEREF</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="gus:NADAG_HøyderefEnumerationType gus:NADAG_HøyderefOtherType"/>
   </simpleType>
   <simpleType name="NADAG_HøyderefEnumerationType">
      <annotation>
         <documentation>Brukte høydereferansesystemer i NADAG for egenskapen Høyde. EPSG-koder benyttes.</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">NADAG_HØYDEREF</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="5941">
            <annotation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="5776">
            <annotation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">USPESIFISERT DOKUMENTTYPE</sc:taggedValue>
               </appinfo>
            </annotation>
         </enumeration>
         <enumeration value="Ukjent">
            <annotation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">USPESIFISERT DOKUMENTTYPE</sc:taggedValue>
               </appinfo>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="NADAG_HøyderefOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <element name="Posisjonskvalitet"
            substitutionGroup="gml:AbstractObject"
            type="gus:PosisjonskvalitetType">
      <annotation>
         <documentation>beskrivelse av kvaliteten på stedfestingen</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">KVALITET</sc:taggedValue>
         </appinfo>
      </annotation>
   </element>
   <complexType name="PosisjonskvalitetType">
      <sequence>
         <element name="målemetode" type="gus:MålemetodeType">
            <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>
            </annotation>
         </element>
         <element minOccurs="0" name="nøyaktighet" type="integer">
            <annotation>
               <documentation>punktstandardavviket i grunnriss for punkter samt tverravvik for linjer

Merknad:
Oppgitt i cm</documentation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">NØYAKTIGHET</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
         <element minOccurs="0" name="synbarhet" type="gus:SynbarhetType">
            <annotation>
               <documentation>hvor godt den kartlagte detalj var synbar ved kartleggingen</documentation>
            </annotation>
         </element>
         <element minOccurs="0" name="målemetodeHøyde" type="gus:MålemetodeHøydeType">
            <annotation>
               <documentation>metode for å måle høyden</documentation>
            </annotation>
         </element>
         <element minOccurs="0" name="nøyaktighetHøyde" type="integer">
            <annotation>
               <documentation>nøyaktighet for høyden i cm</documentation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">H-NØYAKTIGHET</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
         <element minOccurs="0" name="maksimaltAvvik" type="integer">
            <annotation>
               <documentation>absolutt toleranse for geometriske avvik</documentation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">MAX-AVVIK</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
      </sequence>
   </complexType>
   <complexType name="PosisjonskvalitetPropertyType">
      <sequence>
         <element ref="gus:Posisjonskvalitet"/>
      </sequence>
   </complexType>
   <element name="PosisjonskvalitetNADAG"
            substitutionGroup="gml:AbstractObject"
            type="gus:PosisjonskvalitetNADAGType">
      <annotation>
         <documentation>Posisjonskvalitet slik den brukes i NADAG (Nasjonal Database for Grunnundersøkelser).
(En realisering av den generelle Posisjonskvalitet)</documentation>
      </annotation>
   </element>
   <complexType name="PosisjonskvalitetNADAGType">
      <sequence>
         <element name="målemetode" type="gus:MålemetodeType">
            <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>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
               </appinfo>
            </annotation>
         </element>
         <element minOccurs="0" name="målemetodeHøyde" type="gus:MålemetodeHøydeType">
            <annotation>
               <documentation>metode for å måle høyden</documentation>
               <appinfo>
                  <defaultCodeSpace xmlns="http://www.opengis.net/gml/3.2">http://skjema.geonorge.no/legg_inn_riktig_url</defaultCodeSpace>
                  <sc:taggedValue tag="SOSI_navn">H-MÅLEMETODE</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
         <element minOccurs="0" name="nøyaktighet" type="integer">
            <annotation>
               <documentation>punktstandardavviket i grunnriss for punkter samt tverravvik for linjer
Merknad:
Oppgitt i [cm]</documentation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">NØYAKTIGHET</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
         <element minOccurs="0" name="nøyaktighetHøyde" type="integer">
            <annotation>
               <documentation>nøyaktighet for høyden i [cm]</documentation>
               <appinfo>
                  <sc:taggedValue tag="SOSI_navn">H-NØYAKTIGHET</sc:taggedValue>
               </appinfo>
            </annotation>
         </element>
      </sequence>
   </complexType>
   <complexType name="PosisjonskvalitetNADAGPropertyType">
      <sequence>
         <element ref="gus:PosisjonskvalitetNADAG"/>
      </sequence>
   </complexType>
   <simpleType name="RepresentasjonKvalitetType">
      <annotation>
         <documentation>Angir hva avgrensningen/polygonen for en geoteknisk undersøkelse fysisk representerer.</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">REPRESENTASJONSKVALITET</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="gus:RepresentasjonKvalitetEnumerationType gus:RepresentasjonKvalitetOtherType"/>
   </simpleType>
   <simpleType name="RepresentasjonKvalitetEnumerationType">
      <annotation>
         <documentation>Angir hva avgrensningen/polygonen for en geoteknisk undersøkelse fysisk representerer.</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">REPRESENTASJONSKVALITET</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="0">
            <annotation>
               <documentation>Hva avvgrensing av geoteknisk undersøkelse representerer er ikke kjent.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="10">
            <annotation>
               <documentation>Avgrensning av en geoteknisk undersøkelse basert på et representasjonspunkt. Her for et mindre område, opptil ca 10 mål.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="20">
            <annotation>
               <documentation>Avgrensning av en geoteknisk undersøkelse basert på et representasjonspunkt. Her for et større område, over ca 10 mål eller lenger enn ca. 0,5km.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="30">
            <annotation>
               <documentation>Avgrensning av en geoteknisk undersøkelse basert på et representasjonspunkt. Her for et område som er av kommunal/regional størrelse.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="40">
            <annotation>
               <documentation>Avgrensning av en geoteknisk undersøkelse som i hovedsak avgrenser inngående borehull.</documentation>
            </annotation>
         </enumeration>
         <enumeration value="42">
            <annotation>
               <documentation>Polygon for GU med kun et enkelt borehull (100x100m).</documentation>
            </annotation>
         </enumeration>
         <enumeration value="45"/>
         <enumeration value="50">
            <annotation>
               <documentation>Avgrensning av en geoteknisk undersøkelse som representerer prosjektområde.</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="RepresentasjonKvalitetOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <element abstract="true"
            name="Supertype_Geotekn_obj_omr"
            substitutionGroup="gml:AbstractFeature"
            type="gus:Supertype_Geotekn_obj_omrType">
      <annotation>
         <documentation>abstrakt objekt som bærer en rekke egenskaper som er fagområde-uavhengige og kan benyttes for alle objekttyper

Merknad:
Spesielt i produktspesifikasjonsarbeid vil en velge egenskaper og av grensningslinjer fra denne klassen.</documentation>
      </annotation>
   </element>
   <complexType abstract="true" name="Supertype_Geotekn_obj_omrType">
      <complexContent>
         <extension base="gml:AbstractFeatureType">
            <sequence>
               <element name="identifikasjon" type="gus:IdentifikasjonPropertyType">
                  <annotation>
                     <documentation>unik identifikasjon av et objekt 

Merknad: Bør bruke UUID.  se http://en.wikipedia.org/wiki/UUID
De som ikke benytter UUID må selv sørge for at denne er globalt unik.</documentation>
                  </annotation>
               </element>
               <element minOccurs="0" name="oppdateringsdato" type="dateTime">
                  <annotation>
                     <documentation>dato for siste endring på objektetdataene 

Merknad: 
Oppdateringsdato kan være forskjellig fra Datafangsdato ved at data som er registrert kan bufres en kortere eller lengre periode før disse legges inn i datasystemet (databasen).

-Definition-
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">OPPDATERINGSDATO</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="Supertype_Geotekn_obj_omrPropertyType">
      <sequence minOccurs="0">
         <element ref="gus:Supertype_Geotekn_obj_omr"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <element abstract="true"
            name="Supertype_Geotekn_obj_pkt"
            substitutionGroup="gml:AbstractFeature"
            type="gus:Supertype_Geotekn_obj_pktType">
      <annotation>
         <documentation>abstrakt objekt som bærer en rekke egenskaper som er fagområde-uavhengige og kan benyttes for alle objekttyper

Merknad:
Spesielt i produktspesifikasjonsarbeid vil en velge egenskaper og av grensningslinjer fra denne klassen.</documentation>
      </annotation>
   </element>
   <complexType abstract="true" name="Supertype_Geotekn_obj_pktType">
      <complexContent>
         <extension base="gml:AbstractFeatureType">
            <sequence>
               <element minOccurs="0" name="datafangstdato" type="dateTime">
                  <annotation>
                     <documentation>dato når objektet siste gang ble registrert/observert/målt i terrenget

Merknad: I mange tilfeller er denne forskjellig fra Oppdateringsdato, da registrerte endringer kan bufres i en kortere eller lengre periode før disse legges inn i databasen.
Ved førstegangsregistrering settes Datafangstdato lik førsteDatafangstdato.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">DATAFANGSTDATO</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="digitaliseringsmålestokk" type="integer">
                  <annotation>
                     <documentation>kartmålestokk registreringene/ datene er hentet fra/ registrert på

Eksempel: 1:50 000 = 50000.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">DIGITALISERINGSMÅLESTOKK</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element name="identifikasjon" type="gus:IdentifikasjonPropertyType">
                  <annotation>
                     <documentation>unik identifikasjon av et objekt 

Merknad: Bør bruke UUID.  se http://en.wikipedia.org/wiki/UUID
De som ikke benytter UUID må selv sørge for at denne er globalt unik.</documentation>
                  </annotation>
               </element>
               <element minOccurs="0"
                        name="kvalitet"
                        type="gus:PosisjonskvalitetNADAGPropertyType">
                  <annotation>
                     <documentation>beskrivelse av kvaliteten på stedfestingen</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">KVALITET_NADAG</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
               <element minOccurs="0" name="oppdateringsdato" type="dateTime">
                  <annotation>
                     <documentation>dato for siste endring på objektetdataene 

Merknad: 
Oppdateringsdato kan være forskjellig fra Datafangsdato ved at data som er registrert kan bufres en kortere eller lengre periode før disse legges inn i datasystemet (databasen).

-Definition-
Date and time at which this version of the spatial object was inserted or changed in the spatial data set.</documentation>
                     <appinfo>
                        <sc:taggedValue tag="SOSI_navn">OPPDATERINGSDATO</sc:taggedValue>
                     </appinfo>
                  </annotation>
               </element>
            </sequence>
         </extension>
      </complexContent>
   </complexType>
   <complexType name="Supertype_Geotekn_obj_pktPropertyType">
      <sequence minOccurs="0">
         <element ref="gus:Supertype_Geotekn_obj_pkt"/>
      </sequence>
      <attributeGroup ref="gml:AssociationAttributeGroup"/>
      <attributeGroup ref="gml:OwnershipAttributeGroup"/>
   </complexType>
   <simpleType name="SynbarhetType">
      <annotation>
         <documentation>hvor godt den kartlagte detalj var synbar ved kartleggingen</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">SYNBARHET</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="gus:SynbarhetEnumerationType gus:SynbarhetOtherType"/>
   </simpleType>
   <simpleType name="SynbarhetEnumerationType">
      <annotation>
         <documentation>hvor godt den kartlagte detalj var synbar ved kartleggingen</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">SYNBARHET</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="0">
            <annotation>
               <documentation>Default</documentation>
            </annotation>
         </enumeration>
         <enumeration value="1">
            <annotation>
               <documentation>Forøvrig grei å innmåle. (Benyttes bl.a. for innmåling av ledninger på lukket grøft)</documentation>
            </annotation>
         </enumeration>
         <enumeration value="2">
            <annotation>
               <documentation>Middels synlig i flybilde/modell</documentation>
            </annotation>
         </enumeration>
         <enumeration value="3">
            <annotation>
               <documentation>Dårlig/ikke synlig i flybilde/modell</documentation>
            </annotation>
         </enumeration>
      </restriction>
   </simpleType>
   <simpleType name="SynbarhetOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
   <simpleType name="TolkningMetodeKodeType">
      <annotation>
         <documentation>Metoder benyttet for tolkning av geotekniske feltundersøkelser</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">TOLKNINGMETODE</sc:taggedValue>
         </appinfo>
      </annotation>
      <union memberTypes="gus:TolkningMetodeKodeEnumerationType gus:TolkningMetodeKodeOtherType"/>
   </simpleType>
   <simpleType name="TolkningMetodeKodeEnumerationType">
      <annotation>
         <documentation>Metoder benyttet for tolkning av geotekniske feltundersøkelser</documentation>
         <appinfo>
            <sc:taggedValue tag="SOSI_navn">TOLKNINGMETODE</sc:taggedValue>
         </appinfo>
      </annotation>
      <restriction base="string">
         <enumeration value="10"/>
         <enumeration value="20"/>
         <enumeration value="30"/>
         <enumeration value="40"/>
      </restriction>
   </simpleType>
   <simpleType name="TolkningMetodeKodeOtherType">
      <restriction base="string">
         <pattern value="other: \w{2,}"/>
      </restriction>
   </simpleType>
</schema>
