zeep::xml::doctype::allowed_choice
// In header: </build/libzeep-ILzoJE/libzeep-3.0.5/zeep/xml/doctype.hpp> struct allowed_choice : public zeep::xml::doctype::allowed_base { // construct/copy/destruct allowed_choice(bool); allowed_choice(allowed_ptr, bool); ~allowed_choice(); // public member functions void add(allowed_ptr); virtual state_ptr create_state() const; virtual bool element_content() const; virtual void print(std::ostream &); // public data members allowed_list m_allowed; bool m_mixed; };