Methods Summary |
---|
public XSAnnotation | getAnnotation()Optional. Annotation.
|
public short | getConstraintType()Value constraint: one of VC_NONE, VC_DEFAULT, VC_FIXED .
|
public java.lang.String | getConstraintValue()Value constraint: The actual value with respect to the [type definition
].
|
public XSComplexTypeDefinition | getEnclosingCTDefinition()The complex type definition for locally scoped declarations (see
scope ).
|
public short | getScope()Optional. One of SCOPE_GLOBAL , SCOPE_LOCAL ,
or SCOPE_ABSENT . If the scope is local, then the
enclosingCTDefinition is present.
|
public XSSimpleTypeDefinition | getTypeDefinition()[type definition]: A simple type definition
|