FileDocCategorySizeDatePackage
XSAttributeUse.javaAPI DocJava SE 5 API3583Fri Aug 26 14:55:52 BST 2005com.sun.org.apache.xerces.internal.impl.xs.psvi

XSAttributeUse

public interface XSAttributeUse implements XSObject
This interface represents the Attribute Use schema component. The interface may be updated or replaced.

Fields Summary
Constructors Summary
Methods Summary
public XSAttributeDeclarationgetAttrDeclaration()
[attribute declaration]: provides the attribute declaration itself, which will in turn determine the simple type definition used.

public shortgetConstraintType()
Value Constraint: one of default, fixed.

public java.lang.StringgetConstraintValue()
Value Constraint: The actual value.

public booleangetRequired()
[required]: determines whether this use of an attribute declaration requires an appropriate attribute information item to be present, or merely allows it.