Re: [xml-dev] XML Schema generation by machine learning from a corpus of XML instance documents?

From
Rick Jelliffe <>
To
"Costello, Roger L." <>
Date
2018-03-13T23:03:18Z
ID
<CADUdYQUzxqQHp4svDXLz1bb+L_XG=6DRg_t=>
Thread
Re: [xml-dev] XML Schema generation by machine learning from a corpus of XML instance documents?
We had a program to generate every absolute XPath found in a corpus, then complain (Schematron) if any Xpath was found that was not in that corpus. It did not test for required elements.

That kind of thing is only as good as the corpus, and for any decent schema for literature-type of XML, your sample set may have to be very large.  I worked for a company where, after 100,000 docment instances we were still getting new XPaths.  Because things like tables appearing in new contexts.

So for an schema imferencing system, it really needs to have some idea of what can be in mixed content, to allow that everywhere, or what kinds of blocks there can be.

But simple structures, no worries.

Rick

On Wed, Mar 14, 2018 at 3:49 AM, Costello, Roger L. <[email protected]> wrote:
Hi Folks,

Scenario: A bunch of XML instance documents are fed into a machine learning program. The program analyzes the instances to learn the structure of the items, which items are mandatory, and which items are optional. Out pops an XML Schema.

Question: Has anyone created an XML Schema generating machine learning program?

/Roger

_______________________________________________________________________

XML-DEV is a publicly archived, unmoderated list hosted by OASIS
to support XML implementation and development. To minimize
spam in the archives, you must subscribe before posting.

[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Or unsubscribe: [email protected]
subscribe: [email protected]
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php