SaanEndagaHästiLäbi: Difference between revisions

From ICO wiki
Jump to navigationJump to search
Line 3: Line 3:
==Idee==
==Idee==
Idee on luua veebiteenus isikuandmete otsimise jaoks.
Idee on luua veebiteenus isikuandmete otsimise jaoks.
===XML===
<pre>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns1:person xmlns:ns1="http://www.europa.eu/schengen/sis/xsd/v1/types/alert">
<id>38911180241</id>
<firstname>Taivo</firstname>
<lastname haschanged="true">Türnpu</lastname>
<dateofbirth>19891118</dateofbirth>
<sex>M</sex>
<nationality>Estonia</nationality>
<contacts>
<contact>
<data type="PHONE">53037381</data>
</contact>
</contacts>
    <employments>
        <employment>
    <employer>Icefire OÜ</employer>
    <employedsince>20110101</employedsince>
    <employedto>20131212</employedto>
    </employment>
    </employments>
    <addresses>
        <address>
            <country>Estonia</country>
            <city>Tallinn</city>
            <street>Siili</street>
            <house>30</house>
            <apartment>21</apartment>
        </address>
    </addresses>
<remarks>
<remark priority="1">Brown hair</remark>
</remarks>
<relations>
<relation>
<relationid>35802028975</relationid>
<type>FATHER</type>
        </relation>
</relations>
</ns1:person>
</pre>

Revision as of 00:00, 24 March 2013

Tiimi liikmed

  • Taivo Türnpu

Idee

Idee on luua veebiteenus isikuandmete otsimise jaoks.

XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<ns1:person xmlns:ns1="http://www.europa.eu/schengen/sis/xsd/v1/types/alert">
	<id>38911180241</id>
	<firstname>Taivo</firstname>
	<lastname haschanged="true">Türnpu</lastname>
	<dateofbirth>19891118</dateofbirth>
	<sex>M</sex>
	<nationality>Estonia</nationality>
	<contacts>
		<contact>
			<data type="PHONE">53037381</data>
		</contact>
	</contacts>
    <employments>
        <employment>
		    <employer>Icefire OÜ</employer>
		    <employedsince>20110101</employedsince>
		    <employedto>20131212</employedto>
	    </employment>
    </employments>
    <addresses>
        <address>
            <country>Estonia</country>
            <city>Tallinn</city>
            <street>Siili</street>
            <house>30</house>
            <apartment>21</apartment>
        </address>
    </addresses>
	<remarks>
		<remark priority="1">Brown hair</remark>
	</remarks>
	<relations>
		<relation>
			<relationid>35802028975</relationid>
			<type>FATHER</type>
        </relation>
	</relations>
</ns1:person>