complexType AbstractKantakohdeType
diagram index_p913.png
namespace http://www.kuntatietopalvelu.fi/gml/kantakartta
type extension of gml:AbstractFeatureType
properties
base gml:AbstractFeatureType
abstract true
children gml:metaDataProperty gml:description gml:name kanta:metatieto kanta:tunnus kanta:kplkoodi kanta:yksilointitieto kanta:sijaintiepavarmuus kanta:luontitapa kanta:alkuPvm kanta:loppuPvm kanta:labelit
used by
element _Kantakohde
complexTypes AbstractKantakarttakohdeType AbstractKayttooikeusyksikkokohdeType AbstractLuokittelematonKohdeType
attributes
Name  Type  Use  Default  Fixed  annotation
idoptional      
annotation
documentation
Kantakohteen määrittely, josta periytetään kaikki muut skeeman kohteet
source <xs:complexType name="AbstractKantakohdeType" abstract="true">
 
<xs:annotation>
   
<xs:documentation>Kantakohteen määrittely, josta periytetään kaikki muut skeeman kohteet</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="gml:AbstractFeatureType">
     
<xs:sequence>
       
<xs:element name="metatieto" type="gml:MetaDataPropertyType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Kohteen metatiedot. Suositeltavat kentät ovat: sijaintitiedonluontitapa, tarkkuus, datan_luoja, luonti_pvm, muokkaaja, muokkaus_pvm, omistaja, lahteen_pvm, lahteen_tyyppi, mittausera, lisatieto_linkki</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="tunnus" type="xs:string" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Kyseessä olevan kantakartan sisällä yksikäsitteinen kohteen tunnistetieto.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="kplkoodi" type="xs:string" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Kohteen Kuntien Paikkaitietoluokituksen(KPL 2.3)) mukainen koodi</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="yksilointitieto" type="xs:string" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Kohteen lähtötietojärjestelmän  tvs. mukainen yksilöintitieto </xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="sijaintiepavarmuus" type="kanta:SijaintiepavarmuusType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Sijainnin epävarmuus</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="luontitapa" type="kanta:LuontiTapaType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Kohteen luontitapa</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="alkuPvm" type="xs:dateTime">
         
<xs:annotation>
           
<xs:documentation>Kohteen luontipäivämäärä</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="loppuPvm" type="xs:dateTime" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Milloin kohde on poistettu. Tämän avulla voidaan tunnistaa poistetut kohteet, jos järjestelmät tukevat historiatietojen tallentamista</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="labelit" type="kanta:LabelitType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>
Osoittaa että halutaanko kohteen jokin ominaisuus näyttää tekstinä kohteen visualisoinnin yhteydessä.
Ks Myös kohdetyyppi Label dokumentaaatio
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element AbstractKantakohdeType/metatieto
diagram index_p914.png
namespace http://www.kuntatietopalvelu.fi/gml/kantakartta
type gml:MetaDataPropertyType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
annotation
documentation
Kohteen metatiedot. Suositeltavat kentät ovat: sijaintitiedonluontitapa, tarkkuus, datan_luoja, luonti_pvm, muokkaaja, muokkaus_pvm, omistaja, lahteen_pvm, lahteen_tyyppi, mittausera, lisatieto_linkki
source <xs:element name="metatieto" type="gml:MetaDataPropertyType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Kohteen metatiedot. Suositeltavat kentät ovat: sijaintitiedonluontitapa, tarkkuus, datan_luoja, luonti_pvm, muokkaaja, muokkaus_pvm, omistaja, lahteen_pvm, lahteen_tyyppi, mittausera, lisatieto_linkki</xs:documentation>
 
</xs:annotation>
</xs:element>

element AbstractKantakohdeType/tunnus
diagram index_p915.png
namespace http://www.kuntatietopalvelu.fi/gml/kantakartta
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Kyseessä olevan kantakartan sisällä yksikäsitteinen kohteen tunnistetieto.
source <xs:element name="tunnus" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Kyseessä olevan kantakartan sisällä yksikäsitteinen kohteen tunnistetieto.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AbstractKantakohdeType/kplkoodi
diagram index_p916.png
namespace http://www.kuntatietopalvelu.fi/gml/kantakartta
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Kohteen Kuntien Paikkaitietoluokituksen(KPL 2.3)) mukainen koodi
source <xs:element name="kplkoodi" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Kohteen Kuntien Paikkaitietoluokituksen(KPL 2.3)) mukainen koodi</xs:documentation>
 
