complexType "schemaValidationFilterType"
Namespace:
Content:
complex, 6 attributes, attr. wildcard, 1 element
Defined:
globally in mule-xml.xsd; see XML source
Includes:
definitions of 5 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
xsd:string
 = 
xsd:boolean : "true"
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?
</...>
Content Model Elements (1):
mule:annotations
All Direct / Indirect Based Elements (2):
json-schema-validation-filter, schema-validation-filter
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:commonFilterType (extension)
          mule:abstractFilterType (extension)
              schemaValidationFilterType
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="schemaValidationFilterType">
<xsd:complexContent>
<xsd:extension base="mule:abstractFilterType">
<xsd:attribute name="schemaLocations" type="xsd:string"/>
<xsd:attribute name="schemaLanguage" type="xsd:string"/>
<xsd:attribute default="true" name="returnResult" type="xsd:boolean"/>
<xsd:attribute name="resourceResolver-ref" type="xsd:string"/>
<xsd:attribute name="errorHandler-ref" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 5/7)
errorHandler-ref
Type:
xsd:string, predefined
Use:
optional
Reference to a Spring bean that implements <code>org.xml.sax.ErrorHandler</code>.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="errorHandler-ref" type="xsd:string"/>

resourceResolver-ref
Type:
xsd:string, predefined
Use:
optional
Reference to a Spring bean that implements <code>org.w3c.dom.ls.LSResourceResolver</code>.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="resourceResolver-ref" type="xsd:string"/>

returnResult
Type:
xsd:boolean, predefined
Use:
optional
Whether the filter should cache the result of the XML. If this is false, the filter will be more efficient, but it won't allow you to read the XML again.
Attribute Value
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="true" name="returnResult" type="xsd:boolean"/>

schemaLanguage
Type:
xsd:string, predefined
Use:
optional
The schema language to use. The default is "http://www.w3.org/2001/XMLSchema".
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="schemaLanguage" type="xsd:string"/>

schemaLocations
Type:
xsd:string, predefined
Use:
optional
The path to the schema file. You can specify multiple schema locations for validation.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="schemaLocations" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.