Hi,
I am trying to figure out what should be the correct production in the
AOM for the following ADL code. What bothers me most is the TEXT
matches {*} construct.
ELEMENT[at0002] matches { -- Accident or exposure
value matches {
TEXT matches {*}
}
}
I have seen this used quit a bit in the sample archetypes, but I dont
thing the parsed object model from the java parser is correct since it
makes it a CComplexObject leaf node with RMTypenam of TEXT. From the
specification I know that CComplexObject should only be inner nodes in
the AOM. I have queried the online documentation and found references
to TEXT in the 1.2 adl, but nothing in 1.4 that describes what TEXT
matches {*}.
I was inclined to assume it should be DvText constrained with the
regular expression /*/.
Please advise if I am totally off the ball with this.
Thanks
Newton