Closed ciroraggio closed 1 year ago
Hi,
validating an ids file containing this requirement:
<requirements> <attribute minOccurs="1" maxOccurs="unbounded"> <name> <simpleValue>Name</simpleValue> </name> </attribute> </requirements>
the validator returns these unexpected errors:
Error 306: Schema compliance error on "attribute at line 16, position 28"; "The 'minOccurs' attribute is not declared."
Error 306: Schema compliance error on "attribute at line 16, position 42"; "The 'maxOccurs' attribute is not declared."
I suppose it is due to this issue: https://github.com/buildingSMART/IDS/issues/144. Would it be possible to reintroduce cardinality on attributes until the case is closed?
Done in a previous commit ahead of bS Lillestrøm 2023.
Hi,
validating an ids file containing this requirement:
the validator returns these unexpected errors:
Error 306: Schema compliance error on "attribute at line 16, position 28"; "The 'minOccurs' attribute is not declared."
Error 306: Schema compliance error on "attribute at line 16, position 42"; "The 'maxOccurs' attribute is not declared."
I suppose it is due to this issue: https://github.com/buildingSMART/IDS/issues/144. Would it be possible to reintroduce cardinality on attributes until the case is closed?