diagram | ![]() |
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> |
diagram | ![]() |
||||||
namespace | http://www.kuntatietopalvelu.fi/gml/yhteiset | ||||||
type | yht:KiinteistotunnusType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||||||||
namespace | http://www.kuntatietopalvelu.fi/gml/yhteiset | ||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
annotation |
|
||||||||
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> |
diagram | ![]() |
||||||||
namespace | http://www.kuntatietopalvelu.fi/gml/yhteiset | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="aanestysalue" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Äänestysalue</xs:documentation> </xs:annotation> </xs:element> |