You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by "Michael Beckerle (Jira)" <ji...@apache.org> on 2019/09/10 20:00:12 UTC

[jira] [Created] (DAFFODIL-2200) xs:import problems with xsd files provided in daffodil-lib

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)