The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.03 - 2003-10-03

  • Added cache mode to reuse schema objects between calls.
  • Added support for more builtin simpleTypes: normalizedString, token, short, byte, unsignedInt, unsignedShort, unsignedByte
  • Added support for element and attribute refs.
  • Added support for simpleContent.
  • Fixed bug preventing <simpleType> within <sequence> or <choice> from working.
  • Fixed NMTOKEN implementation to derive from token instead of string.
  • Fixed bug where test suite would fail if XML::SAX::RTF was installed.

Provides

in Schema/ModelNode.pm
in Schema/SimpleType.pm