Package com.orchestranetworks.addon.dml
Interface XSDGenerator
public interface XSDGenerator
Provides a method for generating an XML Schema Document (XSD) file.
- Since:
 - 2.6.2
 
- 
Method Summary
Modifier and TypeMethodDescriptiongenerate(DataModelSpec spec) Returns the result of the XML Schema Document (XSD) file generation. 
- 
Method Details
- 
generate
Returns the result of the XML Schema Document (XSD) file generation.- Parameters:
 spec- the data model specification that defines the configuration for generating an XML Schema Document (XSD) file.- Throws:
 DataModelException
 
 -