Storage method and device of electronic product code information service (EPCIS) data

An electronic product code and information service technology, applied in the direction of electrical digital data processing, special data processing applications, instruments, etc., can solve the problems of large data redundancy, difficult storage logic implementation, low efficiency, etc., to achieve clear relationships, The structure is simple and clear, and the effect of solving the redundancy problem

CN101826078AActive Publication Date: 2010-09-08ZTE INTELLIGENT IOT TECH
3 Cites 0 Cited by

Patent Information

Authority / Receiving Office
CN · China
Current Assignee / Owner
Publication Date
2010-09-08

Smart Images

  • Figure 1
    Figure 1
  • Figure 2
    Figure 2
  • Figure 3
    Figure 3
Patent Text Reader

Abstract

The invention discloses a storage method of electronic product code information service (EPCIS) data, which comprises the following steps of: setting an element list, an attribute list, an element and attribute relation list, an event list and a main data list in a database of an EPCIS system; receiving EPCIS data; initializing database connection, and judging the type of the EPCIS data; if the EPCIS data is an event, storing the event into the database according to the event storing algorithm; and if the EPCIS data is main data, storing the main data into the database according to the main data storing algorithm. The invention also discloses a storage device of EPCIS data. Redundant data in lists can be omitted by using the invention for storing data.
Need to check novelty before this filing date? Find Prior Art

Description

technical field

[0001] The invention relates to the field of radio frequency identification (RFID, Radio Frequency Identified), in particular to a storage method and device for storing electronic product code information service (EPCIS, EPC Information Service) data. Background technique

[0002] As an emerging technology, RFID technology is being rapidly applied in the commercial field, especially in the logistics field. Electronic Product Code Global (EPCglobal), as a standard organization in the field of RFID, is committed to promoting the wide application of RFID technology. etc., greatly promoting the commercial process of RFID technology.

[0003] Among them, the goal of the EPCIS standard is to share EPCIS data on the Internet of Things. In order to enable data providers and users to understand these EPCIS data, it is necessary to use a unified, standard data format to describe EPCIS data. The EPCIS standard uses Extensible Markup Language (XML, Extensible Markup L...

Examples

Embodiment Construction

[0090] The present invention will be described in further detail below.

[0091] In the present invention, events and master data are still defined in XML format. In the database, first define the element table (ElementTable), attribute table (AttributeTable) and element attribute relationship table (ElemAttrirelationTable), and then define the event table (EventTable) and master data table (MasterDataTable) on the basis of these three tables.

[0092] Such as figure 1 As shown, the database for storing EPCIS data in the present invention includes an event table 1, a master data table 2, an element table 3, an attribute table 4, and an element attribute relationship table 5.

[0093] The event table 1 is composed of a flag (ID), an element path (ElementPath), and an element ID (ElementID).

[0094]Among them, ElementPath represents the path of the event domain entity in the event entity hierarchy, and the format of the element path record is "x, y", "x" represents the child ...