7 Profiles and Namespaces

The section describes the various Facets that are provided as part of the OPEN-SCS OPC UA InformationModel. These Facets include OPEN-SCS InformationModel ConformanceUnits, but they also include ConformanceUnits or Facets from the OPC 10000-7 specification. They are summarized in Table 67.

Table 67 – Profile and Facets Overview
Profile Name Related Category URI
Aggregation Event Manager Client ProfileOPEN-SCS http://opcfoundation.org/UA-Profile/Client/OPEN-SCS/AggregationEventManager
Aggregation Event Manager Server ProfileOPEN-SCS http://opcfoundation.org/UA-Profile/Server/OPEN-SCS/AggregationEventManager
Allocated Serial Number Manager Client ProfileOPEN-SCS http://opcfoundation.org/UA-Profile/Client/OPEN-SCS/AllocatedSNManager
Allocated Serial Number Manager Server ProfileOPEN-SCS http://opcfoundation.org/UA-Profile/Server/OPEN-SCS/AllocatedSNManager
Label Event Manager Client ProfileOPEN-SCS http://opcfoundation.org/UA-Profile/Client/OPEN-SCS/LabelsEventManager
Label Event Manager Server ProfileOPEN-SCS http://opcfoundation.org/UA-Profile/Server/OPEN-SCS/LabelsEventManager
Print and Commission Manager Client ProfileOPEN-SCS http://opcfoundation.org/UA-Profile/Client/OPEN-SCS/PrintCommissionManager
Print and Commission Manager Server ProfileOPEN-SCS http://opcfoundation.org/UA-Profile/Server/OPEN-SCS/PrintCommissionManager
Serial Number Event Manager Client ProfileOPEN-SCS http://opcfoundation.org/UA-Profile/Client/OPEN-SCS/SNEventManager
Serial Number Event Manager Server ProfileOPEN-SCS http://opcfoundation.org/UA-Profile/Server/OPEN-SCS/SNEventManager
SID Class Manager Server ProfileOPEN-SCS http://opcfoundation.org/UA-Profile/Server/OPEN-SCS/SIDClasstManager
SID Event Manager Client ProfileOPEN-SCS http://opcfoundation.org/UA-Profile/Client/OPEN-SCS/SIDEventManager
SID Event Manager Server ProfileOPEN-SCS http://opcfoundation.org/UA-Profile/Server/OPEN-SCS/SIDEventManager
Unallocated Serial Number Manager Client ProfileOPEN-SCS http://opcfoundation.org/UA-Profile/Client/OPEN-SCS/UnallocatedSNManager
Unallocated Serial Number Manager Server ProfileOPEN-SCS http://opcfoundation.org/UA-Profile/Server/OPEN-SCS/UnallocatedSNManager
Unassigned Serial Number Manager Client ProfileOPEN-SCS http://opcfoundation.org/UA-Profile/Client/OPEN-SCS/UnassignedSNManager
Unassigned Serial Number Manager Server ProfileOPEN-SCS http://opcfoundation.org/UA-Profile/Server/OPEN-SCS/UnassignedSNManager
OPEN-SCS Security Server FacetOPEN-SCS http://opcfoundation.org/UA-Profile/Server/OPEN-SCS/SecurityServer
OPEN-SCS Security Client FacetOPEN-SCS http://opcfoundation.org/UA-Profile/Client/OPEN-SCS/SecurityClient
OPEN-SCS Base Server FacetOPEN-SCS http://opcfoundation.org/UA-Profile/Server/OPEN-SCS/BaseServer

7.1 Profile Overview

Table 68 lists the general functionality of client and server profiles that support the OPEN-SCS OPC UA interface.

Table 68 – Profile Overview
Profile Name Example Methods and Variables
SID Class Manager Server Profile Provides information about SID Classes

SIDClassID

SIDCLassOwner

SIDClassDescription

SyntaxSpecification

AllowedCharaterSet

IntendedUse

SIDCLassProperty

Aggregation Event Manager Client Profile Sends OPEN-SCS Aggregation events to an Aggregation Manager Server.

Uses AggregationPackingEvent

Uses AggregationUnpackingEvent

