complexType "validatorType"
Namespace:
Content:
complex, 12 attributes, attr. wildcard, 6 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 8 attributes, 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string)
 = 
xsd:boolean : "false"
 = 
xsd:NMTOKEN
 = 
("started" | "stopped") : "started"
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, description?, abstract-inbound-endpoint?, abstract-filter?, abstract-outbound-endpoint?, legacy-abstract-exception-strategy?
</...>
Content Model Elements (6):
abstract-filter, abstract-inbound-endpoint, abstract-outbound-endpoint, annotations, description, legacy-abstract-exception-strategy
All Direct / Indirect Based Elements (2):
validator, validator
Known Usage Locations
Annotation
A validator with a single request-response inbound endpoint and a single outbound endpoint.
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
      baseFlowConstructType (extension)
          validatorType
XML Source (w/o annotations (12); see within schema source)
<xsd:complexType name="validatorType">
<xsd:complexContent>
<xsd:extension base="baseFlowConstructType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" ref="abstract-inbound-endpoint"/>
<xsd:element maxOccurs="1" minOccurs="0" ref="abstract-filter"/>
<xsd:element maxOccurs="1" minOccurs="0" ref="abstract-outbound-endpoint"/>
<xsd:element minOccurs="0" ref="legacy-abstract-exception-strategy"/>
</xsd:sequence>
<xsd:attribute name="inboundAddress" type="xsd:string"/>
<xsd:attribute name="inboundEndpoint-ref" type="xsd:string"/>
<xsd:attribute name="validationFilter-ref" type="xsd:string"/>
<xsd:attribute name="outboundAddress" type="xsd:string"/>
<xsd:attribute name="outboundEndpoint-ref" type="xsd:string"/>
<xsd:attribute name="ackExpression" type="xsd:string"/>
<xsd:attribute name="nackExpression" type="xsd:string"/>
<xsd:attribute name="errorExpression" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 8/13)
ackExpression
Type:
xsd:string, predefined
Use:
optional
An expression used to build the content of the response in case a valid message has been received.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="ackExpression" type="xsd:string"/>

errorExpression
Type:
xsd:string, predefined
Use:
optional
An expression used to build the content of the response in case an error occurs during the outbound dispatch. The outbound endpoint's exchange pattern must be request-response if errorExpression is used.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="errorExpression" type="xsd:string"/>

inboundAddress
Type:
xsd:string, predefined
Use:
optional
The address on which this bridge is listening.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="inboundAddress" type="xsd:string"/>

inboundEndpoint-ref
Type:
xsd:string, predefined
Use:
optional
The endpoint on which this bridge is listening.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="inboundEndpoint-ref" type="xsd:string"/>

nackExpression
Type:
xsd:string, predefined
Use:
optional
An expression used to build the content of the response in case an invalid message has been received.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="nackExpression" type="xsd:string"/>

outboundAddress
Type:
xsd:string, predefined
Use:
optional
The address to which messages are sent.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="outboundAddress" type="xsd:string"/>

outboundEndpoint-ref
Type:
xsd:string, predefined
Use:
optional
The endpoint to which messages are sent.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="outboundEndpoint-ref" type="xsd:string"/>

validationFilter-ref
Type:
xsd:string, predefined
Use:
optional
The filter to use to validate incoming message: accepted messages are considered valid.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="validationFilter-ref" type="xsd:string"/>
Content Element Detail (all declarations; defined within this component only; 4/6)
abstract-filter
Type:
commonFilterType, complex content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
affiliated to substitution group abstract-message-processor; may be substituted with 30 elements
The filter to use to validate incoming message: accepted messages are considered valid.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" ref="abstract-filter"/>

abstract-inbound-endpoint
Type:
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 30 elements
The endpoint on which messages are received.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" ref="abstract-inbound-endpoint"/>

abstract-outbound-endpoint
Type:
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 25 elements
The endpoint to which messages are sent.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" ref="abstract-outbound-endpoint"/>

legacy-abstract-exception-strategy
Type:
exceptionStrategyType, complex content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 7 elements
XML Source (see within schema source)
<xsd:element minOccurs="0" ref="legacy-abstract-exception-strategy"/>

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.