Package edu.wpi.cs.DSRG.xmldb.DTDWrapper

Class Summary
AttributeDeclaration This class provide interface to get the information about attribute declaration from the XML Schema DOM Tree.
DTDWrapper It is a wrapper for the XML Schema DOM tree and output an DTD interface.
ElementTypeDeclaration  
ElementTypeReference Used to represent a reference back to an element type declaration.
Group Representing the Group in the Element Type Declaration.
Item This is the superclass of the ElementTypeDeclaration and Group.
Reference getRatio() and getOptional() together could used to describe the different occurrence property indicator ratio optional maxOccurs minOccurs no indicator: 1:1 false ^ ^ ? 1:1 true ^ 0 + 1:n false * ^ * 1:n true * 0 This is not a design fault that I seperate the reference the element that is reference to.