﻿<?xml version="1.0" encoding="UTF-8" ?>
<MicrochipRegistration xmlns="http://www.vetxml.org/schemas/MicrochipRegistration" version="1.01" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.vetxml.org/schemas/MicrochipRegistration MicrochipRegistration.xsd">
  <Identification>
    <PracticeID />
    <DistributerID />
    <DatabaseID />
  </Identification>
  <OwnerDetails>
    <Salutation>Mr</Salutation>
    <Forenames>John Andrew</Forenames>
    <Surname>Smith</Surname>
    <Address>
      <Line>10 Some Street</Line>
      <Line>Somewhere</Line>
      <Line>Some Town</Line>
      <Postcode>ABC 123</Postcode>
    </Address>
    <DaytimePhone>0123456789</DaytimePhone>
    <EveningPhone>0123456789</EveningPhone>
    <MobilePhone>07010123456</MobilePhone>
    <OtherPhone>07010123456</OtherPhone>
    <EmailAddress>john.smith@anywhere.com</EmailAddress>
  </OwnerDetails>
  <PetDetails>
    <Name>Archie</Name>
    <Species>Dog</Species>
    <Breed>Cross</Breed>
    <DateOfBirth>2005-06-01</DateOfBirth>
    <Gender>Male</Gender>
    <Colour>Black and tan</Colour>
    <Markings />
    <Neutered>true</Neutered>
    <NotableConditions />
    <VaccinationCode />
  </PetDetails>
  <MicrochipDetails>
    <MicrochipNumber>0123456789</MicrochipNumber>
    <ImplantDate>2005-06-01</ImplantDate>
    <ImplanterName>Joe Smith</ImplanterName>
    <Batch>ABC123</Batch>
  </MicrochipDetails>
</MicrochipRegistration>