Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • src/main/resources/com/tresys/RFormat/xsd/main.dfdl.xsd - main DFDL schema file
  • src/main/resources/com/tresys/RFormat/xsd/format.dfdl.xsd - DFDL schema file imported/included from main.
    • In the above note that the 'xsd' is at the end, after the com/tresys/RFormat. This is intentional, and different from the way 'code' like scala or java code are organized.
  • src/main/resources/com/tresys/RFormat/xsl/xforms.xsl - other resources than XSD go in other directories
  • src/test/resources/com/tresys/RFormat/tests1.tdml - TDML test file (may be more than 1)
  • src/test/scala/com/tresys/RFormat/Tests1.scala - Scala test driver file. Boilerplate, but makes running tests easy.l
  • build.sbt - sbt - simple build tool - specification file. Edit to change version of Daffodil needed, or versions of other DFDL schemas needed.
  • .classpath - Eclipse classpath file (optional)
  • .project - Eclipse project file (optional)
  • .gitignore - Git revision control system 'ignore' file.
  • README.md - Documentation about the DFDL schema. ".md" extension means "markdown" format file, a simple formatting system.

...