Stream: fhirbase
Topic: xsd error
Chris Worledge (Jun 18 2019 at 14:18):
I have just started having a look at FHIR and can't work out what to do to fix fhir-base.xsd. From line 703, the element references the xhtml:div element definition, and this doesn't seem to be recognised.
If I comment out lines 703 - 709 the rest will produce a class set.
Has anyone else solved this?
Lloyd McKenzie (Jun 18 2019 at 16:51):
@nicola (RIO/SS)
nicola (RIO/SS) (Jun 18 2019 at 17:28):
Hi, what version/repository of fhirbase do you use?
Grahame Grieve (Jun 18 2019 at 17:43):
the schema should include the xhtml schema which defines this
Chris Worledge (Jun 19 2019 at 08:01):
It does:
<xs:element name="div">
But I still get Error: Error generating classes for schema 'C:\Users\chris_worledge\Documents\GitHub\FHIR-HL7\fhir-base'.
- The element 'http://www.w3.org/1999/xhtml:div' is missing.
Chris Worledge (Jun 19 2019 at 14:37):
The fhir-base.xsd file is annotated "Generated on Thu, Dec 27, 2018 22:37+1100 for FHIR v4.0.0"
Last updated: Apr 12 2022 at 19:14 UTC