first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package org.apache.xerces.impl.xs.psvi;
|
||||
|
||||
public interface XSAttributeDeclaration extends XSObject {
|
||||
short getConstraintType();
|
||||
|
||||
short getScope();
|
||||
|
||||
String getConstraintValue();
|
||||
|
||||
XSAnnotation getAnnotation();
|
||||
|
||||
XSComplexTypeDefinition getEnclosingCTDefinition();
|
||||
|
||||
XSSimpleTypeDefinition getTypeDefinition();
|
||||
}
|
Reference in New Issue
Block a user