ibc_logo.jpg

File Format 708

for Data Delivery to the Interbull Centre for the International Genomic Evaluation

FILE FOR AI STATUS

Starting Position

Field Description

Format

Example

1

Record type 1

integer 3

708

4

Country sending this information 2

character 3

AUS

7

Breed of evaluation 3

character 3

BSW

Animal international identification 4

11

Breed of animal 5

character 3

BSW

14

Country of first registration of animal 2

character 3

AUS

17

Sex

character 1

M

18

ID number of animal 6

character 12

000000A12345

31

Bull semen commercial availability (Y/N)

character 1

Y

OBS: All character variables should be left adjusted, and all integer variables right adjusted.

File Format 708 XML

All files uploaed to IDEA AnimInfo must be in an xml-format. A python-program converting the above described flat file format to the correct xml-format is available in the software-section of IDEA.

The xml file format used for additional info in AnimInfo contains one section, the animal section. The animals section consists of a sequence of nodes named "a" (short for animal), each representing an animal, that have a header containing attributes id (for the AID), breed (for the breed of evaluation) and country (for the country sending the information) and ai_status (bull semen commercial availabily, Y/N).

An example of the above description can be found below.

<interbull type="animinfo" version="1.0">
  <animals>
    <a id="BSWITAM003006216853"><BULL_AI_STATUS breed="BSW" country="ITA" ai_status="N" /></a>
    <a id="BSWITAM000074226306"><BULL_AI_STATUS breed="BSW" country="ITA" ai_status="N" /></a>
    <a id="BSWITAM000074300946"><BULL_AI_STATUS breed="BSW" country="ITA" ai_status="Y" /></a>
    <a id="BSWITAM000470210596"><BULL_AI_STATUS breed="BSW" country="ITA" ai_status="N" /></a>
  </animals>
</interbull>