diagram | ![]() |
namespace | http://www.kuntatietopalvelu.fi/gml/yhteiset |
children | yht:kylanimi yht:tilannimi yht:kiinteistotunnus yht:maaraAlaTunnus |
used by | |
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> |
diagram | ![]() |
||||||||
namespace | http://www.kuntatietopalvelu.fi/gml/yhteiset | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="kylanimi" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://www.kuntatietopalvelu.fi/gml/yhteiset | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="tilannimi" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||
namespace | http://www.kuntatietopalvelu.fi/gml/yhteiset | ||||||
type | yht:KiinteistotunnusType | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||||||||
namespace | http://www.kuntatietopalvelu.fi/gml/yhteiset | ||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
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> |