Adobe Campaign Classic - Namespace Conventions | Community
Skip to main content
Level 2
February 23, 2018
Solved

Adobe Campaign Classic - Namespace Conventions

  • February 23, 2018
  • 1 reply
  • 3790 views

Hi

I had a query on namespace string length; most common examples of namespaces is three characters. Like

nms

xtk

cus etc

The question is; what is the maximum allowed namespace character limit? Can we go to 3-4-5 characters even? There is no documentation on this, or i couldnt find any.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ShrawanSaxena-1

Hi,

The Maximum length for the namespace is 16 characters.

You can have any namespace with this limitation however as a standard, the name of the namespace must be concise and must contain only authorized characters in accordance with XML naming rules.

Identifiers must not begin with numeric characters.

Certain namespaces are reserved for descriptions of the system entities required for the operation of the Adobe Campaign application:

xtk: concerning platform system data,

nl: concerning the overall use of the application,

nms: concerning delivery (recipient, delivery, tracking, etc.),

ncm: concerning content management,

temp: reserved for temporary schemas.

You can go through below link to know more on this.

Introduction

1 reply

ShrawanSaxena-1
Adobe Employee
ShrawanSaxena-1Adobe EmployeeAccepted solution
Adobe Employee
February 23, 2018

Hi,

The Maximum length for the namespace is 16 characters.

You can have any namespace with this limitation however as a standard, the name of the namespace must be concise and must contain only authorized characters in accordance with XML naming rules.

Identifiers must not begin with numeric characters.

Certain namespaces are reserved for descriptions of the system entities required for the operation of the Adobe Campaign application:

xtk: concerning platform system data,

nl: concerning the overall use of the application,

nms: concerning delivery (recipient, delivery, tracking, etc.),

ncm: concerning content management,

temp: reserved for temporary schemas.

You can go through below link to know more on this.

Introduction