Skip to content

Commit 37faf19

Browse files
committed
WIP
1 parent 6bef9a8 commit 37faf19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/coreComponents/schema/schemaUtilities.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ void AppendSimpleType( xmlWrapper::xmlNode & schemaRoot,
102102
restrictionNode.append_attribute( "base" ) = "xsd:string";
103103
xmlWrapper::xmlNode patternNode = restrictionNode.append_child( "xsd:pattern" );
104104

105+
///////////
106+
std::cout << "Appending simple type: " << name << " with regex: " << regex << std::endl;
107+
///////////
108+
105109
// Handle the default regex
106110
if( regex.empty() )
107111
{

0 commit comments

Comments
 (0)