Enumerations | Community
Skip to main content
August 2, 2017

Enumerations

  • August 2, 2017
  • 3 replies
  • 1709 views

Syntax of Enumeration inside the Schema when we have declared the Enumerations list under the Platform Pallet.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

david--garcia
Level 10
August 2, 2017

What is your question exactly?

florentlb
August 11, 2017

Hi Raman,

Can you give more details about what you need?

Thanks,

Florent

alnavarg
April 11, 2023

In Schema, with the above mentioned enum structure, try the same by replacing the enum attribute as below (defining type as byte)

Try this works very well

 

<enumeration basetype="byte" name="myEnum"> <value label="Yes" name="yes" value="1"/> <value label="No" name="no" value="2"/> </enumeration> <attribute enum="myEnum" label="My Enum" name="abcd" type="byte"/>