diff --git a/bin/msvc14/x64/xerces-c_3_1.dll b/bin/msvc14/x64/xerces-c_3_1.dll index 71a6e81..8abba6f 100644 Binary files a/bin/msvc14/x64/xerces-c_3_1.dll and b/bin/msvc14/x64/xerces-c_3_1.dll differ diff --git a/bin/msvc14/x64/xerces-c_3_1D.dll b/bin/msvc14/x64/xerces-c_3_1D.dll index 6d740f3..47dbe83 100644 Binary files a/bin/msvc14/x64/xerces-c_3_1D.dll and b/bin/msvc14/x64/xerces-c_3_1D.dll differ diff --git a/include/xercesc/framework/psvi/XSAttributeDeclaration.cpp b/include/xercesc/framework/psvi/XSAttributeDeclaration.cpp index e521d67..8abc803 100644 --- a/include/xercesc/framework/psvi/XSAttributeDeclaration.cpp +++ b/include/xercesc/framework/psvi/XSAttributeDeclaration.cpp @@ -77,8 +77,8 @@ XSNamespaceItem *XSAttributeDeclaration::getNamespaceItem() XSConstants::VALUE_CONSTRAINT XSAttributeDeclaration::getConstraintType() const { - if (fScope != XSConstants::SCOPE_GLOBAL) - return XSConstants::VALUE_CONSTRAINT_NONE; + //if (fScope != XSConstants::SCOPE_GLOBAL) + // return XSConstants::VALUE_CONSTRAINT_NONE; if (fAttDef->getDefaultType() == XMLAttDef::Default) return XSConstants::VALUE_CONSTRAINT_DEFAULT; @@ -92,10 +92,10 @@ XSConstants::VALUE_CONSTRAINT XSAttributeDeclaration::getConstraintType() const const XMLCh *XSAttributeDeclaration::getConstraintValue() { - if (fScope == XSConstants::SCOPE_GLOBAL) + //if (fScope == XSConstants::SCOPE_GLOBAL) return fAttDef->getValue(); - return 0; + //return 0; } bool XSAttributeDeclaration::getRequired() const diff --git a/lib/msvc14/x64/xerces-c_3.lib b/lib/msvc14/x64/xerces-c_3.lib index ad61d77..a957f90 100644 Binary files a/lib/msvc14/x64/xerces-c_3.lib and b/lib/msvc14/x64/xerces-c_3.lib differ diff --git a/lib/msvc14/x64/xerces-c_3D.lib b/lib/msvc14/x64/xerces-c_3D.lib index 2a1252f..2c6af7c 100644 Binary files a/lib/msvc14/x64/xerces-c_3D.lib and b/lib/msvc14/x64/xerces-c_3D.lib differ