Aggregation Event Manager Server Profile Receives OPEN-SCS Aggregation events

AggregationPackingEvent

AggregationUnpackingEvent

MaxAggregationEvents

Allocated Serial Number Manager Client Profile Sends reserved serial numbers to a Print and Commission Manager Server and serial number eventsUses SNtoAllocated
Allocated Serial Number Manager Server Profile Manages reserved serial numbers

SNRequestAllocated

SNToAllocated

PoolSelectionCriteria

SerialNumberFormat

MaxSNRequestable

MaxSNReturnable

MaxSNPushable

Label Event Manager Client Profile Send OPEN-SCS Label events to a Label Event Manager Server.

Uses LabelsEncodingEvent

Uses LabelsScrappingEvent

Uses LabelsSampledEvent

Uses LabelsInspectingEvent

Label Event Manager Server Profile Receives OPEN-SCS Label events

LabelsEncodingEvent

LabelsScrappingEvent

LabelsSampledEvent

LabelsInspectingEvent

MaxEvents

Print and Commission Manager Client Profile Performs printing and commissioning and sends label and SID events to an Event Manager Server. Uses SNtoEncoded
Print and Commission Manager Server Profile Handles printing and commissioning of serial numbers

SNtoEncoded

SerialNumberFormat

MaxSNPushable

SID Event Manager Client Profile Send OPEN-SCS SID events to an Event Manager Server.

Uses SIDCommissioningEvent

Uses SIDDestroyingEvent

Uses SIDShippingEvent

Uses SIDInspectingEvent

Uses SIDDecommissioningEvent

SID Event Manager Server Profile Receives OPEN-SCS SID events

SIDCommissioningEvent

SIDDestroyingEvent

SIDShippingEvent

SIDInspectingEvent

SIDDecommissioningEvent

MaxEvents

Unallocated Serial Number Manager Client Profile Sends unallocated serial numbers to a Reserved Serial Number Manager Server and serial number eventsUses SNtoUnallocated
Unallocated Serial Number Manager Server Profile Manages unallocated serial numbers

SNRequestUnallocated

SNReturnAllocated

SNToUnallocated

PoolSelectionCriteria

SerialNumberFormat

MaxSNRequestable

MaxSNReturnable

MaxSNPushable

Unassigned Serial Number Manager Client Profile Sends unassigned serial numbers to an Unallocated Serial Number Manager Server

Uses SNRequestUnassigned

Uses SNReturnUnallocated

Unassigned Serial Number Manager Server Profile Manages unassigned serial numbers

SNRequestUnassigned

SNReturnUnallocated

PoolSelectionCriteria

SerialNumberFormat

MaxSNRequestable

MaxSNReturnable

EPCIS Event Manager Server Profile Receives EPCIS Events in an EPCIS file formatEPCISStream
EPCIS Event Manager Client Profile Write EPCIS Events in an EPCIS file format to an EPCISStream objectUses EPCISStream temporary file services

The profiles are defined to allow the maximum flexibility in allocation of functions to devices and components (hardware and software). These are graphically represented in Figure 16.

Figure 16 – Profile Overview

For example: a system may be made up of a:

global serial number manager (GSNM), which manages unallocated serial numbers, and records all events on serial numbers, labels, and SID to comply with regulatory requirements,

and implements the Unassigned Serial Number Manager Server Profile

and implements the Serial Number Event Manager Server Profile

and implements the Label Event Manager Server Profile

and implements the SID Event Manager Server Profile

and implements the Aggregation Event Manager Server Profile

a local serial number manager (LSNM) that manages unallocated and reserved serial numbers but does not handle events,

and implements the Unallocated Serial Number Manager Server Profile

and implements the Allocated Serial Number Manager Server Profile

and implements the Unassigned Serial Number Manager Client Profile

a print and label system (PLS) that encodes serial numbers and applies the encoded numbers to products,

and implements the Print and Commission Manager Server Profile

and implements the Print and Commission Manager Client Profile

a cartonizer and palletizer that aggregates products into cartons and pallets and prints and applies carton and pallet labels.

and implements the Print and Commission Manager Server Profile

and implements the Print and Commission Manager Client Profile

