26 #ifndef __TERRALIB_SERIALIZATION_XSD_INTERNAL_RESTRICTION4COMPLEXCONTENT_H 
   27 #define __TERRALIB_SERIALIZATION_XSD_INTERNAL_RESTRICTION4COMPLEXCONTENT_H 
   30 #include "../Config.h" 
   36     class Restriction4ComplexContent;
 
   54 #endif  // __TERRALIB_SERIALIZATION_XSD_INTERNAL_RESTRICTION4COMPLEXCONTENT_H 
TESERIALIZATIONEXPORT te::xsd::Restriction4ComplexContent * ReadRestriction4ComplexContent(te::xml::Reader &reader)
 
This class models a XML reader object. 
 
#define TESERIALIZATIONEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
TESERIALIZATIONEXPORT void Save(const te::fe::Filter *filter, te::xml::Writer &writer)
 
The restriction class can be used to define restrictions on a complexContent. 
 
This class models a XML writer object.