An introduction to NVDL, ISO 19757-4

Legal Notice
Revision History
2007-02-27T14:50:38.0ZDave Pawson

Initial Issue


Table of Contents

Preface
1. Background
2. NVDL basics
3. Using modes
4. Instance patterns
5. Triggers
6. Syntax
7. The NVDL processing model
8. schema Documentation
References
A. Glossary
B. NVDL Implementations
C. GNU Free Documentation License

List of Examples

2.1. A basic NVDL script
2.2. The schema for example 1
2.3. The xml instance for example 1
2.4. An XML instance using three namespaces
2.5. The three sections from Example 2.4
2.6. A possible schema for the full document
2.7. Importing schema
2.8. a reduced schema
2.9. The NVDL script for Example 2.4
3.1. A moded version of Example 2.9
5.1. A simple trigger example - the XML instance
5.2. A simple trigger example - the script
5.3. A simple trigger example - the schema used
6.1. Alternate schema usage
7.1. The NVDL script demonstrating attach processing
7.2. Mixing validate and attach
7.3. Script using unwrap
7.4. Script for case 5, mixed validate and unwrap
7.5. Script using validate, unwrap and attach
7.6. A null action script
7.7. No validation, using unwrap
7.8. validate, unwrap and attach example
7.9. Combining sections
Legal Notice