Movements XML Schema
ws_master_movement_e Complex Type
Description
This is the schema used to display all data elements for one Movement.
Namespace urn:CoreOne.Movements
Diagram
master_movement_id Element animal_id Element id Element Sequence animal_movements Element metadata Element attachment_id Element person_id Element movement_type_id Element cert_number Element permit_number Element on_date Element off_date Element to_herd_id Element from_herd_id Element id Element Sequence ws_master_movement_e Complex Type
Overview
ws_master_movement_e
This is the schema used to display all data elements for one Movement.
Sequence
id :int
This is an internal CoreOne id used to uniquely identify the specified Movement record.
from_herd_id :int
This is an internal CoreOne id used as a foreign key to link a herd to the specified movement. This is the herd in which the animals in the movement originated from.
to_herd_id :int
This is an internal CoreOne id used as a foreign key to link a herd to the specified movement. This is the herd in which the animals in the movement are destined for.
off_date :dateTime
This is the date in which the animals in a movement have left its origin herd.
on_date :dateTime
This is the data in which the animals in a movement have reached its destination herd.
permit_number :string
This is the permit number used for the specified Movement.
cert_number :string
This is the certificate number used for the specified Movement.
movement_type_id :int
This is an internal CoreOne id used as a foreign key to link the movement to a specific movement type.
person_id :int
This is an internal id used as a foreign key to link the movement to a specific person. This is the veterinarian responsible for the movement.
attachment_id :int
This is an internal id used as a foreign key to link the movement to a specific attachment.
metadata :string
This is any metadata held about the specified Movement.
animal_movements 0..∞ ws_animal_movement Complex Type
This is the details for any animal that is related to the specified movement.
Sequence
id :int
This is an internal CoreOne id used to uniquely identify the specified Animal Movements record.
animal_id :int
This is an internal CoreOne id used as a foreign key to link a specified animal to an Animal Movement.
master_movement_id :int
This is an internal CoreOne id used as a foreign key to link a specified Animal Movement to a Master Movement.
Remarks

Source
See Also
Movements XML Schema

 

 


© 2014-2018 All Rights Reserved.

Send comments on this topic.