Open GeorgDangl opened 3 years ago
We'll just remove this part completely:
One to Many Mapping between Viewpoints and Comments
The schema would allow to have many to many mapping between viewpoints and comments. This is not allowed. A viewpoint can have multiple comments, but a comment can only refer to one viewpoint.
This section in the documentation is outdated: https://github.com/buildingSMART/BCF-XML/tree/release_3_0/Documentation#one-to-many-mapping-between-viewpoints-and-comments
In the schema, we have this for the comment: https://github.com/buildingSMART/BCF-XML/blob/release_3_0/Schemas/markup.xsd#L153-L167
Which means that a single comment may refer either one or zero viewpoints.
For the viewpoints, there is no longer a way to link them to a specific comment. So looks like we can drop this.
Originally raised by @pasi-paasiala in Slack.