An application-defined attribute or element type may support a deletion method.
The TQ3XElementDeleteMethod functionality is optional. If included, it deletes an attribute or element.
#define kQ3XMethodTypeElementDelete Q3_METHOD_TYPE('e','c','p','l')
typedef TQ3Status (*TQ3XElementDeleteMethod)(
void *internalElement);