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


Name

notAllowed — Not allowed

Synopsis

element notAllowed
{
 (
 attribute ns { text }?,
 attribute datatypeLibrary { xsd:anyURI }?,
 attribute * - (rng:* | local:*) { text }*
 ),
 ( element * - rng:* { ... }* )
}

Class

pattern

May be included in

attribute, choice, define, element, except, group, interleave, list, mixed, oneOrMore, optional, start, zeroOrMore

Compact syntax equivalent

notAllowed

Description

The notAllowed pattern always fails. It can provide abstract definitions that must be overridden before they can be used in a schema.

Example

<define name="isbn-element" combine="choice">
  <notAllowed/>
</define>

Attributes

datatypeLibrary

This attribute defines the default datatype library. The value is inherited.

ns

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.