complexType RakennuksenTunnusType
diagram index_p355.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
children yht:kiinttun yht:rakennusnro yht:aanestysalue
source <xs:complexType name="RakennuksenTunnusType">
 
<xs:sequence>
   
<xs:element name="kiinttun" type="yht:KiinteistotunnusType">
     
<xs:annotation>
       
<xs:documentation>Kiinteistötunnus, 14 merkkiä ilman väliviivoja.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="rakennusnro" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Rakennusnumero, kolmella numerolla etunollin</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:pattern value="[0-9][0-9][0-9]"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="aanestysalue" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Äänestysalue</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element RakennuksenTunnusType/kiinttun
diagram index_p356.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type yht:KiinteistotunnusType
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern (([0-9]{3}){2}([0-9]{4}){2}) 
annotation
documentation
Kiinteistötunnus, 14 merkkiä ilman väliviivoja.
source <xs:element name="kiinttun" type="yht:KiinteistotunnusType">
 
<xs:annotation>
   
<xs:documentation>Kiinteistötunnus, 14 merkkiä ilman väliviivoja.</xs:documentation>
 
</xs:annotation>
</xs:element>

element RakennuksenTunnusType/rakennusnro
diagram index_p357.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
pattern [0-9][0-9][0-9] 
annotation
documentation
Rakennusnumero, kolmella numerolla etunollin
source <xs:element name="rakennusnro" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Rakennusnumero, kolmella numerolla etunollin</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:pattern value="[0-9][0-9][0-9]"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element RakennuksenTunnusType/aanestysalue
diagram index_p358.png
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Äänestysalue
source <xs:element name="aanestysalue" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Äänestysalue</xs:documentation>
 
</xs:annotation>
</xs:element>


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