﻿<?xml version="1.0" encoding="utf-8" ?>
<EquinePassport  xmlns="http://www.vetxml.org/schemas/EquinePassport" version="1.01" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.vetxml.org/schemas/EquinePassport EquinePassport.xsd">
  <Identification>
    <PracticeID />
    <DistributerID />
    <DatabaseID />
  </Identification>
  <KeeperDetails>
    <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>
  </KeeperDetails>
  <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>
  <EquineDetails>
    <Name></Name>
    <Breed></Breed>
    <Sire></Sire>
    <UELN_Sire></UELN_Sire>
    <Dam></Dam>
    <UELN_Dam></UELN_Dam>
    <DateOfBirth>2005-06-01</DateOfBirth>
    <Height></Height>
    <Gender>Male</Gender>
    <Colour></Colour>
    <MicrochipNumber>0123456789</MicrochipNumber>
    <FreezemarkOrBand></FreezemarkOrBand>
    <PlaceBred></PlaceBred>
    <ChippedInStandardPosition></ChippedInStandardPosition>
  </EquineDetails>
</EquinePassport>