Package com.sun.msv.grammar.xmlschema
Class KeyConstraint
- java.lang.Object
-
- com.sun.msv.grammar.xmlschema.IdentityConstraint
-
- com.sun.msv.grammar.xmlschema.KeyConstraint
-
- All Implemented Interfaces:
Serializable
public class KeyConstraint extends IdentityConstraint
key constraint.- Author:
- Kohsuke KAWAGUCHI
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.msv.grammar.xmlschema.IdentityConstraint
fields, localName, namespaceURI, selectors
-
-
Constructor Summary
Constructors Constructor Description KeyConstraint(String namespaceURI, String localName, XPath[] selector, Field[] fields)
-