BCF-XML icon indicating copy to clipboard operation
BCF-XML copied to clipboard

Missing Guid in Viewpoint - Test Case "Single visible wall" Invalid

Open mar8us opened this issue 1 year ago • 3 comments

The test case named "Single visible wall" is not compliant with the schema because the Viewpoint element in the file does not contain a required Guid attribute.

mar8us avatar Sep 12 '24 10:09 mar8us

Hey @mar8us, can you point us to the right file? We were just having a look but didn't find the issue.

GeorgDangl avatar Sep 23 '24 09:09 GeorgDangl

Issue with BCF 2.1

This is a fragment of the schema for the VisualizationInfo element in a viewpoint, correct?

image

At lines 46 and 47 of the schema, we see the definition of the Guid attribute with use="required", meaning that every VisualizationInfo element must include this GUID attribute.

However, in the provided viewpoint.bcfv file for the test case "Single visible wall", the VisualizationInfo element does not include a Guid attribute. Here is the file content:

image

As per the schema, this file should contain a Guid attribute inside the VisualizationInfo element, but it is missing. Could you confirm whether this is an oversight, or if there is a specific reason for not including the Guid in this test case?

mar8us avatar Sep 23 '24 09:09 mar8us

@mar8us It seems that it is fixed in the examples of version 3.

pasi-paasiala avatar Oct 07 '24 09:10 pasi-paasiala