Namespace-based Validation Dispatching Language, aka Namespace-based Validation Dispatching Language, is a xml format created in 2006.
#2622on PLDB | 18Years Old |
Namespace-based Validation Dispatching Language (NVDL) is an XML schema language for validating XML documents that integrate with multiple namespaces. It is an ISO/IEC standard, and it is Part 4 of the DSDL schema specification. Much of the work on NVDL is based on the older Namespace Routing Language.. Read more on Wikipedia...
<rules xmlns="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0">
<namespace ns="http://www.w3.org/1999/xhtml">
<validate schema="xhtml.rng"/>
</namespace>
<namespace ns="http://www.w3.org/2000/svg/">
<validate schema="svg.sch"/>
</namespace>
<anyNamespace>
<reject/>
</anyNamespace>
</rules>