Created
June 29, 2017 08:31
-
-
Save turingmachine/515568b3fac585d90b4f382f33f7e242 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <s:Envelope xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:s="http://www.w3.org/2003/05/soap-envelope"> | |
| <s:Header> | |
| <a:Action s:mustUnderstand="1">http://www.admin.ch/xmlns/Services/evd/Livestock/AnimalTracing/1/AnimalTracingPortType/GetCattleDetailResponse</a:Action> | |
| </s:Header> | |
| <s:Body> | |
| <GetCattleDetailResponse xmlns="http://www.admin.ch/xmlns/Services/evd/Livestock/AnimalTracing/1"> | |
| <GetCattleDetailResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | |
| <Result> | |
| <Code>1</Code> | |
| <Description>Die Verarbeitung wurde erfolgreich abgeschlossen.</Description> | |
| <Status>1</Status> | |
| </Result> | |
| <CattleDetail> | |
| <BirthNotificationData> | |
| <EarTagNumber>CH 120.0823.7411.9</EarTagNumber> | |
| <IsMultipleBirth>false</IsMultipleBirth> | |
| <RaceColor>490011</RaceColor> | |
| <Gender>1</Gender> | |
| <BirthDate>2009-08-17T00:00:00</BirthDate> | |
| <Race>49</Race> | |
| <EarTagNumberFather>CH 120.0288.7330.0</EarTagNumberFather> | |
| <EarTagNumberMother>CH 120.0632.4084.6</EarTagNumberMother> | |
| <BreedingOrganisation>39</BreedingOrganisation> | |
| <Name>Helga</Name> | |
| <BirthProcess>2</BirthProcess> | |
| <IsCastrated>false</IsCastrated> | |
| <InseminationDate>2008-10-27T00:00:00</InseminationDate> | |
| <EarTagNumberGeneticMother/> | |
| <BirthWeight>45</BirthWeight> | |
| <IsPassportDesired>true</IsPassportDesired> | |
| </BirthNotificationData> | |
| <LongName i:nil="true"/> | |
| <RaceFather>78</RaceFather> | |
| <RaceColorFather>780011</RaceColorFather> | |
| <NameFather>Hugo</NameFather> | |
| <RaceMother>2</RaceMother> | |
| <RaceColorMother>20011</RaceColorMother> | |
| <NameMother>Harfe</NameMother> | |
| <Deformations/> | |
| <DeathDate>2017-03-14T00:00:00</DeathDate> | |
| <BvdState>Nicht gesperrt</BvdState> | |
| <BtState>10.05.2010 </BtState> | |
| <CattleTypeOfUse i:nil="true"/> | |
| <TypeOfUseDate i:nil="true"/> | |
| <FirstCalvingDate>2011-09-15T00:00:00</FirstCalvingDate> | |
| <CurrentHusbandry i:nil="true"/> | |
| <AllYearHusbandry>1380767</AllYearHusbandry> | |
| <PendulumHusbandry i:nil="true"/> | |
| <Beefiness i:nil="true"/> | |
| <SlaughterCategory i:nil="true"/> | |
| <FatTissue i:nil="true"/> | |
| </CattleDetail> | |
| </GetCattleDetailResult> | |
| </GetCattleDetailResponse> | |
| </s:Body> | |
| </s:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment