graniteds.orgCommunity Documentation

Chapter 14. Appendix

14.1. GraniteDS config DTD
14.2. GraniteDS Spring/Seam Configuration XSD
14.3. Release notes

You can reference the GraniteDS Configuration DTD with:



<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE granite-config PUBLIC
    "-//Granite Data Services//DTD granite-config internal//EN"
    "http://www.graniteds.org/public/dtd/3.0.0/granite-config.dtd">
<granite-config>
    ...
</granite-config>
        

The DTD is online and can be found here.

You can reference the GraniteDS Configuration XSD in your Spring or Seam configuration with:



<?xml version="1.0" encoding="UTF-8"?>
<beans
    ...
    xmlns:graniteds="http://www.graniteds.org/config"
    xsi:schemaLocation="
        ...
        http://www.graniteds.org/config http://www.graniteds.org/public/dtd/3.0.0/granite-config-3.0.xsd">

    ...
</beans>
        

The XSD is online and can be found here.

See the GraniteDS JIRA.