Hi! We have a situation here with the Norwegian exchange format, SOSI, where we are required to tag endpoints of lines that are connected (topological network model). SOSI is an "object oriented" ASCII format that supports/requires individual attributes on points in a line geometry. A line object with network topology tags ("KP") may look like this:
.KURVE 4:
..OBJTYPE Naturverngrense
..KVALITET 55 200
..NØ
653345946 44246946 ...KP 1
..NØ
653316800 44246600
653268800 44242400
653235000 44265200 ...KP 1
Does the FME data model (FFS) support this? Does the GML/Inspire data model represent similar challenges?