complexType YhteyshenkiloType
diagram index_p494.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
children yht:nimi yht:osoite yht:sahkopostiosoite yht:faksinumero yht:puhelin yht:henkilotunnus
used by
elements SuunnittelijaType/henkilo TyonjohtajaType/henkilo OsapuoliType/henkilo YmparistoOsapuoliType/henkilo RakennusrasiteType/rasitettuKiinteisto/tontinOmistaja
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][-+A][0-9][0-9][0-9][A-Y0-9]"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element YhteyshenkiloType/nimi
diagram index_p495.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
type yht:HenkilonnimiType
properties
isRef 0
content complex
children yht:etunimi yht:sukunimi
source <xs:element name="nimi" type="yht:HenkilonnimiType"/>

element YhteyshenkiloType/osoite
diagram index_p496.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
type yht:PostiosoiteType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
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"/>

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

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

element YhteyshenkiloType/puhelin
diagram index_p499.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
source <xs:element name="puhelin" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

element YhteyshenkiloType/henkilotunnus
diagram index_p500.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 [0-9][0-9][0-9][0-9][0-9][0-9][-+A][0-9][0-9][0-9][A-Y0-9] 
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][-+A][0-9][0-9][0-9][A-Y0-9]"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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