+/^NR-InterNodeDefinitions/ {
+ if (empty_line == "yes") {
+ print ie_separator;
+ print "-- IE: NR-InterNodeDefinitions";
+ print "" ;
+ # Perhaps it could work without this if the "next" at the end is removed
+ print ;
+ empty_line = "no" ;
+ conditions = "" ;
+ }
+ in_IE = "yes" ;
+ next ;
+}
+
+
+# Sometimes there is an "s" to constraint, sometimes not
+/^-[[:space:]]+Multiplicity and type constraints? definitions$/ {
+ if (empty_line == "yes") {
+ print ie_separator;
+ print "-- Multiplicity and type constraints definitions";
+ print "" ;
+ empty_line = "no" ;
+ conditions = "" ;
+ }
+ in_IE = "yes" ;
+ next ;
+}
+
+#/^-[[:space:]]+Multiplicity and type constraints definitions/ {
+# in_IE = "yes" ;
+# next ;
+#}
+