complexType "queueProfileType"
Namespace:
Content:
complex, 1 attribute, 1 element
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:int)
    >
   
Content: 
abstract-queue-store?
</...>
Content Model Elements (1):
abstract-queue-store
All Direct / Indirect Based Elements (3):
queue-profile, queue-profile, queueProfile
Known Usage Locations
Type Definition Detail
Type Derivation Tree
abstractQueueProfileType (extension)
  queueProfileType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="queueProfileType">
<xsd:complexContent>
<xsd:extension base="abstractQueueProfileType">
<xsd:sequence>
<xsd:element minOccurs="0" ref="abstract-queue-store"/>
</xsd:sequence>
<xsd:attribute name="maxOutstandingMessages" type="substitutableInt"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
maxOutstandingMessages
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="maxOutstandingMessages" type="substitutableInt"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
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.