Module org.mule.sdk.api
Annotation Interface OutputXmlType
Declares the annotated
ComponentModel's output 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 output 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 output within the provided
schema()()}.
-