According to #85, with references to the v1.1 GPX schema, link elements in metadata, route, track and waypoint, should be unbounded.
Prior versions of CoreGPX, all only support 1 link element within the above parent element types. This pull request should fix the incorrect implementation, and be more compliant towards the schema.
According to #85, with references to the v1.1 GPX schema, link elements in metadata, route, track and waypoint, should be unbounded.
Prior versions of CoreGPX, all only support 1 link element within the above parent element types. This pull request should fix the incorrect implementation, and be more compliant towards the schema.
closes #85.