and implements the Aggregation Event Manager Client Profile

a global event manager that receives EPCIS event files from multiple systems recording local events.

And implements the EPCIS Event Manager Server Profile

7.2 Namespace Metadata

Table 69 defines the namespace metadata for this specification. The Object is used to provide version information for the namespace and an indication about static Nodes. Static Nodes are identical for all Attributes in all Servers, including the Value Attribute. See OPC 10000-5 for more details.

The information is provided as Object of type NamespaceMetadataType. This Object is a component of the Namespaces Object that is part of the Server Object. The NamespaceMetadataType ObjectType and its Properties are defined in OPC 10000-5.

The version information is also provided as part of the ModelTableEntry in the UANodeSet XML file. The UANodeSet XML schema is defined in OPC 10000-6.

Table 69 – NamespaceMetadata Object for this Specification
Attribute Value
BrowseNamehttp://opcfoundation.org/OPENSCS-SER/
References BrowseName DataType Value
0:HasPropertyNamespaceUriStringhttp://opcfoundation.org/OPENSCS-SER/
0:HasPropertyNamespaceVersionString1.00
0:HasPropertyNamespacePublicationDateDateTime2019-02-04
0:HasPropertyIsNamespaceSubsetBooleanTrue
0:HasPropertyStaticNodeIdTypesIdType[]Integer
0:HasPropertyStaticNumericNodeIdRangeNumericRange[]0, 7000
0:HasPropertyStaticStringNodeIdPatternStringnull

7.3 Conformance Units

7.3.1 Overview

This section defines the ConformanceUnits that are specific to the OPC UA OPENSCS Information model. These ConformanceUnits are separated into ConformanceUnits that are Server specific and those that are Client specific.

7.3.2 Server Conformance Units

Table 70 defines the Server based ConformanceUnits.

Table 70 – OPENSCS Server Information Model
Category Title Description
ServerOPEN-SCS Base FunctionalityThe server supports the BaseObjectModel. This includes exposing all mandatory objects, variables and methods.
ServerOPEN-SCS SID Class ManagerThe server supports the OPENSCSSIDCLASSProperty model.
ServerOPEN-SCS Request UnassignedThe server supports the SNRequestUnassigned method.
ServerOPEN-SCS Request UnallocatedThe server supports the SNRequestUnallocated method.
ServerOPEN-SCS Request AllocatedThe server supports the SNRequestAllocated method.
ServerOPEN-SCS Return UnallocatedThe server supports the SNReturnUnallocated method.
ServerOPEN-SCS Return AllocatedThe server supports the SNReturnAllocated method.
ServerOPEN-SCS To UnallocatedThe server supports the SNtoUnallocated method.
ServerOPEN-SCS To AllocatedThe server supports the SNtoAllocated method.
ServerOPEN-SCS To EncodedThe server supports the SNtoEncoded method.
ServerOPEN-SCS SN Invalidating EventThe server supports the SNInvalidatingEvent method.
ServerOPEN-SCS Label Encoding EventThe server supports the LabelsEncodingEvent method.
ServerOPEN-SCS Label Scrapping EventThe server supports the LabelsScrappingEvent method.
ServerOPEN-SCS Label Inspecting EventThe server supports the LabelsInspectingEvent method.
ServerOPEN-SCS Label Sampling EventThe server supports the LabelsSamplingEvent method.
ServerOPEN-SCS SID Commissioning EventThe server supports the SIDCommissioningEvent method.
ServerOPEN-SCS SID Destroyed EventThe server supports the SIDDestroyingEvent method.
ServerOPEN-SCS SID Consigned EventThe server supports the SIDShippingEvent method.
ServerOPEN-SCS SID Inspected EventThe server supports the SIDInspectingEvent method.
ServerOPEN-SCS SID Decommissioned EventThe server supports the SIDDecommissioningEvent method.
ServerOPEN-SCS Packing EventThe server supports the AggregationPackingEvent method.
ServerOPEN-SCS Unpacking EventThe server supports the AggregationUnpackingEvent method.
ServerOPEN-SCS EPCIS File TransferThe server supports the EPCISStream object.

