This repository contains XMLWhitePaper, an example JADE schema that accompanies the XML in JADE white paper.
The accompanying white paper that also contains instructions for usage of the XMLWhitePaper schema can be found at https://www.jadeplatform.com/developer-centre/learn/whitepapers
These instructions describe how to load the schema for usage on your machine.
Before you can load the schemas, you need JADE 2022 installed. If you are still on JADE 2020, you can load the schemas found in the v2020 branch of the repository.
You may also be able to find versions of the schema for usage with older versions of JADE at https://www.jadeplatform.com/developer-centre/learn/whitepapers under the Archived section at the bottom, although this is not guaranteed.
- Grab a FREE Developer's license at https://www.jadeplatform.com/developer-centre/licensing/free-development-licence.
- Download the JADE 2022 release at https://www.jadeplatform.com/developer-centre/downloads.
- Open the installer and follow the instructions in the install wizard.
- JADE is now installed, and a shortcut has been placed in your Start menu. You're good to go!
For details about installing JADE, see https://secure.jadeworld.com/JADETech/JADE2022/Docs/InstallConfig.pdf.
Step 1: Setting your username and email
- In the Options menu, select the Preferences command.
- Select the Source Management sheet.
- Enter your name and email address in the Commit Details group box inside the Source Control group box.
- Select a valid working directory. (This can be whatever you like, as long as you remember it.)
- Click the OK button.
Step 2: Cloning the Repository
- In the Browse menu, select the Clone command from the Git Source Control Client submenu. (The local path is filled in for you as the path you selected in Step 1.)
- For the Repository URL, enter https://github.com/jadesoftwarenz/JADE-WP-XML.
- Click the Clone button.
Step 3: Load the Schemas
- In the Schema menu, select the Load command.
- For Schema File Name click Browse and find the XMLWhitePaper.scm file you cloned into the path you selected.
- For Forms File Name click Browse and find the XMLWhitePaper.ddx file you cloned into the path you selected.
- Click the OK button, and the XMLWhitePaper schema will be loaded into your Schema Browser ready for use.
Q. Can I contribute to or change these schemas?
The schemas contained in this repository are for demonstration purposes, and as such, are not open to pull requests. However, you are welcome to create a fork and make changes to your own copy, subject to our license (LICENSE.txt).
Q. What can I do with the XMLWhitePaper schema?
Refer to the XML in JADE white paper found at https://www.jadeplatform.com/developer-centre/learn/whitepapers for detailed instructions on using the schema as well as exaplanations of the concepts it demonstrates.
This project is licensed under the MIT License. See the LICENSE.txt file for details.