﻿<?xml version="1.0"?>
<SlaughterHouseDataDelivery xmlns:xsd="http://www.w3.org/2001/XMLSchema"  SlaughterHouseTVDNumber="1221725">
  <MeatInspection AnimalCategory="3" SlaughterDate="2019-06-18" OriginTVDNumber="1132083" IsForeignOrigin="false" AgateNumberMeatInspector="2000854" BatchNumber="5" Remarks="">

    <Summary>
      <NormalSlaughter NormalAnimalCount="15">
        <SummarySlaughterAnimalInspectionTypes SaitResultGroupCount="8">
          <SumOfSlaughterAnimalInspectionType value="2" AnimalCount="2" />
          <SumOfSlaughterAnimalInspectionType value="4" AnimalCount="4" />
          <SumOfSlaughterAnimalInspectionType value="6" AnimalCount="4" />
        </SummarySlaughterAnimalInspectionTypes>

        <SummaryMeatFullConfiscationTypes MfctResultGroupCount="3">
          <SumOfMeatFullConfiscationType value="3" AnimalCount="3" />
        </SummaryMeatFullConfiscationTypes>
       
        <SummaryMeatPartialConfiscationTypes MpctResultGroupCount="12">
          <SumOfMeatPartialConfiscationType value="6" AnimalCount="8"/>
          <SumOfMeatPartialConfiscationType value="8" AnimalCount="10"/>
          <SumOfMeatPartialConfiscationType value="4" AnimalCount="2"/>
        </SummaryMeatPartialConfiscationTypes>
      </NormalSlaughter>

      <SickSlaughter SickAnimalCount="10">
        <SummarySlaughterAnimalInspectionTypes SaitResultGroupCount="10">
          <SumOfSlaughterAnimalInspectionType value="4" AnimalCount="10" />
        </SummarySlaughterAnimalInspectionTypes>
        
        <SummaryMeatFullConfiscationTypes MfctResultGroupCount="0">       
        </SummaryMeatFullConfiscationTypes>
        
        <SummaryMeatPartialConfiscationTypes MpctResultGroupCount="10">
          <SumOfMeatPartialConfiscationType value="8" AnimalCount="6"/>
          <SumOfMeatPartialConfiscationType value="4" AnimalCount="5"/>
        </SummaryMeatPartialConfiscationTypes>
      </SickSlaughter>
    </Summary>

    <!-- optional  <AnimalList> for GroupAnimals -->
    <AnimalList>
 <Animal  SingleAnimalIdentification="3453564687" IsSick="false">
      <SlaughterAnimalInspectionTypes>
        <SlaughterAnimalInspectionType value="2"/>
        <SlaughterAnimalInspectionType value="4"/>
        <SlaughterAnimalInspectionType value="6"/>         
      </SlaughterAnimalInspectionTypes>
      
      <MeatFullConfiscationTypes>
      </MeatFullConfiscationTypes>
      
      <MeatPartialConfiscationTypes>
         <MeatPartialConfiscationType value="8"/>
      </MeatPartialConfiscationTypes>
</Animal>  
 
    </AnimalList>
  </MeatInspection>
</SlaughterHouseDataDelivery>

