...
- Item_number
The item_number element is just the sequential item number for the report. However, item numbers may have a break in their sequence if a report is submitted, and then a line item is deleted. - Species
The species element is always present. It is the ADF&G numeric species code, and it indicates the species of the discard documented on the discard item.The species element includes one attribute, the species name.Data Type
Since Schema Version
Oracle Database Data Definition
Values
integer
1.0
NUMBER(3,0)
Species is the numeric species code. Valid values can be looked up on the eLandings website
Data Type
Since Schema Version
Oracle Database Data Definition
Values
text
1.0
VARCHAR2(60)
Species name is the name associated with the species code. Values can be looked up on the eLandings website, as above
- Disposition_code
The disposition_code element will always be present. It identifies the discard disposition of the discard item, such as discarded at sea or donated to a food bank. ||
Data Type |
---|
...
Since Schema Version |
---|
...
Oracle Database Data Definition |
---|
...
Values |
---|
...
integer | 1.0 | NUMBER(3,0) | Disposition code is the numeric code indicating the disposition of the discard item. Valid values can be looked up on the eLandings website |
- Weight
The weight element is may be present for discard items, but may be omitted on discard items where only a count is documented. This element is the scale weight in pounds for the discard item. The weight may include up to 4 decimal places, and will be less than 100 million.Data Type
Since Schema Version
Oracle Database Data Definition
Values
decimal
1.0
NUMBER(13,4)
Weight is the scale weight of the production or discard item. It will be between 0 and 999,999,999.9999
- Count
The count element is the number of animals accounted for on that line item. For discard lines count will always be present if weight is omitted.Data Type
Since Schema Version
Oracle Database Data Definition
Values
decimal
1.0
NUMBER(13,4)
Count is the number of fish or animals documented by the discard item. It will be between 1 and 100,000,000.
- Line_Item_stat_area
The line_item_stat_area element is used internally by eLandings, and will not be present in exported production reports.
...