Oracle XML Schema Processor 9.0.1.2.0 Production
December 1, 2001

This is the second patch release of 9.0.1.

New Features

Bug Fixed

  • Bug #1955074: NEED TO UPDATE SCHEMA PROCESSOR TO W3 RECOMMANDATION


    Oracle XML Schema Processor 9.0.1.1.0A
    August 1, 2001

    This is the first patch release of 9.0.1.


    Oracle XML Schema Processor 9.0.1.0.0
    April 13, 2001

    This is the production release of 9.0.1.0.0.
    The schema processor complies with the W3C XMLSchema Candidate Recommendation

    Bug Fixed
     

  • Bug#1731979: SCHEMA PROCESSOR DOES NOT SUPPORT LAX VALIDATION
  • Bug#1730824: SCHEMA PROCESSOR SHOULD SUPPORT INLINE INCLUDE AND IMPORT
  • Bug#1723366: VARIOUS BOUNDARY CONDITIONS OF <XSD:ANY> FAIL IN OCT 00 CR SYNTAX
  • Bug#1723007:AN XSD FILE WITH RECURSIVE-LIKE DEFINTION DOES NOT WORK
  • Bug#1708841: SCHEMA PROCESSOR FAILS TO VALIDATE ONE SCHEMA
  • Bug#1661330: ADDITIONAL SPACE REQUIRED IN ANYATTRIBUTE/@NAMESPACE DECLARATION
  • MIXED CONTENT DOES NOT ALLOW TEXTS IN GROUPS

  •  

     

    Oracle XML Schema Processor 9.0.0.0.0A Beta
    Mar 31, 2001

    This is the second beta release of 9.0.0.0.0.
    The schema processor complies with the W3C XMLSchema Candidate Recommendation

    Bug Fixed
     

  • INCORRECT PARENT LINK CAUSE REFERENCES ERROR
  • Bug#1643156: NULL POINTER EXCEPTION WHEN PARSE ALL GROUP
  • SCHEMA IMPORT AND INCLUDE CAUSE DUPLICATED DEFINITION ERROR
  • TOP LEVEL ANNOTATIONS ARE NOT ALLOWED
  • REFERENCE TO ANYTYPE IS NOT HANDLED CORRECTLY

  •  

     

      Oracle XML Schema Processor 9.0.0.0.0 Beta

    Jan 25, 2001
     
     

    This is the first beta release of 9.0.0.0.0.

    The schema processor complies with the following W3C XMLSchema Candidate Recommendation:

  • XML Schema Part 0: Primer
  • XML Schema Part 1: Structures
  • XML Schema Part 2: Datatypes

  • Bug Fixed

  • Bug #1588606: GET A NULL POINTER EXCEPTION WHEN BUILDING SCHEMA
  • Bug #1584960: XML PARSER DOES NOT RECOGNIZE MINOCCURS ATTRIBUTE OF COMPLEX ELEMENT
  • Bug #1562568: REQUIRED ATTRIBUTES ARE NOT ENFORCED
  • Bug #1562435: ERROR FOR ELEMENT WITH EMPTY CONTENT (ATTRIBUTES ONLY)
  • Bug #1495361: PATTERN FACETS SHOULD BE OF 'OR' RELATION RATHER THAN 'AND".
  • Bug #1486115: GROUP ORDER SHOULD BE EXPLICIT
  • Bug #1481095: XML SCHEMA PROCESSOR SHOULD SUPPORT INLINE SCHEMA.
  • Bug #1449270: DEFAULTS ARE NOT PROCESSED

  • Oracle XML Schema Validator 1.0.1 Beta
    -------------------------------

    October 17, 2000

    The schema processor complies with the following W3C XMLSchema Candidate Recommendation:

  • XML Schema Part 0: Primer
  • XML Schema Part 1: Structures
  • XML Schema Part 2: Datatypes

  •  

     

    Please note that in this release, the schema namespace has been changed to:
    http://www.w3.org/2000/10/XMLschema
    and the namespace for built-in datatypes has been separated from schema namesapce to:
    http://www.w3.org/2000/10/XMLSchema-datatypes
    in accordance with the current Working Drafts. In order to use new syntax and features of the current spec, new schema namespace must be used.
    Old syntax is supported under the old schema namespace in this release but the use is discouraged, there is no gurantee for future support.

    The following features are not implemented in this release

  • redefine element.
  • unique, key and keyref constrains when using SAXParser.
  • lexical space validation & comparison of datetime datatypes.
  • binary encoding validation.

  •  

     

    APIs to build a XMLSchema object

  • build(java.io.InputStream, java.net.URL)
  • build(java.io.Reader, java.net.URL)
  • build(java.lang.String, java.net.URL)
  • build(oracle.xml.parser.v2.XMLDocument, java.net.URL)

  • This is still a beta release for XML schema validation, and it is subject to change with changes in the XML Schema working draft.


    Oracle XML Schema Validator 1.0 Beta
    -------------------------------

    July 21, 2000

    The schema processor complies with the following W3C XMLSchema Working Drafts:

  • XML Schema Part 0: Primer
  • XML Schema Part 1: Structures
  • XML Schema Part 2: Datatypes

  •  

     

    The following features are not implemented in this release

  • unique, key and keyref constrains when using SAXParser.
  • lexical space validation & comparison of datetime datatypes.
  • precision & scale check in decimal type.
  • binary encoding validation.

  •  

     

    APIs to build a XMLSchema object build(java.io.InputStream, java.net.URL) build(java.io.Reader, java.net.URL) build(java.lang.String) build(java.lang.String, java.net.URL) build(java.net.URL) build(oracle.xml.parser.v2.XMLDocument, java.net.URL)

    This is an beta release for XML schema validation, and it is subject to change with changes in the XML Schema working draft.


    Oracle XML Schema Validator 0.9 Alpha
    -------------------------------

    March 1, 2000

    The schema processor complies with the following W3C XMLSchema Working Drafts:

  • XML Schema Part 0: Primer
  • XML Schema Part 1: Structures
  • XML Schema Part 2: Datatypes

  •  

     

    The following features are not implemented in this release

  • unique, key and keyref constrains.
  • derivation by restriction from complexType.
  • pattern facet in string, datetime datatypes
  • builtin types derived from integer ((unsigned) long, short, int, byte)
  • comparison of datetime datatypes

  •  

     

    New APIs in XMLParser to invoke XML Schema validation

  • setSchemaValidationMode(boolean) to set schema validation mode.
  • setXMLSchema(object) set a XMLSchema object to be used for validation

  •  

     

    APIs to build a XMLSchema object

  • XSDBuilder.build(String namespace, String systemId) returns XMLSchema object

  •  

     

    This is an alpha release for XML schema validation, and it is subject to change with changes in the XML Schema working draft.

    The following directories and files are found in the release:

       license.html - licensing agreement
       readme.html - this file
       doc/ - API documentation
       lib/ - contains the XML parser and XML schema processor jar
       sample/ - contains examples of how to use the XML Schema validation