http://matrikkel.statkart.no/eksternapi/registeroppdatering/v1/modell/grunnforurensing
complexType GrunnforurensingStatus

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://matrikkel.statkart.no/eksternapi/registeroppdatering/v1/modell/grunnforurensing}GrunnforurensingStatus (restriction)

Documentation
Status for oppdatering av en enkelt grunnforurensing i batch.
Properties
This component is not nillable.

Model
<...>
(statusKode, ident, statusMelding? )
</...>


Nested Element Summary
GrunnforurensingIdentident
          Identen til grunnforurensingen som ble forsøkt oppdatert. 
GrunnforurensingStatusKodestatusKode
          Kode som beskriver utfallet. 
xs:stringstatusMelding
          Tekstlig beskrivelse av hva som eventuelt gikk galt. 
Source
<xs:complexType name="GrunnforurensingStatus">
<xs:sequence>
<xs:element name="statusKode" type="GrunnforurensingStatusKode">
</xs:element>
<xs:element name="ident" type="GrunnforurensingIdent">
</xs:element>
<xs:element minOccurs="0" name="statusMelding" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.