Package: cxml-rng
Function pattern-element
Lambda List
pattern-element (ref)
Arguments
Return Valuean instance of element
Details Returns the ref pattern's target.
ref is the only pattern to introduce shared structure and circularity into the pattern graph, by referring to elements defined elsewhere. (ref patterns in the full Relax NG syntax can be used to refer to any pattern definition in the grammar. Simplification normalizes the schema so that ref patterns only refer to definitions which have an element as their child.) |
See also |