complexType KiinteistoType
diagram index_p435.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
children yht:kylanimi yht:tilannimi yht:kiinteistotunnus yht:maaraAlaTunnus
used by
elements RakennusrasiteType/rasitettuKiinteisto/kiinteisto YhteisjarjestelyType/muutkiinteistot/kiinteisto RakennuspaikkaType/rakennuspaikanKiinteistotieto/RakennuspaikanKiinteisto/kiinteistotieto/Kiinteisto
source <xs:complexType name="KiinteistoType">
 
<xs:sequence>
   
<xs:element name="kylanimi" type="xs:string" minOccurs="0"/>
   
<xs:element name="tilannimi" type="xs:string" minOccurs="0"/>
   
<xs:element name="kiinteistotunnus" type="yht:KiinteistotunnusType">
     
<xs:annotation>
       
<xs:documentation>Kiinteistötunnus, 14 merkkiä ilman väliviivoja</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="maaraAlaTunnus" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:pattern value="[M][0-9][0-9][0-9][0-9]"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element KiinteistoType/kylanimi
diagram index_p436.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="kylanimi" type="xs:string" minOccurs="0"/>

element KiinteistoType/tilannimi
diagram index_p437.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="tilannimi" type="xs:string" minOccurs="0"/>

element KiinteistoType/kiinteistotunnus
diagram index_p438.png
namespace http://www.paikkatietopalvelu.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="kiinteistotunnus" type="yht:KiinteistotunnusType">
 
<xs:annotation>
   
<xs:documentation>Kiinteistötunnus, 14 merkkiä ilman väliviivoja</xs:documentation>
 
</xs:annotation>
</xs:element>

element KiinteistoType/maaraAlaTunnus
diagram index_p439.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
pattern [M][0-9][0-9][0-9][0-9] 
source <xs:element name="maaraAlaTunnus" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:pattern value="[M][0-9][0-9][0-9][0-9]"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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