Skip to content

Centralized application for commonly used constants and strings in EPCIS events.

Notifications You must be signed in to change notification settings

openepcis/openepcis-epcis-constants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

openepcis-epcis-constants

The goal of this project is to create a centralized database of commonly used constants and strings in EPCIS events. Through the provision of these constants, other OpenEPCIS applications will have the ability to avoid the duplication of definitions.

Introduction

OpenEPCIS has developed a central repository for standard EPCIS terms and GS1 related keywords to eliminate the repetitiveness and difficulty in managing constant information across various projects. By having this information in a single project file, any OpenEPCIS project can easily reference it, making it more manageable and easier to modify.

Usage

The constant information within the EPCIS class is directly accessible to users if they are using . For example, if users require the EPCIS standard keyword bizStep within their project then they can make use of the following variable:

EPCIS.BIZ_STEP

Similarly, if user requires the identifiers prefix in URN format:

EPCIS.INSTANCE_IDENTIFIER_URN_PREFIX

About

Centralized application for commonly used constants and strings in EPCIS events.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages