Hi Rong,
In DvOrdered from java ref impl I found a diference between the fields declared here and the fields in the specs from UML here> http://www.openehr.org/svn/specification/TAGS/Release-1.0.1/publishing/architecture/computable/UML/uml_start_view.html
DvOrdered in java ref impl have>
List<ReferenceRange> otherReferenceRanges;
DvInterval normalRange;
But in the UML specs says>
List otherRefereceneRanges;
ReferenceRange normalRange;
If you see, the DvInterval and ReferenceRange are changed, is it a specs error?
Cheers,
Pablo.