# format:
# Source_definition|Target_definition|Field_relation[|Field_relation...]
#
# where:
# 	 Source_definition: Object_type,table_name
# 	 target_definition: Object_type,table_name
#	 Field_relation: Source_field_name(or constant:Value),Target_field_name
#
Node,tblObject|Node,tblObject|nObjectId,nObjectId
Node,tblObject|Interface,tblObject|nObjectId,nParentObjectId|Constant:Interface,strType
Node,tblObject|Address,tblObject|nObjectId,nParentObjectId|Constant:Address,strType
Interface,tblObject|Interface,tblObject|nObjectId,nObjectId
Interface,tblObject|Address,tblObject|nParentObjectId,nParentObjectId|nIfIndex,nIfIndex|Constant:Address,strType
Address,tblObject|Address,tblObject|nObjectId,nObjectId
