Definition Type: Element
Name: validator
Namespace: http://membrane-soa.org/proxies/1/
Type: beans:identifiedType
Containing Schema: proxies-1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into id in schema spring-beans-3_1_xsd Drilldown into identifiedType in schema spring-beans-3_1_xsd Drilldown into skipFaults in schema proxies-1_xsd Drilldown into schematron in schema proxies-1_xsd Drilldown into jsonSchema in schema proxies-1_xsd Drilldown into failureHandler in schema proxies-1_xsd Drilldown into schema in schema proxies-1_xsd Drilldown into wsdl in schema proxies-1_xsdXSD Diagram of validator in schema proxies-1_xsd (Membrane Service Proxy)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
id beans:id (Optional)
wsdl nsB:wsdl (Optional)
schema nsB:schema (Optional)
failureHandler nsB:failureHandler (Optional)
jsonSchema nsB:jsonSchema (Optional)
schematron nsB:schematron (Optional)
skipFaults nsB:skipFaults (Optional)
Collapse Derivation Tree: