<?xml version="1.0" encoding="UTF-8"?><schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:app="http://skjema.geonorge.no/SOSI/produktspesifikasjon/Skredfareomrader/B20191201E" xmlns:gml="http://www.opengis.net/gml/3.2" elementFormDefault="qualified" targetNamespace="http://skjema.geonorge.no/SOSI/produktspesifikasjon/Skredfareomrader/B20191201E" version="B20191201E">
  <annotation>
    <documentation>Skredfareområder engelsk versjon (NGKB)</documentation>
  </annotation>
  <import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
  <!--XML Schema document created by ShapeChange - http://shapechange.net/-->
  <simpleType name="ClassificationCodeType">
    <annotation>
      <documentation>Five different classification; Each classification has unique restrictions</documentation>
    </annotation>
    <union memberTypes="app:ClassificationCodeEnumerationType app:ClassificationCodeOtherType"/>
  </simpleType>
  <simpleType name="ClassificationCodeEnumerationType">
    <annotation>
      <documentation>Five different classification; Each classification has unique restrictions</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="NATO UNCLASSIFIED">
        <annotation>
          <documentation>NATO unclassified - Free for all.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="NATO RESTRICTED">
        <annotation>
          <documentation>NATO Restricted - Lowest security rating of information. There is no need for clearance at this level, but you must authorize and sign a Declaration of Confidentiality to access the LIMITED / NATO RESTRICTED.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="NATO CONFIDENTIAL">
        <annotation>
          <documentation>NATO Confidential - The lowest level of security clearance in NATO.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="NATO SECRET">
        <annotation>
          <documentation>NATO Secret - The second highest level of security clearance in NATO.</documentation>
        </annotation>
      </enumeration>
      <enumeration value="COSMIC TOP SECRET">
        <annotation>
          <documentation>Cosmic Top Secret -The highest level of security clearance in NATO.</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <simpleType name="ClassificationCodeOtherType">
    <restriction base="string">
      <pattern value="other: \w{2,}"/>
    </restriction>
  </simpleType>
  <element abstract="true" name="GeneralProperties" substitutionGroup="gml:AbstractFeature" type="app:GeneralPropertiesType">
    <annotation>
      <documentation>Abstract object used as a container for properties originating from SOSI-chapter 1.</documentation>
    </annotation>
  </element>
  <complexType abstract="true" name="GeneralPropertiesType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element name="identification" type="app:IdentificationPropertyType">
            <annotation>
              <documentation>Unique identifier of an object that can be used by external applications as a reference to the object. The identifier is managed by the responsible producer/administrator of the data-set.</documentation>
            </annotation>
          </element>
          <element name="origin" type="string">
            <annotation>
              <documentation>Origin of the data-set.
Reference to copyright material, source material, organization/publishing source.</documentation>
            </annotation>
          </element>
          <element name="dataWithdrawalDate" type="dateTime">
            <annotation>
              <documentation>date of extraction from a database Note: Different from Copy Date in that you do not distinguish whether it is extraction from an original database or a copy database.</documentation>
            </annotation>
          </element>
          <element minOccurs="0" name="dataCaptureDate" type="dateTime">
            <annotation>
              <documentation>Date when the object was registered/observed/measured in the terrain/environment.</documentation>
            </annotation>
          </element>
          <element minOccurs="0" name="updateDate" type="dateTime">
            <annotation>
              <documentation>Date for the production of the actual data files.</documentation>
            </annotation>
          </element>
          <element name="latitude" type="double">
            <annotation>
              <documentation>Description of the object's spatial position, according to the geographic coordinate latitude.</documentation>
            </annotation>
          </element>
          <element name="longitude" type="double">
            <annotation>
              <documentation>Description of the object's spatial position, according to the geographic coordinate longitude.</documentation>
            </annotation>
          </element>
          <element name="mgrs" type="string">
            <annotation>
              <documentation>MGRS (Military grid reference system), is a global system used by NATO to specify a map reference. Showing a area, not a point.</documentation>
            </annotation>
          </element>
          <element name="classification" type="app:ClassificationCodeType">
            <annotation>
              <documentation>Classification degree of information that has been given a security level. Defines distribution of the dataset.</documentation>
            </annotation>
          </element>
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <complexType name="GeneralPropertiesPropertyType">
    <sequence minOccurs="0">
      <element ref="app:GeneralProperties"/>
    </sequence>
    <attributeGroup ref="gml:AssociationAttributeGroup"/>
    <attributeGroup ref="gml:OwnershipAttributeGroup"/>
  </complexType>
  <element name="Identification" substitutionGroup="gml:AbstractObject" type="app:IdentificationType">
    <annotation>
      <documentation>Identification: Unique identifier of an object that can be used by external applications as a reference to the object. The identifier is managed by the responsible producer/administrator of the data-set.</documentation>
    </annotation>
  </element>
  <complexType name="IdentificationType">
    <sequence>
      <element name="localId" type="string">
        <annotation>
          <documentation>localId: Local identifier, unique within it's namespace - no other objects share the same identifier.</documentation>
        </annotation>
      </element>
      <element name="namespace" type="string">
        <annotation>
          <documentation>namespace: Namespace uniquely identifying the data source of the object.</documentation>
        </annotation>
      </element>
      <element name="versionId" type="string">
        <annotation>
          <documentation>versionId: Identification of a certain version of a geographically referenced object.
Maximum length is 25 characters. This is in line with ISO 8601. Example: 2007-02-12T12:12:12+05:30.</documentation>
        </annotation>
      </element>
    </sequence>
  </complexType>
  <complexType name="IdentificationPropertyType">
    <sequence>
      <element ref="app:Identification"/>
    </sequence>
  </complexType>
  <simpleType name="LandslideProbabilityType">
    <annotation>
      <documentation>Landslide reoccurrence probability for area (in years)</documentation>
    </annotation>
    <union memberTypes="app:LandslideProbabilityEnumerationType app:LandslideProbabilityOtherType"/>
  </simpleType>
  <simpleType name="LandslideProbabilityEnumerationType">
    <annotation>
      <documentation>Landslide reoccurrence probability for area (in years)</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="ReturnPeriod 100">
        <annotation>
          <documentation>100: Return period of 100 years</documentation>
        </annotation>
      </enumeration>
      <enumeration value="ReturnPeriod 1000">
        <annotation>
          <documentation>1000: Return period of 1000 years</documentation>
        </annotation>
      </enumeration>
      <enumeration value="ReturnPeriod 5000">
        <annotation>
          <documentation>5000: Return period of 5000 years</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <simpleType name="LandslideProbabilityOtherType">
    <restriction base="string">
      <pattern value="other: \w{2,}"/>
    </restriction>
  </simpleType>
  <simpleType name="LandslideTypeDetailedType">
    <annotation>
      <documentation>-- Definition - - 
what type of avalanche/landslide masses related to  the avalanche/landslide hazard or event  Note: Various types of avalanche/landslide masses, such as rock, snow, soil and combinations of these</documentation>
    </annotation>
    <union memberTypes="app:LandslideTypeDetailedEnumerationType app:LandslideTypeDetailedOtherType"/>
  </simpleType>
  <simpleType name="LandslideTypeDetailedEnumerationType">
    <annotation>
      <documentation>-- Definition - - 
