I have a problem, I have following ADL-snippet
ELEMENT[at1.1.1.4] matches { -- last name suffix
value matches {
DV_CODED_TEXT matches {
defining_code matches {
[local::
at1.1.1.4.1, -- Jr
at1.1.1.4.2, -- Sr
at1.1.1.4.3, -- II
at1.1.1.4.4] -- III
}
}
}
}
breaking this up to attributes en cobjects, we come to the attribute of
DV_CODED_TEXT.
In this ADL snippet it is called defining_code
In the RM builder, which uses annotated constructor, it runs agains the
property in DvCodedText which is: definingCode.
Because only classnames are tested in more ways (uppercase, real case,
removing lowercase), this is not the case with attributes, and I get the
error that the attribute definingCode is not in the valueMap
Please Help
thanks
Bert