62.4.4 Enumeration Values
Enumeration values are represented using the programming language name without the DDS_ prefix. For example:
<history>
<kind>KEEP_ALL_HISTORY_QOS</kind>
</history>
You can get the actual enumeration values by using the XSD file distributed with Connext. See 62.9.2 XML File Validation During Editing. (Note: the XSD file provides stricter validation and better auto-completion than the corresponding DTD file.)
Enumeration values are case-insensitive.