Michael Beckerle created DAFFODIL-2200: ------------------------------------------
Summary: xs:import problems with xsd files provided in daffodil-lib Key: DAFFODIL-2200 URL: https://issues.apache.org/jira/browse/DAFFODIL-2200 Project: Daffodil Issue Type: Bug Components: Front End Affects Versions: 2.4.0 Reporter: Michael Beckerle Fix For: 2.5.0 In dfdlx.xsd there are two xs:import statements. These are importing schemas where the schemaLocation is the same directory where dfdlx.xsd resides. Hence, the schemaLocation attributes should just be the filenames, not "xsd/filename.xsd" as they are now. The "xsd/" prefix on the file names should be removed. In XMLSchema_for_DFDL.xsd, there is an import of the dfdl namespace. This has no schemaLocation attribute. It should have schemaLocation="DFDL_part3_model.xsd". -- This message was sent by Atlassian Jira (v8.3.2#803003)