Anybody know how to do this? I see no methods for creating a Configuration Element.
For that matter, there doesn't seem to be a fully complete way to create an Attribute within a Configuration Element. By that, I mean you can add an attribute with key by doing this...
myConfigurationElement.setAttributeWithKey("mynewstring","Will it work");
... and you will get an attribute that looks like this... but notice that no description is set. It seems to be kind of an overload since its purpose seems to be to set a value to an existing configuration element attribute, but it does create a new one.