26 #ifndef __TERRALIB_XSD_INTERNAL_ALL_H 
   27 #define __TERRALIB_XSD_INTERNAL_ALL_H 
   36 #include <boost/ptr_container/ptr_vector.hpp> 
   65         All(
unsigned int minOccurs = 1, 
unsigned int maxOccurs = 1, 
Annotation* ann = 0, std::string* 
id = 0);
 
   84         All& operator=(
const All& rhs);
 
   91         const boost::ptr_vector<Element>& getElements() 
const;
 
  112 #endif  // __TERRALIB_XSD_INTERNAL_ALL_H 
A base class for XSD classes that have occurs attributes. 
 
boost::ptr_vector< Element > m_elementVec
Lis of elements. (Optional) 
 
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. 
 
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 an XML Schema all element.