</xs:annotation>
</xs:element>

element AbstractKantakohdeType/yksilointitieto
diagram index_p917.png
namespace http://www.kuntatietopalvelu.fi/gml/kantakartta
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Kohteen lähtötietojärjestelmän  tvs. mukainen yksilöintitieto
source <xs:element name="yksilointitieto" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Kohteen lähtötietojärjestelmän  tvs. mukainen yksilöintitieto </xs:documentation>
 
</xs:annotation>
</xs:element>

element AbstractKantakohdeType/sijaintiepavarmuus
diagram index_p918.png
namespace http://www.kuntatietopalvelu.fi/gml/kantakartta
type kanta:SijaintiepavarmuusType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration 0.15 
enumeration 0.2 
enumeration 0.3 
enumeration 0.5 
enumeration 0.7 
enumeration 1.0 
enumeration 1.5 
enumeration 2.0 
enumeration 3.0 
enumeration 5.0 
enumeration 7.5 
enumeration 10.0 
enumeration 20.0 
annotation
documentation
Sijainnin epävarmuus
source <xs:element name="sijaintiepavarmuus" type="kanta:SijaintiepavarmuusType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Sijainnin epävarmuus</xs:documentation>
 
</xs:annotation>
</xs:element>

element AbstractKantakohdeType/luontitapa
diagram index_p919.png
namespace http://www.kuntatietopalvelu.fi/gml/kantakartta
type kanta:LuontiTapaType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration digitointi 
enumeration maastomittaus 
enumeration skannattu 
enumeration kuvamittaus 
enumeration laserkeilattu 
enumeration kiinteistötoimitus 
enumeration muu 
enumeration tuntematon 
annotation
documentation
Kohteen luontitapa
source <xs:element name="luontitapa" type="kanta:LuontiTapaType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Kohteen luontitapa</xs:documentation>
 
</xs:annotation>
</xs:element>

element AbstractKantakohdeType/alkuPvm
diagram index_p920.png
namespace http://www.kuntatietopalvelu.fi/gml/kantakartta
type xs:dateTime
properties
isRef 0
content simple
annotation
documentation
Kohteen luontipäivämäärä
source <xs:element name="alkuPvm" type="xs:dateTime">
 
<xs:annotation>
   
<xs:documentation>Kohteen luontipäivämäärä</xs:documentation>
 
</xs:annotation>
</xs:element>

element AbstractKantakohdeType/loppuPvm
diagram index_p921.png
namespace http://www.kuntatietopalvelu.fi/gml/kantakartta
type xs:dateTime
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Milloin kohde on poistettu. Tämän avulla voidaan tunnistaa poistetut kohteet, jos järjestelmät tukevat historiatietojen tallentamista
source <xs:element name="loppuPvm" type="xs:dateTime" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Milloin kohde on poistettu. Tämän avulla voidaan tunnistaa poistetut kohteet, jos järjestelmät tukevat historiatietojen tallentamista</xs:documentation>
 
</xs:annotation>
</xs:element>

element AbstractKantakohdeType/labelit
diagram index_p922.png
namespace http://www.kuntatietopalvelu.fi/gml/kantakartta
type kanta:LabelitType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children kanta:Label
annotation
documentation

Osoittaa että halutaanko kohteen jokin ominaisuus näyttää tekstinä kohteen visualisoinnin yhteydessä.
Ks Myös kohdetyyppi Label dokumentaaatio
source <xs:element name="labelit" type="kanta:LabelitType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>
Osoittaa että halutaanko kohteen jokin ominaisuus näyttää tekstinä kohteen visualisoinnin yhteydessä.
Ks Myös kohdetyyppi Label dokumentaaatio
</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy