String binding = getBindingFromPrimitiveType(base);\r
writeAttribute(fw, attrName, relationName, binding, isReference);\r
} else {\r
+ // TODO : using default String attribute should be configured with rules.\r
//throw new RuntimeException("Cannot resolve type for Attribute " + attrName + " -> " + primitiveType.getLocalPart());\r
- //writeAttribute(fw, attrName, relationName, binding, isReference);\r
+ fw.writer.println(" //FIXME: Cannot resolve type for Attribute " + attrName + " Using default type String");\r
+ writeAttribute(fw, attrName, relationName, "STRING", isReference);\r
}\r
}\r
\r