complexType "sedaServiceType"
Namespace:
Content:
complex, 3 attributes, 9 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string)
    initialState
 = 
("started" | "stopped" | "paused") : "started"
    queueTimeout
 = 
(xsd:string | xsd:int)
    >
   
Content: 
description?, inbound?, abstract-component?, outbound?, async-reply?, abstract-exception-strategy?, abstract-message-info-mapping?, abstract-service-threading-profile?, abstract-queue-profile?
</...>
Content Model Elements (9):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  baseServiceType (extension)
      sedaServiceType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="sedaServiceType">
<xsd:complexContent>
<xsd:extension base="baseServiceType">
<xsd:sequence>
<xsd:element minOccurs="0" ref="abstract-service-threading-profile"/>
<xsd:element minOccurs="0" ref="abstract-queue-profile"/>
</xsd:sequence>
<xsd:attribute name="queueTimeout" type="substitutableInt"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/3)
queueTimeout
Type:
Use:
optional
The timeout used when taking messages from the service queue.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="queueTimeout" type="substitutableInt"/>
Content Element Detail (all declarations; defined in this component only; 2/9)
abstract-queue-profile
Type:
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 1 element
XML Source (see within schema source)
<xsd:element minOccurs="0" ref="abstract-queue-profile"/>

abstract-service-threading-profile
Type:
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 1 element
XML Source (see within schema source)
<xsd:element minOccurs="0" ref="abstract-service-threading-profile"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.