You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1114,7 +1115,8 @@ public static Model createShapesModelFromProfile(Model model, String nsPrefixpro
1114
1115
//add the additional two namespaces
1115
1116
shapeModel.setNsPrefix("sh", SH.NS);
1116
1117
shapeModel.setNsPrefix("dash", DASH.NS);
1117
-
shapeModel.setNsPrefix("ido","http://iec.ch/TC57/ns/CIM/IdentifiedObject/constraints/3.0#"); // the uri for the identified object related shapes
1118
+
1119
+
shapeModel.setNsPrefix(MainController.prefs.get("IOprefix",""),MainController.prefs.get("IOuri","")); // the uri for the identified object related shapes
0 commit comments