complexType OsoiteType
diagram palvelutroot_p340.png
namespace http://www.paikkatietopalvelu.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
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:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element OsoiteType/kunta
diagram palvelutroot_p341.png
namespace http://www.paikkatietopalvelu.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 palvelutroot_p342.png
namespace http://www.paikkatietopalvelu.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 palvelutroot_p343.png
namespace http://www.paikkatietopalvelu.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 palvelutroot_p344.png
namespace http://www.paikkatietopalvelu.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 palvelutroot_p345.png
namespace http://www.paikkatietopalvelu.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 palvelutroot_p346.png
namespace http://www.paikkatietopalvelu.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 palvelutroot_p347.png
namespace http://www.paikkatietopalvelu.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 palvelutroot_p348.png
namespace http://www.paikkatietopalvelu.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 palvelutroot_p349.png
namespace http://www.paikkatietopalvelu.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 palvelutroot_p350.png
namespace http://www.paikkatietopalvelu.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 palvelutroot_p351.png
namespace http://www.paikkatietopalvelu.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 palvelutroot_p352.png
namespace http://www.paikkatietopalvelu.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 palvelutroot_p353.png
namespace http://www.paikkatietopalvelu.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 palvelutroot_p354.png
namespace http://www.paikkatietopalvelu.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 palvelutroot_p355.png
namespace http://www.paikkatietopalvelu.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 palvelutroot_p356.png
namespace http://www.paikkatietopalvelu.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"/>


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