35 static bool registerClass() {
36 XMLObject::factory[
"http://www.omg.org/spec/BPMN/20100524/MODEL:tBaseElementWithMixedContent"] = &createInstance<tBaseElementWithMixedContent>;
39 inline static bool registered = registerClass();
50 std::optional< std::reference_wrapper<Attribute> >
id;
std::vector< std::reference_wrapper< tDocumentation > > documentation
static const Attributes defaults
default attributes to be used if they are not explicitly provided
std::optional< std::reference_wrapper< Attribute > > id
Attribute value can be expected to be of type 'std::string'.
std::optional< std::reference_wrapper< tExtensionElements > > extensionElements
XMLObject * createInstance(const Namespace &xmlns, const ClassName &className, const xercesc::DOMElement *element)
Template function used to store in factory.