Skip to main content

Problem:

If you want to read an XSD file programatically you may want a Schema for the Scheme so that you can generate the COBOL data structures using the cbl2xml wizard.

Resolution:

The schema for the XML Schemas is a available at:-

Schema is http://www.w3.org/2001/XMLSchema.xsd

Full details on schemas and a DTD for a schema is available at:-

http://www.w3.org/2001/XMLSchema

Old KB# 1356