Custom attribute resolver IdPv4

Cantor, Scott cantor.2 at osu.edu
Tue Feb 23 15:24:56 UTC 2021


You can't define custom elements, only custom schema types (i.e. xsi:type designations).

All of the standard ones are also types, not elements. You don't see <ScopedAttributeDefinition>, only <AttributeDefinition xsi:type="Scoped">

You're likely pretty close, except for adjusting the schema design and what you're actually registering as a Spring parser.

-- Scott




More information about the dev mailing list