7.3.3 Client Conformance Units

Table 71 defines the Client based ConformanceUnits.

Table 71 – OPENSCS Client Information Model
Category Title Description
ClientOPENSCS Base Functionality ClientThe Client makes use of the BaseObjectModel. This includes exposing all mandatory objects, variables and methods.
ClientOPENSCS Request Unassigned ClientThe client makes use of the SNRequestUnassigned method.
ClientOPENSCS Request Unallocated ClientThe client makes use of the SNRequestUnallocated method.
ClientOPENSCS Request Allocated ClientThe client makes use of the SNRequestAllocated method.
ClientOPENSCS Return Unallocated ClientThe client makes use of the SNReturnUnallocated method.
ClientOPENSCS Return Allocated ClientThe client makes use of the SNReturnAllocated method.
ClientOPENSCS To Unallocated ClientThe client makes use of the SNtoUnallocated method.
ClientOPENSCS To Allocated ClientThe client makes use of the SNtoAllocated method.
ClientOPENSCS To Encoded ClientThe client makes use of the SNtoEncoded method.
ClientOPENSCS SN Invalidating Event ClientThe client makes use of the SNInvalidatingEvent method.
ClientOPENSCS Label Encoding Event ClientThe client makes use of the LabelsEncodingEvent method.
ClientOPENSCS Label Scrapping Event ClientThe client makes use of the LabelsScrappingEvent method.
ClientOPENSCS Label Inspecting Event ClientThe client makes use of the LabelsInspectingEvent method.
ClientOPENSCS Label Sampling Event ClientThe client makes use of the LabeslSamplingEvent method.
ClientOPENSCS SID Commissioning Event ClientThe client makes use of the SIDCommissioningEvent method.
ClientOPENSCS SID Destroying Event ClientThe client makes use of the SIDDestroyingEvent method.
ClientOPENSCS SID Shipping Event ClientThe client makes use of the SIDShippingEvent method.
ClientOPENSCS SID Inspecting Event ClientThe client makes use of the SIDInspectingEvent method.
ClientOPENSCS SID Decommissioning Event ClientThe client makes use of the SIDDecommissioningEvent method.
ClientOPENSCS Packing Event ClientThe client makes use of the AggregationPackingEvent method.
ClientOPENSCS Unpacking Event ClientThe client makes use of the AggregationUnpackingEvent method.
ClientOPENSCS EPCIS File Transfer ClientThe client makes use of the EPCIS object.

7.4 Profiles and Facets

Profiles are named groupings of Conformance Units. Facets are Profiles that will be combined with other Facets or Profiles to define the complete functionality of an OPC UA Server or Client. The following tables specify the Profiles and Facets available for components (physical or virtual) that implement the OPEN-SCS PSS specification.

Some Conformance Units. Facets and Profiles may not be implemented by all conformant products. Such optional functionality is indicated in the Mandatory/Optional columns in the tables in this clause. If a product chooses to implement functionality indicated as optional, it must be implemented to conform to the chosen optional Conformance Unit, Facet or Profile.

7.4.1 OPENSCS Facets

The following sub-clauses define OPENSCS Facets that, when implemented, are used to add additional functionality to the basic OPENSCS functionality.

7.4.1.1 OPENSCS Security Server Facet

The OPENSCS Security Server Facet defined in Table 72 includes ConformanceUnits for Servers that are not included in other OPC UA defined Facets and Profiles. This Facet is required to meet the security requirements of OPENSCS.

Table 72 – OPENSCS Security Server Facet Definition
Security Conformance Unit Defined in Optional / Mandatory
OPC UA Authority Profile OPC 10000-7 M
Security Time Synch – NTP / OS Based support OPC 10000-7 M
Security Administration OPC 10000-7 M
Security Role Server Restrict Applications OPC 10000-7 M
Security Role Server Restrict Endpoints OPC 10000-7 M
Security Role Server Role Permissions OPC 10000-7 M
Security Role Server Authorization OPC 10000-7 M
7.4.1.1.1 OPENSCS Server Mandatory Authentication

OPENSCS security requirements mandate that the session shall always be authenticated. The use of endpoints enabling the security policy SECURITY_POLICY_NONE is not allowed.

7.4.1.2 OPENSCS Security Client Facet

The OPENSCS Security Client Facet defined in Table 73 includes Conformance Units for Clients that are not included in other OPC UA defined Facets and Profiles. This Facet is required to meet the security requirements of OPENSCS.

Table 73 – OPENSCS Security Client Facet Definition
Security Conformance Unit Defined in Optional / Mandatory
OPC UA Authority Profile OPC 10000-7 M
Security Time Synch – NTP / OS Based support OPC 10000-7 M
Security Default Application Instance Certificate OPC 10000-7 M
Security Policy Required OPC 10000-7 M
Authorization Service Client OPC 10000-7 M
7.4.1.2.1 OPENSCS Client Mandatory Authentication

OPENSCS security requirements mandate that the session shall always be authenticated. The use of the security policy SECURITY_POLICY_NONE is not allowed.

7.4.2 OPENSCS Server Profiles

7.4.2.1 OPENSCS Base Server Profile

Table 74 defines a Profile for the minimum functionality necessary for a component that conforms to the functionality of an OPENSCS server using the OPC UA Client/Server Interface.

Table 74 – OPENSCS Base Server Profile Definition
Server Facets and Profiles Defined In Optional / Mandatory
Standard 2017 UA Server Profile . OPC 10000-7 M
Base Server Behaviour Facet . OPC 10000-7 M
Sessionless Server Facet . OPC 10000-7 M
Documentation Server Facet . OPC 10000-7 M
Standard DataChange Subscription 2017 Server Facet . OPC 10000-7 M
Data Access Server Facet . OPC 10000-7 M
Auditing Server Facet . OPC 10000-7 M
Address Space Notifier Server Facet . OPC 10000-7 M
Security Facets
Security User Access Control Base . OPC 10000-7 M
Security Time Synchronization . OPC 10000-7 M
Best Practice – Audit Events . OPC 10000-7 M
Best Practice – Random Numbers . OPC 10000-7 M
Best Practice – Timeouts . OPC 10000-7 M
Best Practice – Administrative Access . OPC 10000-7 M
Best Practice – Strict Message Handling . OPC 10000-7 M
SecurityPolicy [A] - Aes128-Sha256-RsaOaep . OPC 10000-7 M
SecurityPolicy [B] – Basic256Sha256 . OPC 10000-7 M
User Token – JWT Server Facet . OPC 10000-7 M
User Role Management Server Facet . OPC 10000-7 M
Global Certificate Management Server Facet . OPC 10000-7 M
OPENSCS Security Server Facet 7.4.1.1 M
Authorization Service Server Facet . OPC 10000-7 M
7.4.2.2 Aggregation Event Manager Server Profile

Table 75 defines the profile facets and conformance units for an Aggregation Event Manager Server.

Table 75 – Aggregation Event Manager Server Profile Definition
Facets and Profiles Defined in Optional / Mandatory
OPENSCS Base Server Facet 7.4.2 M
OPENSCS Packing Event 7.3.2 M
OPENSCS Unpacking Event 7.3.2 M
7.4.2.3 Allocated Serial Number Manager Server Profile

Table 76 defines the profile facets and conformance units for an Allocated Serial Number Manager Server.

Table 76 – Allocated Serial Number Manager Server Profile Definition
Facets and Profiles Defined in Optional / Mandatory
OPENSCS Base Server Facet 7.4.2 M
OPENSCS Request Allocated 7.3.2 M
OPENSCS To Allocated 7.3.2 M
7.4.2.4 Unallocated Serial Number Manager Server Profile

Table 77 defines the profile facets and conformance units for an Unallocated Serial Number Manager Server.

Table 77 – Unallocated Serial Number Manager Server Profile Definition
Facets and Profiles Defined in Optional / Mandatory
OPENSCS Base Server Facet 7.4.2 M
OPENSCS Request Unallocated 7.3.2 M
OPENSCS Return Allocated 7.3.2 M
OPENSCS To Unallocated 7.3.2 M
7.4.2.5 Unassigned Serial Number Manager Server Profile

Table 78 defines the profile facets and conformance units for an Unassigned Serial Number Manager Server.

