It is possible to specify cardinality for attributes as shown in this example.
The specific requirement I'm talking about is this:
<attribute minOccurs="0" maxOccurs="1">
<name>
<simpleValue>Description</simpleValue>
</name>
<value>
<simpleValue>Foobar</simpleValue>
</value>
</attribute>
The interpretation of this is vague. I'd remove the possibility to specify cardinality for attributes. If IDS says something about an attribute, it is a requirement, not optional.
It is possible to specify cardinality for attributes as shown in this example.
The specific requirement I'm talking about is this:
The interpretation of this is vague. I'd remove the possibility to specify cardinality for attributes. If IDS says something about an attribute, it is a requirement, not optional.