@MinMuleVersion("4.1") @Retention(RUNTIME) @Target(PARAMETER) public @interface InputXmlType
Declares the annotated ParameterModel's MetadataType to the type represented by the provided element in the XSD Schema.

Can only be used on String or InputStream parameters in order to be correctly coerced.

Since:
1.1
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
     
  • Element Details

    • schema

      String schema
      Returns:
      the XSD schema file where the element to be loaded 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 within the provided schema().