34 :
Occurs(minOccurs, maxOccurs),
A base class for XSD classes that may allow annotation.
This class models a group element in a XML Schema.
A base class for XSD classes that have occurs attributes.
const boost::ptr_vector< Any > & getAnys() const
It returns the list of any elements of Choice.
This class models the element of a XML Schema.
This class models a sequence element in a XML Schema.
A base class for elements that are not definitions nor declarations. This class is just for creating ...
void addElement(Element *e)
It adds an element to this Sequence element.
It models the XML Schema any element.
const boost::ptr_vector< Content > & getContents() const
It returns the list of Content elements of Choice.
A base class for XSD classes that must provide a unique ID property.
Sequence & operator=(const Sequence &rhs)
Assignment operator.
Sequence(unsigned int minOccurs=1, unsigned int maxOccurs=1, Annotation *ann=0, std::string *id=0)
Constructor.
boost::ptr_vector< Content > m_contentVec
The list of Contents elements (group | choice | sequence).
boost::ptr_vector< Any > m_anyVec
The list of any elements.
const boost::ptr_vector< Element > & getElements() const
It returns the list of elements of All.
This class models the XML Schema choice element.
void addAny(Any *a)
It adds an any to this Sequence element.
void addContent(Content *c)
It adds a Content element to this Sequence element.
A class that models a XSD annotation element.
boost::ptr_vector< Element > m_elementVec
The list of elements.
It models the XML Schema any element.