<xsd:element name="validator">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="beans:identifiedType">
<xsd:sequence>
</xsd:sequence>
<xsd:attribute name="wsdl" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="schema" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="failureHandler" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="jsonSchema" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="schematron" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="skipFaults" type="spel_boolean">
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
|