by Eric van der Vlist is published by O'Reilly & Associates (ISBN: 0596004214)


Name

external — Reference to an external schema

Synopsis

"external" 
literal [
inherit]

Restrictions

pattern

May be included in

(pattern), attribute, datatypeName param exceptPattern, element, list, mixed, pattern&pattern, pattern*, pattern+, pattern,pattern, pattern?, pattern|pattern

XML syntax equivalent

externalRef

Description

The external pattern is a reference to an external schema. This has the same effect as replacing the external pattern by the external schema considered as a pattern.

Example

element university { element name { text }, external "flat.rnc" }
element book { external "book.rnc" }

This text is released under the Free Software Foundation GFDL.