Module org.mule.sdk.api
Annotation Interface AttributesXmlType
@Retention(RUNTIME)
@Target({METHOD,TYPE})
@MinMuleVersion("4.5.0")
public @interface AttributesXmlType
Declares the annotated
ComponentModel's attributes MetadataType to the type represented by the provided element
in the XSD Schema.- Since:
- 1.0
-
Required Element Summary
Required Elements
-
Element Details
-
schema
String schema- Returns:
- the XSD schema file where the element to be loaded for the attributes type is defined. The schema must live in the extension resources in order to be located.
-
qname
String qname- Returns:
- the qualified name used to reference the element to be loaded for the attributes within the provided
schema().
-