complexType "lengthProtocolType"
Namespace:
Content:
empty, 3 attributes
Defined:
globally in mule-tcp.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:int)
/>
Known Direct Subtypes (1):
customClassLoadingProtocolType
All Direct / Indirect Based Elements (3):
custom-class-loading-protocol, length-protocol, safe-protocol
Known Usage Locations
Type Definition Detail
Type Derivation Tree
abstractProtocolType (extension)
      lengthProtocolType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="lengthProtocolType">
<xsd:complexContent>
<xsd:extension base="byteOrMessageProtocolType">
<xsd:attribute name="maxMessageLength" type="mule:substitutableInt"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/3)
maxMessageLength
Type:
Use:
optional
An optional maximum length for the number of bytes in a single message. Messages larger than this will trigger an error in the receiver, but it give an assurance that no out-of-memory error will occur.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="maxMessageLength" type="mule:substitutableInt"/>

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.