by Eric van der Vlist is published by O'Reilly & Associates (ISBN: 0596004214)
externalRef — Reference to an external schema
element externalRef
{
attribute href { xsd:anyURI },
(
attribute ns { text }?,
attribute datatypeLibrary { xsd:anyURI }?,
attribute * - (rng:* | local:*) { text }*
),
( element * - rng:* { ... }* )
} |
attribute, choice, define, element, except, group, interleave, list, mixed, oneOrMore, optional, start, zeroOrMore
The externalRef pattern is a reference to an external schema. It has the same effect as replacing the externalRef pattern with the external schema, which is treated as a pattern.
This text is released under the Free Software Foundation GFDL.