complexType "requestReplyType"
Namespace:
Content:
complex, 2 attributes, attr. wildcard, 5 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:int)
 = 
(xsd:string | xsd:NMTOKEN)
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?, (abstract-message-processor | abstract-outbound-endpoint | abstract-mixed-content-message-processor), abstract-inbound-endpoint
</...>
Content Model Elements (5):
abstract-inbound-endpoint, abstract-message-processor, abstract-mixed-content-message-processor, abstract-outbound-endpoint, annotations
All Direct / Indirect Based Elements (1):
request-reply
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
      requestReplyType
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="requestReplyType">
<xsd:complexContent>
<xsd:extension base="abstractMessageProcessorType">
<xsd:sequence>
<xsd:element ref="abstract-inbound-endpoint"/>
</xsd:sequence>
<xsd:attribute name="timeout" type="substitutableInt" use="optional"/>
<xsd:attribute name="storePrefix" type="substitutableName"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/3)
storePrefix
Type:
Use:
optional
Defines the prefix of the object store names.
Attribute Value
xsd:string | xsd:NMTOKEN
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="storePrefix" type="substitutableName"/>

timeout
Type:
Use:
optional
The time (ms) to wait for an asynchronous reply message to be received.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="timeout" type="substitutableInt" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 1/5)
abstract-inbound-endpoint
Type:
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 30 elements
The inbound endpoint from which the asynchronous reply message will be received.
XML Source (w/o annotations (1); see within schema source)
<xsd:element ref="abstract-inbound-endpoint"/>

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.