complexType YleisenAlueenOsapuoliType
diagram index_p129.png
namespace http://www.paikkatietopalvelu.fi/gml/yleisenalueenkaytonlupahakemus
children yak:henkilotieto yak:yritystieto yak:turvakieltoKytkin yak:suoramarkkinointikieltoKytkin yak:rooliKoodi
used by
elements AbstractYleisenAlueenKaytonLupaAsiaType/kasittelytietotieto/Kasittelytieto/kasittelija AbstractYleisenAlueenKaytonLupaAsiaType/osapuolitieto/Osapuoli YleisenAlueenLiiteType/tekija
source <xs:complexType name="YleisenAlueenOsapuoliType">
 
<xs:sequence>
   
<xs:element name="henkilotieto" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Henkilo" type="yht:YhteyshenkiloType">
           
<xs:annotation>
             
<xs:documentation>Yhteyshenkilön nimi ja yhteystiedot</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="yritystieto" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Yritys" type="yht:YritysType">
           
<xs:annotation>
             
<xs:documentation>Jos kyseessä on yritys tvs. niin tiedot siirretään tässä elementissä</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="turvakieltoKytkin" type="xs:boolean" minOccurs="0"/>
   
<xs:element name="suoramarkkinointikieltoKytkin" type="xs:boolean" minOccurs="0"/>
   
<xs:element name="rooliKoodi" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="muu"/>
         
<xs:enumeration value="yhteyshenkilö"/>
         
<xs:enumeration value="työnsuorittaja"/>
         
<xs:enumeration value="hakija"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element YleisenAlueenOsapuoliType/henkilotieto
diagram index_p130.png
namespace http://www.paikkatietopalvelu.fi/gml/yleisenalueenkaytonlupahakemus
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yak:Henkilo
source <xs:element name="henkilotieto" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Henkilo" type="yht:YhteyshenkiloType">
       
<xs:annotation>
         
<xs:documentation>Yhteyshenkilön nimi ja yhteystiedot</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element YleisenAlueenOsapuoliType/henkilotieto/Henkilo
diagram index_p131.png
namespace http://www.paikkatietopalvelu.fi/gml/yleisenalueenkaytonlupahakemus
type yht:YhteyshenkiloType
properties
isRef 0
content complex
children yht:nimi yht:osoite yht:sahkopostiosoite yht:faksinumero yht:puhelin yht:henkilotunnus
annotation
documentation
Yhteyshenkilön nimi ja yhteystiedot
source <xs:element name="Henkilo" type="yht:YhteyshenkiloType">
 
<xs:annotation>
   
<xs:documentation>Yhteyshenkilön nimi ja yhteystiedot</xs:documentation>
 
</xs:annotation>
</xs:element>

element YleisenAlueenOsapuoliType/yritystieto
diagram index_p132.png
namespace http://www.paikkatietopalvelu.fi/gml/yleisenalueenkaytonlupahakemus
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yak:Yritys
source <xs:element name="yritystieto" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Yritys" type="yht:YritysType">
       
<xs:annotation>
         
<xs:documentation>Jos kyseessä on yritys tvs. niin tiedot siirretään tässä elementissä</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element YleisenAlueenOsapuoliType/yritystieto/Yritys
diagram index_p133.png
namespace http://www.paikkatietopalvelu.fi/gml/yleisenalueenkaytonlupahakemus
type yht:YritysType
properties
isRef 0
content complex
children yht:nimi yht:liikeJaYhteisotunnus yht:kayntiosoitetieto yht:postiosoitetieto yht:kotipaikka yht:faksinumero yht:puhelin yht:www yht:sahkopostiosoite yht:verkkolaskutustieto
annotation
documentation
Jos kyseessä on yritys tvs. niin tiedot siirretään tässä elementissä
source <xs:element name="Yritys" type="yht:YritysType">
 
<xs:annotation>
   
<xs:documentation>Jos kyseessä on yritys tvs. niin tiedot siirretään tässä elementissä</xs:documentation>
 
</xs:annotation>
</xs:element>

element YleisenAlueenOsapuoliType/turvakieltoKytkin
diagram index_p134.png
namespace http://www.paikkatietopalvelu.fi/gml/yleisenalueenkaytonlupahakemus
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="turvakieltoKytkin" type="xs:boolean" minOccurs="0"/>

element YleisenAlueenOsapuoliType/suoramarkkinointikieltoKytkin
diagram index_p135.png
namespace http://www.paikkatietopalvelu.fi/gml/yleisenalueenkaytonlupahakemus
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="suoramarkkinointikieltoKytkin" type="xs:boolean" minOccurs="0"/>

element YleisenAlueenOsapuoliType/rooliKoodi
diagram index_p136.png
namespace http://www.paikkatietopalvelu.fi/gml/yleisenalueenkaytonlupahakemus
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration muu 
enumeration yhteyshenkilö 
enumeration työnsuorittaja 
enumeration hakija 
source <xs:element name="rooliKoodi" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="muu"/>
     
<xs:enumeration value="yhteyshenkilö"/>
     
<xs:enumeration value="työnsuorittaja"/>
     
<xs:enumeration value="hakija"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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