Remove the outdated "implementation agreement" comment lines from the schema
The lines starting from here should be removed, since they're outdated. https://github.com/buildingSMART/IDS/blob/master/Development/ids.xsd#L67
Here are still the lines, if the line number mentioned above doesn't work due to changes to the file:
<!-- Please note there is an implementation agreement on the use of minOccurs and maxOccurs.
Valid values are:
a. 0 to unbounded, meaning Optional
b. 1 to unbounded, meaning Required
c. 0 to 0, meaning Prohibited
-->
Also the first line:
<!-- Draft - Do not use in production -->
should be removed.
Hi @pasi-paasiala, we will remove the draft comment when freezing and updating the version number. Is that ok?
The lines starting from here should be removed, since they're outdated. https://github.com/buildingSMART/IDS/blob/master/Development/ids.xsd#L67
I think the comment is valid, and relevant.
The lines starting from here should be removed, since they're outdated. https://github.com/buildingSMART/IDS/blob/master/Development/ids.xsd#L67
I think the comment is valid, and relevant.
True. I didn't realize that this was a recent change.
fixed