I have installed the rticonnextdds-connector-master for Python script support and successfully ran the simple ShapeExample demo. I then tried to modify the XML based on some IDL->XML generated code from rtiddsgen that we are using, as follows:
<enum name="TestEnum">
<enumerator name="FIRST_THING"/>
<enumerator name="SECOND_THING"/>
</enum>