Advanced Customization > Services and Infrastructure Customization > Enumerated Types > Editing the Resource Info for an Enumerated Type > Resource Entry Contents
  
Resource Entry Contents
The following are examples of the entries:
lrg.value=Large
lrg.order=30

med.value=Medium
med.order=20

sm.value=Small
sm.order=10
If the order properties are not defined, the options will be displayed in alphabetical order, using the locale specific display value. One of the entries can have defaultValue set to true. For example, the attributes for the "sm" value could be as follows:
sm.value=Small
sm.shortDescription=Small Comment
sm.order=10
sm.defaultValue=true