I have created a base directory in my formats/xml directory called “CDA_Schemas” and created the directory structure as specified in the documents above:
CDA_SchemasinfrastructurecdaC32_CDA.xsd
CDA_SchemasinfrastructurecdaC32_POCD_MT000040.xsd
CDA_SchemasinfrastructurecdaSDTC_Extension.xsd
CDA_Schemasprocessablecoreschemasdatatypes.xsd
CDA_Schemasprocessablecoreschemasdatatypes-base.xsd
CDA_SchemasprocessablecoreschemasNarrativeBlock.xsd
CDA_Schemasprocessablecoreschemasvoc.xsd
When I try to compile this in cloverleaf, it gives the following error:
An error occurred while attempting to compile selected file: C32_CDA.xsd
OCM creation command failed with status: 3
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application’s support team for more information.
I have even tried changing the C32_CDA.xsd file to ClinicalDocument.xsd to match the root element’s name as outlined in this post:
https://usspvlclovertch2.infor.com/viewtopic.php?t=790https://usspvlclovertch2.infor.com/viewtopic.php?t=790
There is no additional information about this error that gives me any clue as to what’s going on. I have even tried to compile it using the commandline editor with the following command:
hcixmlcompile -f ClinicalDocument.xsd -p CDA_Schemasinfrastructurecda -r ClinicalDocument
…and still get the same error.
Has anyone seen an error like this, know how I can try to compile using a more verbose method, or know off hand what I may be doing wrong? The XML schema above compiles sucessfully in XMLSpy, which is the weird part.
Thanks!