complexType "byteOrMessageProtocolType"
Namespace:
Content:
empty, 2 attributes
Defined:
globally in mule-tcp.xsd; see XML source
Includes:
definition of 1 attribute
Used:
Content Model Diagram
XML Representation Summary
<...
    rethrowExceptionOnRead
 = 
(xsd:string | xsd:boolean)
    payloadOnly
 = 
(xsd:string | xsd:boolean)
/>
Known Direct Subtypes (1):
Known Indirect Subtypes (1):
All Direct / Indirect Based Elements (5):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  byteOrMessageProtocolType
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="byteOrMessageProtocolType">
<xsd:complexContent>
<xsd:extension base="abstractProtocolType">
<xsd:attribute name="payloadOnly" type="mule:substitutableBoolean" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/2)
payloadOnly
Type:
Use:
required
Sends only the payload, not the entire Mule message object or its properties. This defaults to true when the protocol is not specified explicitly (when the safe protocol is used).
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="payloadOnly" type="mule:substitutableBoolean" use="required"/>

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.