Replication flag in component definition. Component definitions should now inherit from Types/Component.xsd

This commit is contained in:
2016-02-03 14:44:56 +01:00
parent 02b69a86e7
commit 3a2b124cae
6 changed files with 32 additions and 6 deletions
+1
View File
@@ -38,6 +38,7 @@ void EntityFile::setReaderFeatures(xercesc::SAX2XMLReader* reader)
reader->setFeature(XMLUni::fgXercesSchema, true);
reader->setFeature(XMLUni::fgXercesSchemaFullChecking, true);
reader->setFeature(XMLUni::fgXercesCalculateSrcOfs, true);
reader->setFeature(XMLUni::fgXercesIdentityConstraintChecking, true);
}
unsigned int EntityFile::GetTypeStride(std::string typeName)