Skip to content

Error in constant value enumeration example (s2.13.5) ? #34

@da4089

Description

@da4089

In v1.0 draft 2016/06/16, section 2.13.5:

<enum name="PartyIDSourceEnum" primitiveType="char">
<validValue name="BIC">B</validValue>
<validValue name="GeneralIdentifier">C</validValue>
<validValue name="Proprietary">D</validValue>
</enum%gt;

Note that the <enum> element has a primitiveType attribute.

However, section 2.13.3 states:

An <enum> element must have an encodingType attribute to specify the type of its values.

So, I think that the example in 2.13.5 should use encodingType in place of primitiveType? That's consistent with other examples of enum as well.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions