1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
<?xml version="1.0" encoding="UTF-8"?>
<!--Sample XML file generated by XMLSpy v2009 sp1 (http://www.altova.com)-->
<eCH-0045:voterDelivery xsi:schemaLocation="http://www.ech.ch/xmlns/eCH-0045/1 eCH-0045-1-0-changesSZE.xsd" xmlns:eCH-0008="http://www.ech.ch/xmlns/eCH-0008/2" xmlns:eCH-0007="http://www.ech.ch/xmlns/eCH-0007/4" xmlns:eCH-0010="http://www.ech.ch/xmlns/eCH-0010/3" xmlns:eCH-0044="http://www.ech.ch/xmlns/eCH-0044/1" xmlns:eCH-0045="http://www.ech.ch/xmlns/eCH-0045/1" xmlns:eCH-0046="http://www.ech.ch/xmlns/eCH-0046/1" xmlns:eCH-0058="http://www.ech.ch/xmlns/eCH-0058/2" xmlns:eCH-0102="http://www.ech.ch/xmlns/eCH-0102/1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<eCH-0045:deliveryHeader>
<eCH-0102:senderId>1-111-1</eCH-0102:senderId>
<eCH-0102:recipientId>2-CO-3</eCH-0102:recipientId>
<eCH-0102:messageId>11111121</eCH-0102:messageId>
<eCH-0102:messageType>72</eCH-0102:messageType>
<eCH-0102:sendingApplication>
<eCH-0058:manufacturer/>
<eCH-0058:product/>
<eCH-0058:productVersion/>
</eCH-0102:sendingApplication>
<eCH-0102:comment>1</eCH-0102:comment>
<eCH-0102:messageDate>2010-03-16T00:00:00</eCH-0102:messageDate>
<eCH-0102:eventDate>2010-03-16T00:00:00</eCH-0102:eventDate>
<eCH-0102:action>1</eCH-0102:action>
<eCH-0102:testDeliveryFlag>false</eCH-0102:testDeliveryFlag>
<eCH-0102:extension>
<eCH-0102:eventDate>
<eCH-0102:eventDateFrom>2010-03-16</eCH-0102:eventDateFrom>
<eCH-0102:eventDateTo>2010-03-16</eCH-0102:eventDateTo>
</eCH-0102:eventDate>
</eCH-0102:extension>
</eCH-0045:deliveryHeader>
<eCH-0045:voterList>
<eCH-0045:reportingAuthority>
<eCH-0045:municipality>
<eCH-0007:municipalityId>111</eCH-0007:municipalityId>
<eCH-0007:municipalityName>Test111</eCH-0007:municipalityName>
<eCH-0007:cantonAbbreviation>JU</eCH-0007:cantonAbbreviation>
</eCH-0045:municipality>
</eCH-0045:reportingAuthority>
<eCH-0045:numberOfVoters>3</eCH-0045:numberOfVoters>
<eCH-0045:voter>
<eCH-0045:person>
<eCH-0045:swissAbroad>
<eCH-0045:swissAbroadPerson>
<eCH-0045:personIdentification>
<eCH-0044:localPersonId>
<eCH-0044:personIdCategory>CT.BE.ZPV</eCH-0044:personIdCategory>
<eCH-0044:personId>20000033</eCH-0044:personId>
</eCH-0044:localPersonId>
<eCH-0044:officialName>Baur</eCH-0044:officialName>
<eCH-0044:firstName>Christian</eCH-0044:firstName>
<eCH-0044:sex>1</eCH-0044:sex>
<eCH-0044:dateOfBirth>
<eCH-0044:yearMonthDay>1977-06-03</eCH-0044:yearMonthDay>
</eCH-0044:dateOfBirth>
</eCH-0045:personIdentification>
<eCH-0045:languageOfCorrespondance>fr</eCH-0045:languageOfCorrespondance>
</eCH-0045:swissAbroadPerson>
<eCH-0045:dateOfRegistration>2008-09-30</eCH-0045:dateOfRegistration>
<eCH-0045:residenceCountry>
<eCH-0008:countryNameShort>France</eCH-0008:countryNameShort>
</eCH-0045:residenceCountry> <eCH-0045:municipality>
<eCH-0007:municipalityName>Soulce</eCH-0007:municipalityName>
</eCH-0045:municipality>
</eCH-0045:swissAbroad>
</eCH-0045:person>
<eCH-0045:dataLock>0</eCH-0045:dataLock>
<eCH-0045:electoralAddress>
<eCH-0010:person>
<eCH-0010:lastName>Baur</eCH-0010:lastName>
</eCH-0010:person>
<eCH-0010:addressInformation>
<eCH-0010:town>Colmar</eCH-0010:town>
<eCH-0010:country>FR</eCH-0010:country>
</eCH-0010:addressInformation>
</eCH-0045:electoralAddress>
<eCH-0045:votingDistrict>
<eCH-0045:votingDistrictType>CH</eCH-0045:votingDistrictType>
<eCH-0045:localVotingDistrictId>1</eCH-0045:localVotingDistrictId>
<eCH-0045:votingDistrictName>Bund</eCH-0045:votingDistrictName>
</eCH-0045:votingDistrict>
</eCH-0045:voter>
</eCH-0045:voterList>
</eCH-0045:voterDelivery> |
Partager