XML Schema Components

You can catalog XML Schema Definitions (XSD) components and use them in your BPM project. Use XML Schema components for parsing, validating, manipulating and generating typed XML documents.

Supported XML Schema languages

Oracle BPM supports the XML Schema Definition (XSD) language versions 1.0 and 1.1.

Other XML schema languages, such as like DTD (Document Type Definition) are not currently supported. Third party tools exist to convert other schema languages into XSD.

Not using Schemas

If you need to perform ad-hoc XML parsing and general XML processing without using schemas, refer to the standard Fuego.Xml.XMLDocument and Fuego.Xml.XMLNode components.