org.apache.xerces.impl.xs
Class XSAttributeDecl

java.lang.Object
  |
  +--org.apache.xerces.impl.xs.XSAttributeDecl

public class XSAttributeDecl
extends java.lang.Object

The XML representation for an attribute declaration schema component is an element information item

Version:
$Id: XSAttributeDecl.java,v 1.1 2001/10/25 20:36:02 elena Exp $
Author:
Elena Litani, IBM, Sandy Gao, IBM

Field Summary
static short DEFAULT_VALUE
           
 short fConstraintType
           
 java.lang.Object fDefault
           
static short FIXED_VALUE
           
 java.lang.String fName
           
 java.lang.String fTargetNamespace
           
 DatatypeValidator fType
           
static short NO_CONSTRAINT
           
 
Constructor Summary
XSAttributeDecl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_CONSTRAINT

public static final short NO_CONSTRAINT

DEFAULT_VALUE

public static final short DEFAULT_VALUE

FIXED_VALUE

public static final short FIXED_VALUE

fName

public java.lang.String fName

fTargetNamespace

public java.lang.String fTargetNamespace

fType

public DatatypeValidator fType

fConstraintType

public short fConstraintType

fDefault

public java.lang.Object fDefault
Constructor Detail

XSAttributeDecl

public XSAttributeDecl()


Copyright © 1999-2001 Apache XML Project. All Rights Reserved.