complexType YhteystietoType
diagram index_p501.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
children yht:henkilotunnus yht:sukunimi yht:etunimi yht:yTunnus yht:yrityksenNimi yht:yhteyshenkilonNimi yht:osoitetieto yht:puhelinnumero yht:sahkopostiosoite yht:suoramarkkinointikielto yht:verkkolaskutustieto
used by
complexTypes HakijaType MaksajaType
source <xs:complexType name="YhteystietoType">
 
<xs:sequence>
   
<xs:choice>
     
<xs:sequence>
       
<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:element name="sukunimi" type="xs:string"/>
       
<xs:element name="etunimi" type="xs:string"/>
     
</xs:sequence>
     
<xs:sequence>
       
<xs:element name="yTunnus">
         
<xs:simpleType>
           
<xs:restriction base="xs:string">
             
<xs:pattern value="[0-9][0-9][0-9][0-9][0-9][0-9][0-9][-][0-9]"/>
           
</xs:restriction>
         
</xs:simpleType>
       
</xs:element>
       
<xs:element name="yrityksenNimi" type="xs:string"/>
       
<xs:element name="yhteyshenkilonNimi" type="xs:string" minOccurs="0"/>
     
</xs:sequence>
   
</xs:choice>
   
<xs:element name="osoitetieto">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Osoite" type="yht:PostiosoiteType"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="puhelinnumero" type="xs:string"/>
   
<xs:element name="sahkopostiosoite" type="xs:string" minOccurs="0"/>
   
<xs:element name="suoramarkkinointikielto" type="xs:boolean" minOccurs="0"/>
   
<xs:element name="verkkolaskutustieto" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Verkkolaskutus" type="yht:VerkkolaskutusTypeType"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element YhteystietoType/henkilotunnus
diagram index_p502.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>

element YhteystietoType/sukunimi
diagram index_p503.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
content simple
source <xs:element name="sukunimi" type="xs:string"/>

element YhteystietoType/etunimi
diagram index_p504.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
content simple
source <xs:element name="etunimi" type="xs:string"/>

element YhteystietoType/yTunnus
diagram index_p505.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
type restriction of xs:string
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern [0-9][0-9][0-9][0-9][0-9][0-9][0-9][-][0-9] 
source <xs:element name="yTunnus">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:pattern value="[0-9][0-9][0-9][0-9][0-9][0-9][0-9][-][0-9]"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element YhteystietoType/yrityksenNimi
diagram index_p506.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
content simple
source <xs:element name="yrityksenNimi" type="xs:string"/>

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

element YhteystietoType/osoitetieto
diagram index_p508.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
properties
isRef 0
content complex
children yht:Osoite
source <xs:element name="osoitetieto">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Osoite" type="yht:PostiosoiteType"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element YhteystietoType/osoitetieto/Osoite
diagram index_p509.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
type yht:PostiosoiteType
properties
isRef 0
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"/>

element YhteystietoType/puhelinnumero
diagram index_p510.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
type xs:string
properties
isRef 0
content simple
source <xs:element name="puhelinnumero" type="xs:string"/>

element YhteystietoType/sahkopostiosoite
diagram index_p511.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 YhteystietoType/suoramarkkinointikielto
diagram index_p512.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="suoramarkkinointikielto" type="xs:boolean" minOccurs="0"/>

element YhteystietoType/verkkolaskutustieto
diagram index_p513.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yht:Verkkolaskutus
source <xs:element name="verkkolaskutustieto" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Verkkolaskutus" type="yht:VerkkolaskutusTypeType"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element YhteystietoType/verkkolaskutustieto/Verkkolaskutus
diagram index_p514.png
namespace http://www.paikkatietopalvelu.fi/gml/yhteiset
type yht:VerkkolaskutusTypeType
properties
isRef 0
content complex
children yht:ovtTunnus yht:verkkolaskuTunnus yht:valittajaTunnus
source <xs:element name="Verkkolaskutus" type="yht:VerkkolaskutusTypeType"/>


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