26 #ifndef __TERRALIB_XSD_INTERNAL_CHOICE_H 
   27 #define __TERRALIB_XSD_INTERNAL_CHOICE_H 
   36 #include <boost/ptr_container/ptr_vector.hpp> 
   68         Choice(
unsigned int minOccurs = 1, 
unsigned int maxOccurs = 1, 
Annotation* ann = 0, std::string* 
id = 0);
 
   98         const boost::ptr_vector<Element>& getElements() 
const;
 
  105         const boost::ptr_vector<Content>& getContents() 
const;
 
  112         const boost::ptr_vector<Any>& getAnys() 
const;
 
  153 #endif  // __TERRALIB_XSD_INTERNAL_CHOICE_H 
boost::ptr_vector< Any > m_anyVec
The list of any elements. 
 
A base class for XSD classes that have occurs attributes. 
 
A base class for XSD classes that have occurs attributes. 
 
#define TEXSDEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A base class for elements that are not definitions nor declarations. This class is just for creating ...
 
This class models the element of a XML Schema. 
 
A base class for elements that are not definitions nor declarations. This class is just for creating ...
 
A base class for XSD classes that must provide a unique ID property. 
 
boost::ptr_vector< Element > m_elementVec
The list of elements. 
 
A class that models a XSD annotation element. 
 
A base class for XSD classes that must provide a unique ID property. 
 
A base class for XSD classes that may allow annotation. 
 
A base class for XSD classes that may allow annotation. 
 
This class models the XML Schema choice element. 
 
It models the XML Schema any element. 
 
boost::ptr_vector< Content > m_contentVec
The list of Contents elements (group | choice | sequence).