complexType "queuedAsynchronousProcessingStrategy"
Namespace:
Content:
complex, 9 attributes, attr. wildcard, 2 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
("WAIT" | "DISCARD" | "DISCARD_OLDEST" | "ABORT" | "RUN")
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, abstract-queue-store?
</...>
Content Model Elements (2):
abstract-queue-store, annotations
All Direct / Indirect Based Elements (2):
queued-asynchronous-processing-strategy, queued-thread-per-processor-processing-strategy
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
  processingStrategyType (extension)
      asynchronousProcessingStrategy (extension)
          queuedAsynchronousProcessingStrategy
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="queuedAsynchronousProcessingStrategy">
<xsd:complexContent>
<xsd:extension base="asynchronousProcessingStrategy">
<xsd:sequence>
<xsd:element minOccurs="0" ref="abstract-queue-store"/>
</xsd:sequence>
<xsd:attribute name="queueTimeout" type="substitutableInt"/>
<xsd:attribute name="maxQueueSize" type="substitutableInt"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/10)
maxQueueSize
Type:
Use:
optional
Defines the maximum number of messages that can be queued.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="maxQueueSize" type="substitutableInt"/>

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 within this component only; 1/2)
abstract-queue-store
Type:
abstractQueueStoreType, complex content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 6 elements
The queue store that stortes the queue's elements. If not specified, this will be the default-in-memory-queue-store.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" ref="abstract-queue-store"/>

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.