Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 16

...

  • datatypes.xsd - the data elements that are definitions of atomic data types. That is, the elements that are made from raw data types, and cannot be broken down further. Examples are the landing report id data element, and the weight data element. They contain data, but not structure. Atomic data elements may have attributes. For example, the condition code data element is a simple number containing the code, such as 1. The condition code data element has a attribute for _name-, which contains the name of the condition.
  • dateelements.xsd - commonly used data elements that hold groups of individual elements, and that are used in multiple types of reports. For example, the cfec_permit data element, that is made up of the fishery, permit number, and year sequence. The data_elements may have both required and optional elements. While the XML schema defines elements as optional, the eLandings business rules determine when elements are required for particular reports.
  • landingreport.xsd - the landing report data element definitions.
  • productionreport.xsd - the production report data element definitions.
  • logbook.xsd - the electronic logbook data element definitions.
  • codes.xsd - the code table definitions for encoded data such as species codes, statistical area codes, condition codes, etc.

The eLandings system includes other XSD files that provide data element definitions that are used internally. Interfacing systems do not need these data elements.

The current and previous versions of the schema files are available online from the eLandings system support website.

...

The landing_report_info XML definition defines the data returned when searching for landing reports. It contains the landing report IDs, which can then be used to retrieve the landing report documents.

...

The production_report_info XML definition defines the data returned when searching for production reports. It contains the production report IDs, which can then be used to retrieve the production report documents. It is also used when getting information about electronic logbooks.

...

The logbook_report XML definition defines electronic logbook data files.

The daily_reporting XML definition defines Daily Reports, Trip Reports and Logobok Profile Reports