com.sun.msv.grammar.xmlschema

Class AttributeDeclExp

public class AttributeDeclExp extends ReferenceExp

global attribute declaration. The exp field of this object is not much useful.

Author: Kohsuke KAWAGUCHI

Field Summary
AttributeExpself
actual definition.
Constructor Summary
AttributeDeclExp(String typeLocalName)
name of this attribute declaration.
Method Summary
voidset(AttributeExp exp)

Field Detail

self

public AttributeExp self
actual definition. This expression contains meaningful information.

Constructor Detail

AttributeDeclExp

public AttributeDeclExp(String typeLocalName)
name of this attribute declaration. According to the spec, the name must be unique within one schema (in our object model, one XMLSchemaSchema object).

Method Detail

set

public void set(AttributeExp exp)