Skip to content

Remove cardinality checks for attributes #144

@pasi-paasiala

Description

@pasi-paasiala

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions