diagram | ![]() |
||
namespace | http://www.kuntatietopalvelu.fi/gml/yhteiset | ||
children | yht:nimi yht:osoite yht:sahkopostiosoite yht:faksinumero yht:puhelin yht:henkilotunnus yht:ulkomainenHenkilotunnus | ||
used by |
|
||
source | <xs:complexType name="YhteyshenkiloType"> <xs:sequence> <xs:element name="nimi" type="yht:HenkilonnimiType"/> <xs:element name="osoite" type="yht:PostiosoiteType" minOccurs="0"/> <xs:element name="sahkopostiosoite" type="xs:string" minOccurs="0"/> <xs:element name="faksinumero" type="xs:string" minOccurs="0"/> <xs:element name="puhelin" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="henkilotunnus" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9][0-9][0-9][0-9][0-9][0-9][-+ABCDEFYXWVU][0-9][0-9][0-9][A-Y0-9]"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ulkomainenHenkilotunnus" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
namespace | http://www.kuntatietopalvelu.fi/gml/yhteiset | ||||
type | yht:HenkilonnimiType | ||||
properties |
|
||||
children | yht:etunimi yht:sukunimi | ||||
source | <xs:element name="nimi" type="yht:HenkilonnimiType"/> |
diagram | ![]() |
||||||||
namespace | http://www.kuntatietopalvelu.fi/gml/yhteiset | ||||||||
type | yht:PostiosoiteType | ||||||||
properties |
|
||||||||
children | yht:kunta yht:valtioSuomeksi yht:valtioKansainvalinen yht:osoitenimi yht:ulkomainenLahiosoite yht:osoitenumero yht:osoitenumero2 yht:jakokirjain yht:jakokirjain2 yht:porras yht:huoneisto yht:postinumero yht:postitoimipaikannimi yht:ulkomainenPostitoimipaikka yht:jarjestysnumero yht:pistesijainti yht:aluesijainti yht:viivasijainti | ||||||||
source | <xs:element name="osoite" type="yht:PostiosoiteType" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://www.kuntatietopalvelu.fi/gml/yhteiset | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="sahkopostiosoite" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://www.kuntatietopalvelu.fi/gml/yhteiset | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="faksinumero" type="xs:string" minOccurs="0"/> |
diagram | ![]() |
||||||||
namespace | http://www.kuntatietopalvelu.fi/gml/yhteiset | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="puhelin" type="xs:string" minOccurs="0" maxOccurs="unbounded"/> |
diagram | ![]() |
||||||||
namespace | http://www.kuntatietopalvelu.fi/gml/yhteiset | ||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="henkilotunnus" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9][0-9][0-9][0-9][0-9][0-9][-+ABCDEFYXWVU][0-9][0-9][0-9][A-Y0-9]"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||
namespace | http://www.kuntatietopalvelu.fi/gml/yhteiset | ||||||||
type | xs:string | ||||||||
properties |
|
||||||||
source | <xs:element name="ulkomainenHenkilotunnus" type="xs:string" minOccurs="0"/> |