complexType OsoiteType
diagram index_p265.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type extension of yht:AbstractPaikkatietopalveluKohde
properties
base yht:AbstractPaikkatietopalveluKohde
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
used by
element SijaintiType/osoite
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:complexType name="OsoiteType">
 
<xs:complexContent>
   
<xs:extension base="yht:AbstractPaikkatietopalveluKohde">
     
<xs:sequence>
       
<xs:element name="kunta" type="xs:string" minOccurs="0"/>
       
<xs:element name="osoitenimi" type="yht:NimiType"/>
       
<xs:element name="osoitenumero" type="xs:int" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Yksi osoitenumero esim. "24"</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="osoitenumero2" type="xs:string" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Osoitenumeroväli esimerkiksi 35-37 jälikimmäinen numero</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="jakokirjain" type="xs:string" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>numeron perään tuleva pieni kirjain</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="jakokirjain2" type="xs:string" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Jakokirjainvälin jälkimmäinen osa</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="porras" type="xs:string" minOccurs="0"/>
       
<xs:element name="huoneisto" type="xs:int" minOccurs="0"/>
       
<xs:element name="huoneistojakokirjain" type="xs:string" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Huoneistonumeron perään tuleva pieni kirjain</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="postinumero" type="xs:string" minOccurs="0"/>
       
<xs:element name="postitoimipaikannimi" type="xs:string" minOccurs="0"/>
       
<xs:element name="pistesijainti" type="gml:PointPropertyType" minOccurs="0"/>
       
<xs:element name="aluesijainti" type="gml:SurfacePropertyType" minOccurs="0"/>
       
<xs:element name="viivasijainti" type="gml:CurvePropertyType" minOccurs="0"/>
       
<xs:element name="viitesijaintialue" type="xs:string" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Esim. Korso, Tikkurila</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="tila" type="yht:OsoiteTilaType" minOccurs="0"/>
       
<xs:element name="kohteenLaji" type="yht:OsoitteistetunKohteenLajiType" minOccurs="0"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element OsoiteType/kunta
diagram index_p266.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="kunta" type="xs:string" minOccurs="0"/>

element OsoiteType/osoitenimi
diagram index_p267.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type yht:NimiType
properties
isRef 0
content complex
children yht:teksti
source <xs:element name="osoitenimi" type="yht:NimiType"/>

element OsoiteType/osoitenumero
diagram index_p268.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type xs:int
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Yksi osoitenumero esim. "24"
source <xs:element name="osoitenumero" type="xs:int" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Yksi osoitenumero esim. "24"</xs:documentation>
 
</xs:annotation>
</xs:element>

element OsoiteType/osoitenumero2
diagram index_p269.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Osoitenumeroväli esimerkiksi 35-37 jälikimmäinen numero
source <xs:element name="osoitenumero2" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Osoitenumeroväli esimerkiksi 35-37 jälikimmäinen numero</xs:documentation>
 
</xs:annotation>
</xs:element>

element OsoiteType/jakokirjain
diagram index_p270.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
numeron perään tuleva pieni kirjain
source <xs:element name="jakokirjain" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>numeron perään tuleva pieni kirjain</xs:documentation>
 
</xs:annotation>
</xs:element>

element OsoiteType/jakokirjain2
diagram index_p271.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Jakokirjainvälin jälkimmäinen osa
source <xs:element name="jakokirjain2" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Jakokirjainvälin jälkimmäinen osa</xs:documentation>
 
</xs:annotation>
</xs:element>

element OsoiteType/porras
diagram index_p272.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="porras" type="xs:string" minOccurs="0"/>

element OsoiteType/huoneisto
diagram index_p273.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type xs:int
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="huoneisto" type="xs:int" minOccurs="0"/>

element OsoiteType/huoneistojakokirjain
diagram index_p274.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Huoneistonumeron perään tuleva pieni kirjain
source <xs:element name="huoneistojakokirjain" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Huoneistonumeron perään tuleva pieni kirjain</xs:documentation>
 
</xs:annotation>
</xs:element>

element OsoiteType/postinumero
diagram index_p275.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="postinumero" type="xs:string" minOccurs="0"/>

element OsoiteType/postitoimipaikannimi
diagram index_p276.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="postitoimipaikannimi" type="xs:string" minOccurs="0"/>

element OsoiteType/pistesijainti
diagram index_p277.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type gml:PointPropertyType
properties
isRef 0
minOcc 0
maxOcc 1
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="pistesijainti" type="gml:PointPropertyType" minOccurs="0"/>

element OsoiteType/aluesijainti
diagram index_p278.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type gml:SurfacePropertyType
properties
isRef 0
minOcc 0
maxOcc 1
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="aluesijainti" type="gml:SurfacePropertyType" minOccurs="0"/>

element OsoiteType/viivasijainti
diagram index_p279.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type gml:CurvePropertyType
properties
isRef 0
minOcc 0
maxOcc 1
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="viivasijainti" type="gml:CurvePropertyType" minOccurs="0"/>

element OsoiteType/viitesijaintialue
diagram index_p280.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Esim. Korso, Tikkurila
source <xs:element name="viitesijaintialue" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Esim. Korso, Tikkurila</xs:documentation>
 
</xs:annotation>
</xs:element>

element OsoiteType/tila
diagram index_p281.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type yht:OsoiteTilaType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration poistunut 
enumeration varaus 
enumeration voimassa 
enumeration ei tiedossa 
source <xs:element name="tila" type="yht:OsoiteTilaType" minOccurs="0"/>

element OsoiteType/kohteenLaji
diagram index_p282.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type yht:OsoitteistetunKohteenLajiType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration hautausmaa 
enumeration kaavayksikkö 
enumeration luonnonsuojelualue 
enumeration matkailukohde 
enumeration muu 
enumeration muu rakentamaton kiinteistö 
enumeration puisto tai kenttä 
enumeration rakennus 
enumeration saari 
enumeration satama 
enumeration siirtolapuutarha tai mökkikylä 
enumeration tontti 
enumeration tori tai aukio 
enumeration uimaranta 
source <xs:element name="kohteenLaji" type="yht:OsoitteistetunKohteenLajiType" minOccurs="0"/>


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