Package org.jgroups.annotations
Annotation Type XmlInclude
Used to include other schemas by
XMLSchemaGenerator. Example:
@XmlInclude(schema="relay.xsd",type=Type.IMPORT,namespace="urn:jgroups:relay:1.0",alias="relay")
results in the following include in the schema element:
<xs:schema... xmlns:relay="urn:jgroups:relay:1.0" />
...
<xs:import schemaLocation="fork-stacks.xsd" namespace="urn:jgroups:relay:1.0" />
- Since:
- 3.5
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional Elements
-
Element Details
-
type
XmlInclude.Type type- Default:
INCLUDE
-
schema
String[] schema- Default:
{}
-
namespace
String namespace- Default:
""
-
alias
String alias- Default:
""
-