Enumerated value list. You can provide a local or global enumerated value list. Local enumeration constraints use the following format: LOCAL##<sort type>##<internal name>##<display_name>~~<internal_name>##<display_name> where: • <sort_type>—The sort type value is Automatic_Sort or Manual_Sort. • <internal name>##<display name>—Identify the internal name and display name of the enumeration entry. • ~~ —Use two tilde characters to separate multiple entries. For example: LOCAL##Manual_Sort##red1##Light Red~~red2##Dark Red~~green1##Light Green Global enumeration constraints use the following format: GLOBAL##<enumeration>##<parent enumeration>##<organization>##<organizer name>##/<domain> where: • <enumeration>—The internal name of the enumeration. • <parent enumeration>—If the enumeration is a sub-enumeration, specify the internal name of its parent enumeration. If the enumeration does not have a parent enumeration, leave this field blank. • <organization>—The Owning Organization value for the enumeration. • <organizer name>—The internal name of the organizer that holds the enumeration. • /<domain>—The Domain value for the enumeration. For example: GLOBAL##Countries##LocaleCodes##Site##Org_Locales##/System GLOBAL##LocaleCodes####Site##Org_Locales##/System |