by Eric van der Vlist is published by O'Reilly & Associates (ISBN: 0596004214)
ref — Reference to a named pattern
element ref { attribute name { xsd:NCName }, ( 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
<element name="book"> <ref name="book-start"/> <ref name="book-end"/> </element> <element name="library"> <oneOrMore> <ref name="book-element"/> </oneOrMore> </element> |
This attribute defines the default datatype library. The value is inherited.
This attribute specifies the name of the named pattern that is referenced.
This attribute defines the default namespace for the elements defined in a portion of schema. The value is inherited.
This text is released under the Free Software Foundation GFDL.