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.