complexType "simpleServiceType"
Namespace:
Content:
complex, 11 attributes, attr. wildcard, 5 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 6 attributes, 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string)
 = 
xsd:boolean : "false"
 = 
xsd:NMTOKEN
 = 
("started" | "stopped") : "started"
 = 
xsd:string
 = 
xsd:string
 = 
xsd:NMTOKENS
 = 
xsd:NMTOKENS
 = 
xsd:string
 = 
(xsd:string | xsd:string)
 = 
("direct" | "jax-ws" | "jax-rs")
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, description?, abstract-inbound-endpoint?, abstract-component?, legacy-abstract-exception-strategy?
</...>
Content Model Elements (5):
abstract-component, abstract-inbound-endpoint, annotations, description, legacy-abstract-exception-strategy
All Direct / Indirect Based Elements (2):
simple-service, simple-service
Known Usage Locations
Annotation
A simple request-response service, with no outbound router.
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
      baseFlowConstructType (extension)
          simpleServiceType
XML Source (w/o annotations (9); see within schema source)
<xsd:complexType name="simpleServiceType">
<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-component"/>
<xsd:element minOccurs="0" ref="legacy-abstract-exception-strategy"/>
</xsd:sequence>
<xsd:attribute name="address" type="xsd:string"/>
<xsd:attribute name="endpoint-ref" type="xsd:string"/>
<xsd:attribute name="transformer-refs" type="xsd:NMTOKENS"/>
<xsd:attribute name="responseTransformer-refs" type="xsd:NMTOKENS"/>
<xsd:attribute name="component-ref" type="xsd:string"/>
<xsd:attribute name="component-class" type="substitutableClass"/>
<xsd:attributeGroup ref="simpleServiceTypes"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 6/12)
address
Type:
xsd:string, predefined
Use:
optional
The address on which this simple service is listening.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="address" type="xsd:string"/>

component-class
Type:
Use:
optional
Specifies a component class. This is a shortcut that is equivalent to providing a 'prototype-object' element.
Attribute Value
xsd:string | xsd:string
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="component-class" type="substitutableClass"/>

component-ref
Type:
xsd:string, predefined
Use:
optional
The component that is invoked when incoming messages are received.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="component-ref" type="xsd:string"/>

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

responseTransformer-refs
Type:
xsd:NMTOKENS, predefined
Use:
optional
A list of the transformers that will be applied (in order) to the synchronous response before it is returned via the transport.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="responseTransformer-refs" type="xsd:NMTOKENS"/>

transformer-refs
Type:
xsd:NMTOKENS, predefined
Use:
optional
A list of the transformers that will be applied (in order) to the message before it is delivered to the component.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="transformer-refs" type="xsd:NMTOKENS"/>
Content Element Detail (all declarations; defined within this component only; 3/5)
abstract-component
Type:
abstractComponentType, 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 16 elements
The component that is invoked when incoming messages are received.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" ref="abstract-component"/>

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"/>

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.