com.sun.msv.grammar.xmlschema

Class Field

public class Field extends Object implements Serializable

represents one field of an identity constraint.

Author: Kohsuke KAWAGUCHI

Field Summary
XPath[]paths
XPath that characterizes this field.

Field Detail

paths

public XPath[] paths
XPath that characterizes this field. 'A|B' is represented by using two FieldPath objects.