com.bea.wli.common
Annotation Type Schemas.Entry


@Target(value={})
public static @interface Schemas.Entry


Required Element Summary
 String file
          The filename or the com.bea.wli.common.Defines.Entry referring to the schema to import.
 
Optional Element Summary
 boolean inline
          A boolean indicating whether the schema is defined within the file (true) or externally (false).
 

Element Detail

file

public abstract String file
The filename or the com.bea.wli.common.Defines.Entry referring to the schema to import.

inline

public abstract boolean inline
A boolean indicating whether the schema is defined within the file (true) or externally (false). The default is true.

Default:
true