News

In an earlier blog entry , I wrote about using Trang to generate XML Schema from an XML source document.
xml_catalog: an XML catalog file identifying the schemas to be processed. build_json: "true" if you want JSON Schema to be generated in the output, "false" otherwise. link_to_dirs: "true" if you want ...
The next screen snapshot demonstrates the most simple use of schemagen in which the generated XML schema file (.xsd) is generated with the default name of schema1.xsd (there is no current way to ...
XML Schema Test Generator A Java-based tool that automatically generates positive and negative test cases for XML Schema validation based on cardinality and enumeration constraints.
George McGeachie describes key differences between database and XML design paradigms, and advises on how to ensure that your data modeling tools will help visualise your schemas.
Furthermore, a module will be develop for converting the XML schema design based on this approach into a relational database schema. This should allow efficient management of the XML data through the ...
The UML (Unified Modeling Language) class diagram which is a part of structure of UML is fit for object modeling, and more recently, as the appearance of UXF (UML exchange format) UML class diagram by ...
Approach JAXB, the Java Architecture for XML Binding, has been around for some time as well. The XJC tool from the project is the standard way to create Java class bindings from XML schemas.