Table 78 –Unassigned Serial Number Manager Server Profile Definition
Facets and Profiles Defined in Optional / Mandatory
OPENSCS Base Server Facet 7.4.2 M
OPENSCS Request Unassigned 7.3.2 M
OPENSCS Return Unallocated 7.3.2 M
7.4.2.6 Print and Commission Manager Server Profile

Table 79 defines the profile facets and conformance units for a Print and Commission Manager Server.

Table 79 – Print and Commission Manager Server Profile Definition
Facets and Profiles Defined in Optional / Mandatory
OPENSCS Base Server Facet 7.4.2 M
OPENSCS To Encoded 7.3.2 M
7.4.2.7 Serial Number Event Manager Server Profile

Table 80 defines the profile facets and conformance units for a Serial Number Event Manager Server.

Table 80 – Serial Number Event Manager Server Profile Definition
Facets and Profiles Defined in Optional / Mandatory
OPENSCS Base Server Facet 7.4.2 M
OPENSCS SNInvalidating Event 7.3.2 M
7.4.2.8 Label Event Manager Server Profile

Table 81 defines the profile facets and conformance units for a Label Event Manager Server.

Table 81 – Label Event Manager Server Profile Definition
Facets and Profiles Defined in Optional / Mandatory
OPENSCS Base Server Facet 7.4.2 M
OPENSCS Label Encoding Event 7.3.2 M
OPENSCS Label Invalidating Event 7.3.2 M
OPENSCS Label Inspecting Event 7.3.2 M
OPENSCS Label Sampling Event 7.3.2 M
7.4.2.9 SID Event Manager Server Profile

Table 82 defines the profile facets and conformance units for a SID Event Manager Server.

Table 82 – SID Event Manager Server Profile Definition
Facets and Profiles Defined in Optional / Mandatory
OPENSCS Base Server Facet 7.4.2 M
OPENSCS SID Commissioning Event 7.3.2 M
OPENSCS SID Destroying Event 7.3.2 M
OPENSCS SID Shipping Event 7.3.2 M
OPENSCS SID Inspecting Event 7.3.2 M
OPENSCS SID Decommissioning Event 7.3.2 M
7.4.2.10 SID Class Manager Server Profile

Table 83 defines the profile facets and conformance units for a SID Class Manager Server.

Table 83 – SID Class Manager Server Profile Definition
Facets and Profiles Defined in Optional / Mandatory
OPENSCS Base Server Facet 7.4.2 M
OPENSCS SID Class Manager 7.3.2 M
7.4.2.11 EPCIS Event Manager Server Profile

Table 83 defines the profile facets and conformance units for an EPCIS Class Manager Server.

Table 84 – EPCIS Event Manager Server Profile Definition
Facets and Profiles Defined in Optional / Mandatory
OPENSCS Base Server Facet 7.4.2 M
OPENSCS File Transfer 7.3.2 M

7.4.3 OPENSCS Client Profiles

7.4.3.1 OPENSCS Base Client Profile

The OPENSCS Client Profile defined in Table 85 includes Facets and Profiles that define the minimum functionality necessary for a component that conforms to the functionality of an OPENSCS client using the OPC UA Client/Server Interface.

Table 85 – OPENSCS Client Profile Definition
Facets and Profiles Defined in Optional / Mandatory
Standard UA Client 2017 Profile . OPC 10000-7 M
Documentation – Client . OPC 10000-7 M
Security Facets
OPEN-SCS Security Client Facet 7.4.1.2 M
User Role Management Client Facet . OPC 10000-7 M
Security Time Synchronization . OPC 10000-7 M
Best Practice – Random Numbers . OPC 10000-7 M
Best Practice – Timeouts . OPC 10000-7 M
Best Practice – Administrative Access . OPC 10000-7 M
Best Practice – Strict Message Handling . OPC 10000-7 M
SecurityPolicy [A] - Aes128-Sha256-RsaOaep . OPC 10000-7 M
SecurityPolicy [B] – Basic256Sha256 . OPC 10000-7 M
User Token – JWT Client Facet . OPC 10000-7 M
Global Certificate Management Client Facet . OPC 10000-7 M
User Role Management Client Facet . OPC 10000-7 M
7.4.3.2 Aggregation Event Manager Client Profile

