zeep::xml::doctype::allowed_choice
// In header: </home/maarten/projects/libzeep/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); state_ptr create_state() const; bool element_content() const; void print(std::ostream &); // public data members allowed_list m_allowed; bool m_mixed; };