Animals XML Schema
animal_edit Complex Type
Description
These are the input parameters used for the AnimalsEdit (Method).
Namespace urn:CoreOne.Animals
Diagram
comments Element sire_id Element dam_id Element sex_code Element breed_id Element species_id Element registration_date Element birth_date Element name Element owner_id Element Sequence animal_edit Complex Type
Overview
animal_edit
These are the input parameters used for the AnimalsEdit (Method).
Sequence
owner_id :int
This is an internal CoreOne Person id. This is the animal's current owner.
name :string
This is the full name(s) used for the specified Animal.
birth_date :date
This is the date of birth for the specified Animal.
registration_date :date
This is the date of registration for the specified Animal.
species_id :int
This is an internal CoreOne Species id used as a foreign key to uniquely identify the specified Animal's Species.
breed_id :int
This is an internal CoreOne Breed id used as a foreign key to uniquely identify the specified Animal's breed.
sex_code :int
This is the code used to identify the sex of the specified Animal.
dam_id :int
This is an internal CoreOne Animal id. It is the mother parent of the specified Animal.
sire_id :int
This is an internal CoreOne Animal id. It is the father parent of the specified Animal.
comments :string
These are any comments or remarks that have been made about any element within the specified Animal record.
Remarks

Source
See Also
Animals XML Schema

 

 


© 2014-2018 All Rights Reserved.

Send comments on this topic.