Skip to content

Commit

Permalink
Fix XSD generation
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot authored and 304NotModified committed Jun 13, 2019
1 parent 739b862 commit 1568606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/MakeNLogXSD/XsdFileGenerator.cs
Expand Up @@ -208,7 +208,7 @@ private static XElement GetAttributeElement(XElement propertyElement)
}
else
{
string xsdType = GetXsdType(propertyType, false);
string xsdType = GetXsdType(propertyType, true);
if (xsdType == null)
return null;

Expand Down

0 comments on commit 1568606

Please sign in to comment.