@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Xml
| Modifier and Type | Required Element and Description |
|---|---|
String |
namespace
Extension's namespace
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
schemaLocation
Location URI for the schema.
|
String |
schemaVersion
The version of the schema.
|
public abstract String namespace
public abstract String schemaVersion
public abstract String schemaLocation
Copyright © 2015 MuleSoft, Inc.. All rights reserved.