You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: