complexType SijaintiType
diagram index_p391.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
children yht:osoite yht:piste yht:viiva yht:alue yht:tyhja yht:sijaintiepavarmuus yht:luontitapa yht:nimi yht:kuvaus yht:korkeusTaiSyvyys yht:pintaAla
used by
elements SijaintitietoType/Sijainti MerkintaType/sijaintitieto/Sijainti
complexType RakennusvalvontaSijaintiType
annotation
documentation
Sijaintielementin sisällön määrittely. Sijaintielementtiä käytetää niissä kohteissa, joissa kohteen geometriantyyppi(piste,viiva tai alue) voi vaihdella kohteesta toiseen
source <xs:complexType name="SijaintiType">
 
<xs:annotation>
   
<xs:documentation>Sijaintielementin sisällön määrittely. Sijaintielementtiä käytetää niissä kohteissa, joissa kohteen geometriantyyppi(piste,viiva tai alue) voi vaihdella kohteesta toiseen</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="osoite" type="yht:OsoiteType" minOccurs="0"/>
   
<xs:sequence>
     
<xs:choice>
       
<xs:element name="piste" type="gml:PointPropertyType"/>
       
<xs:element name="viiva" type="gml:CurvePropertyType"/>
       
<xs:element name="alue" type="gml:SurfacePropertyType"/>
       
<xs:element name="tyhja" type="gml:NullType"/>
     
</xs:choice>
     
<xs:element name="sijaintiepavarmuus" type="yht:SijaintiepavarmuusType" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Sijainnin epävarmuus</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="luontitapa" type="yht:LuontiTapaType" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Sijainnin luontitapa</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="nimi" type="xs:string" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Kohteen nimi</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="kuvaus" type="xs:string" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Kohteen kuvaus</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="korkeusTaiSyvyys" type="xs:string" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Kohteen mahdollinen korkeus/syvyys metreissä</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="pintaAla" type="xs:string" minOccurs="0">
       
<xs:annotation>
         
<xs:documentation>Pinta-ala m2</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:sequence>
</xs:complexType>

element SijaintiType/osoite
diagram index_p392.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type yht:OsoiteType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children gml:metaDataProperty gml:description gml:name gml:boundedBy gml:location yht:metatieto yht:yksilointitieto yht:alkuHetki yht:loppuHetki yht:kunta yht:osoitenimi yht:osoitenumero yht:osoitenumero2 yht:jakokirjain yht:jakokirjain2 yht:porras yht:huoneisto yht:huoneistojakokirjain yht:postinumero yht:postitoimipaikannimi yht:pistesijainti yht:aluesijainti yht:viivasijainti yht:viitesijaintialue yht:tila yht:kohteenLaji
attributes
Name  Type  Use  Default  Fixed  annotation
idoptional      
documentation
Database handle for the object.  It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.  An external identifier for the object in the form of a URI may be constructed using standard XML and XPointer methods.  This is done by concatenating the URI for the document, a fragment separator, and the value of the id attribute.
source <xs:element name="osoite" type="yht:OsoiteType" minOccurs="0"/>

element SijaintiType/piste
diagram index_p393.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type gml:PointPropertyType
properties
isRef 0
content complex
children gml:Point
attributes
Name  Type  Use  Default  Fixed  annotation
type    simple  
href      
role      
arcrole      
title      
show      
actuate      
remoteSchemaoptional      
documentation
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
source <xs:element name="piste" type="gml:PointPropertyType"/>

element SijaintiType/viiva
diagram index_p394.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type gml:CurvePropertyType
properties
isRef 0
content complex
children gml:_Curve
attributes
Name  Type  Use  Default  Fixed  annotation
type    simple  
href      
role      
arcrole      
title      
show      
actuate      
remoteSchemaoptional      
documentation
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
source <xs:element name="viiva" type="gml:CurvePropertyType"/>

element SijaintiType/alue
diagram index_p395.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type gml:SurfacePropertyType
properties
isRef 0
content complex
children gml:_Surface
attributes
Name  Type  Use  Default  Fixed  annotation
type    simple  
href      
role      
arcrole      
title      
show      
actuate      
remoteSchemaoptional      
documentation
Reference to an XML Schema fragment that specifies the content model of the propertys value. This is in conformance with the XML Schema Section 4.14 Referencing Schemas from Elsewhere.
source <xs:element name="alue" type="gml:SurfacePropertyType"/>

element SijaintiType/tyhja
diagram index_p396.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type gml:NullType
properties
isRef 0
content simple
source <xs:element name="tyhja" type="gml:NullType"/>

element SijaintiType/sijaintiepavarmuus
diagram index_p397.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type yht: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="yht:SijaintiepavarmuusType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Sijainnin epävarmuus</xs:documentation>
 
</xs:annotation>
</xs:element>

element SijaintiType/luontitapa
diagram index_p398.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type yht: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
Sijainnin luontitapa
source <xs:element name="luontitapa" type="yht:LuontiTapaType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Sijainnin luontitapa</xs:documentation>
 
</xs:annotation>
</xs:element>

element SijaintiType/nimi
diagram index_p399.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Kohteen nimi
source <xs:element name="nimi" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Kohteen nimi</xs:documentation>
 
</xs:annotation>
</xs:element>

element SijaintiType/kuvaus
diagram index_p400.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Kohteen kuvaus
source <xs:element name="kuvaus" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Kohteen kuvaus</xs:documentation>
 
</xs:annotation>
</xs:element>

element SijaintiType/korkeusTaiSyvyys
diagram index_p401.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Kohteen mahdollinen korkeus/syvyys metreissä
source <xs:element name="korkeusTaiSyvyys" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Kohteen mahdollinen korkeus/syvyys metreissä</xs:documentation>
 
</xs:annotation>
</xs:element>

element SijaintiType/pintaAla
diagram index_p402.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Pinta-ala m2
source <xs:element name="pintaAla" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Pinta-ala m2</xs:documentation>
 
</xs:annotation>
</xs:element>


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