TOP

reverse.xsd

Description

Reverse engineer XML schema(s) and represents the elements, nesting as classes, attributes, compositions in a UML 1.3 model. This class implements reverse engineering logic for XML schemas and storing the results as UML 1.3 objects. The model produced is in fact a Platform Specific Model, which might need additional processing and tuning.

Usage:

   <reverse.xsd output="...">
     <fileset .... />
   </reverse.xsd>  
 
Conventions for the model produced:

Implementation class

net.mdatools.modelant.uml13.reverse.task.ReverseEngineerXsdTask

Parameters

Attribute Description Type
output The name of the output file to write the model to File
work The directory where to store the work/temp files File

Nested elements

Element Description
Lists the the file set that enlists all XSDs to process Choose among:

Use <typedef resource="net/mdatools/modelant/uml13/reverse/antlib.xml"/>
Documentation generated by ant.doc Ant macro from ModelAnt by MDA Tools