ehr xml schema - jaxb impl

Hi,

I’m a software integration and Java application architect specializing in XML data storage and processing and just joined this mailing list.

One of my clients wanted me to look into integrating their application using a standard EHR XML schema. I looked around the internet for such a schema and found the work at Git Hub under openehr/reference-models/models/openEHR/Release-1.0.2/XSD.

I downloaded the .xsd files to take a look and then ran some code to generate associated JAXB (Java API for XML Binding) classes. This is a library of Java classes that could be used by Java applications to communicate EHR data using your schema.

I didn’t see any JAXB code in the repository. Is there already a JAXB implementation available? Should I add the code I generated to repository (assuming I can get access)? I have an account at GitHub (username = abhairaj).

Thanks.