http://www.griddynamics.com/schema/jagger
element validator-custom

Documentation
                If you would like to use you custom validator - create your own class, which extends class ResponseValidator.
                Now set attribute 'validator' full name of your class.
            
Properties
This component is not nillable.

Model
<validator-custom
  id = xsd:ID
  parent = xsd:string
  validator = xsd:string>

</validator-custom>


Attribute Summary
 xsd:IDid
          
 xsd:stringparent
          
 xsd:stringvalidator
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

parent

Type:
xsd:string
Use:
optional
Form:
unqualified

validator

Type:
xsd:string
Use:
required
Form:
unqualified

Source
<xsd:element name="validator-custom" substitutionGroup="validator" type="validator-custom">
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.