Subject:Building Schema from XML Author:Leigh Walton Date:17 Oct 2007 12:10 PM
Is there a way through Stylus Studio to tell it to analyze the XML document and based on an element by element analysis generate extended/restricted element type definitions such as minoccurs, maxoccurs, pattern, length, max length, min length, etc. What I would be saying is this XML document is a model for future documents and that I want to use the schema for the future documents.
Subject:Building Schema from XML Author:(Deleted User) Date:22 Oct 2007 06:34 AM
Hi Leigh,
Stylus Studio infers some informations from the input XML, like data types and simple cardinality; unless the source XML contains all the combinations of valid instances of data, trying to automatically build the minLength/maxLength/pattern informations would be wrong for most of the time.