what type of avalanche/landslide masses related to  the avalanche/landslide hazard or event  Note: Various types of avalanche/landslide masses, such as rock, snow, soil and combinations of these</documentation>
    </annotation>
    <restriction base="string">
      <enumeration value="Rock slide, unspecified">
        <annotation>
          <documentation>110: Rock slide, unspecified type</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Rock fall (&lt; 100 m3)">
        <annotation>
          <documentation>111: Rock fall (boulders &lt; 100 m3)</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Small rock flow (100 - 10 000 m3)">
        <annotation>
          <documentation>112: Small rock flow (boulders of 100 - 10 000 m3)</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Rock flow  (&gt; 10 000 m3)">
        <annotation>
          <documentation>113: Rock flow (boulders &gt; 10 000 m3)</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Submarine slide, unspecified">
        <annotation>
          <documentation>120: Submarine slide, unspecified type</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Snow avalanche, unspecified">
        <annotation>
          <documentation>130: Snow avalanche, unspecified type</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Wet snow avalanche">
        <annotation>
          <documentation>131: Wet snow avalanche</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Dry snow avalanche">
        <annotation>
          <documentation>132: Dry snow avalanche</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Slush flow">
        <annotation>
          <documentation>133: Slush flow</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Loose snow avalanche, unspecified">
        <annotation>
          <documentation>134: Loose snow avalanche, unspecified type</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Wet loose snow avalanche">
        <annotation>
          <documentation>135: Wet loose snow avalanche</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Dry loose snow avalanche">
        <annotation>
          <documentation>136: Dry loose snow avalanche</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Slab slide, unspecified">
        <annotation>
          <documentation>137: Slab slide, unspecified</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Wet slab slide">
        <annotation>
          <documentation>138: Wet slab slide</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Dry snow slab slide">
        <annotation>
          <documentation>139: Dry snow slab slide</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Unconsolidated landslide, unspecified">
        <annotation>
          <documentation>140: Unconsolidated landslide, unspecified type</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Quick clay slide">
        <annotation>
          <documentation>141: Quick clay slide</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Flood slide">
        <annotation>
          <documentation>142: Flood slide</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Clay slide">
        <annotation>
          <documentation>143: Clay slide</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Soil landslide">
        <annotation>
          <documentation>144: Soil landslide</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Soil landslide, unspecified">
        <annotation>
          <documentation>145: Soil landslide, unspecified type 

Note: This value will not be used from the year of 2015</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Ice fall, unspecified">
        <annotation>
          <documentation>150: Ice fall, unspecified type</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Cornice slide">
        <annotation>
          <documentation>151: Cornice slide</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Backslide of road">
        <annotation>
          <documentation>160: Backslide of road</documentation>
        </annotation>
      </enumeration>
      <enumeration value="Not set">
        <annotation>
          <documentation>190: Not sett</documentation>
        </annotation>
      </enumeration>
      <enumeration value="New, not approved slide type">
        <annotation>
          <documentation>199: New, not approved slide type

Note: This value will not be used from the year of 2015</documentation>
        </annotation>
      </enumeration>
    </restriction>
  </simpleType>
  <simpleType name="LandslideTypeDetailedOtherType">
    <restriction base="string">
      <pattern value="other: \w{2,}"/>
    </restriction>
  </simpleType>
  <element name="SlideHazardZones" substitutionGroup="app:GeneralProperties" type="app:SlideHazardZonesType">
    <annotation>
      <documentation>AvalancheLandslideHazardZone: area where the avalanche/landslide hazard has been evaluated/surveyed in more detail with regard to probability and extent</documentation>
    </annotation>
  </element>
  <complexType name="SlideHazardZonesType">
    <complexContent>
      <extension base="app:GeneralPropertiesType">
        <sequence>
          <element name="area" type="gml:SurfacePropertyType">
            <annotation>
              <documentation>extent: area over which an object extends</documentation>
            </annotation>
          </element>
          <element name="slideProbability" type="app:LandslideProbabilityType">
            <annotation>
              <documentation>avalancheLandslideStatisticProbability: statistical probability that an avalanche  landslide will take place   Condition: The attribute landslideHazardLevelClass or avalancheStatisticProbability is mandatory. landslideHazardLevelClass is used in the case of quick clay and avalancheStatisticProbability in the case of steep terrain   Note:  Indicated as a yearly probability of avalanches/landslides. In the Planning and Building Act consideration must be given for the yearly probability of 1/1000</documentation>
            </annotation>
          </element>
          <element name="slideType" type="app:LandslideTypeDetailedType">
            <annotation>
              <documentation>avalancheLandslideType: what type of avalanche/landslide masses related to the avalanche/landslide hazard or event 
Note: Various types of avalanche/landslide masses, such as rock, snow, soil and combinations these</documentation>
            </annotation>
          </element>
        </sequence>
      </extension>
    </complexContent>
  </complexType>
  <complexType name="SlideHazardZonesPropertyType">
    <sequence minOccurs="0">
      <element ref="app:SlideHazardZones"/>
    </sequence>
    <attributeGroup ref="gml:AssociationAttributeGroup"/>
    <attributeGroup ref="gml:OwnershipAttributeGroup"/>
  </complexType>
</schema>
