buildingSMART / BCF-XML

XML specification for BIM Collaboration Format
Other
238 stars 84 forks source link

Remove outdated section about one-to-many relations between viewpoints and comments #347

Open GeorgDangl opened 3 years ago

GeorgDangl commented 3 years ago

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.

GeorgDangl commented 11 months 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.