buildingSMART / IDS-Audit-tool

Official buildingSMART tool to audit the validity of a .ids file (according to the full IDSxml standard).
MIT License
19 stars 8 forks source link

Attribute cardinality check #10

Closed ciroraggio closed 1 year ago

ciroraggio commented 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:

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?

CBenghi commented 1 year ago

Done in a previous commit ahead of bS Lillestrøm 2023.