28 simpleContentTypeId_ (0),
47 attList_.push_back(a);
82 std::list < Attribute >::const_iterator pAttr = attList_.begin();
83 while (pAttr != attList_.end())
85 if (pAttr->getName() == nam)
93 void ComplexType::error(std::string msg)
const
95 msg+=
"Complex Type "+
getName() +msg;
106 for (std::list<Attribute>::const_iterator ali=attList_.begin();
107 ali!=attList_.end();ali++,i++) {