Table 86 defines the profile facets and conformance units for an Aggregation Event Manager Client.

Table 86 – Aggregation Event Manager Client Profile Definition
Facets and Profiles Defined in Optional / Mandatory
OPENSCS Base Client Profile 7.4.3.1 M
OPENSCS Packing Event Client 7.3.3 O
OPENSCS Unpacking Event Client 7.3.3 O
7.4.3.3 Allocated Serial Number Manager Client Profile

Table 87 defines the profile facets and conformance units for an Allocated Serial Number Manager Client.

Table 87 – Allocated Serial Number Manager Client Profile Definition
Facets and Profiles Defined in Optional / Mandatory
OPENSCS Base Client Profile 7.4.3.1 M
OPENSCS SN to Allocated Client 7.3.3 M
7.4.3.4 Unallocated Serial Number Manager Client Profile

Table 88 defines the profile facets and conformance units for an Unallocated Serial Number Manager Client.

Table 88 – Unallocated Serial Number Manager Client Profile Definition
Facets and Profiles Defined in Optional / Mandatory
OPENSCS Base Client Profile 7.4.3.1 M
OPENSCS SN to Unallocated Client 7.3.3 M
7.4.3.5 Unassigned Serial Number Manager Client Profile

Table 91 defines the profile facets and conformance units for an Unassigned Serial Number Manager Client.

Table 89 – Unassigned Serial Number Manager Client Profile Definition
Facets and Profiles Defined in Optional / Mandatory
OPENSCS Base Client Profile 7.4.3.1 M
OPENSCS Request Unassigned Client 7.3.3 O
OPENSCS Return Unallocated Client 7.3.3 O
7.4.3.6 Print and Commission Manager Client Profile

Table 90 defines the profile facets and conformance units for a Print and Commission Manager Client.

Table 90 – Print and Commission Manager Client Profile Definition
Facets and Profiles Defined in Optional / Mandatory
OPENSCS Base Client Profile 7.4.3.1 M
OPENSCS SN to Encoded 7.3.3 O
7.4.3.7 Serial Number Event Manager Client Profile

Table 91 defines the profile facets and conformance units for a Serial Number Event Manager Client.

Table 91 – Serial Number Event Manager Client Profile Definition
Facets and Profiles Defined in Optional / Mandatory
OPENSCS Base Client Profile 7.4.3.1 M
OPENSCS SNInvalidating Event Client 7.3.3 M
7.4.3.8 Label Event Manager Client Profile

Table 92 defines the profile facets and conformance units for a LabelEvent Manager Client.

Table 92 – Label Event Manager Client Profile Definition
Facets and Profiles Defined in Optional / Mandatory
OPENSCS Base Client Profile 7.4.3.1 M
OPENSCS Label Encoding Event Client 7.3.3 O
OPENSCS Label Invalidating Event Client 7.3.3 O
OPENSCS Label Sampling Event Client 7.3.3 O
OPENSCS Label Inspecting Event Client 7.3.3 O
7.4.3.9 SID Event Manager Client Profile

Table 93 defines the profile facets and conformance units for a SID Event Manager Client.

Table 93 – SID Event Manager Client Profile Definition
Facets and Profiles Defined in Optional / Mandatory
OPENSCS Base Client Profile 7.4.3.1 M
OPENSCS SID Commissioning Event Client 7.3.3 O
OPENSCS SID Destroying Event Client 7.3.3 O
OPENSCS SID Shipping Event Client 7.3.3 O
OPENSCS SID Inspecting Event Client 7.3.3 O
OPENSCS SID Decommissioning Event Client 7.3.3 O
7.4.3.10 EPCIS Event Manager Client Profile

Table 94 defines the profile facets and conformance units for an EPCIS Event Manager Client.

Table 94 – EPCIS Event Manager Client Profile Definition
Facets and Profiles Defined in Optional / Mandatory
OPENSCS Base Client Profile 7.4.3.1 M
OPENSCS EPCIS File Transfer Client 7.3.3 O