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
<...
   
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:boolean)
/>
Known Direct Subtypes (1):
lengthProtocolType
Known Indirect Subtypes (1):
customClassLoadingProtocolType
All Direct / Indirect Based Elements (5):
custom-class-loading-protocol, direct-protocol, eof-protocol, length-protocol, safe-protocol
Known Usage Locations
Type Definition Detail
Type Derivation Tree
abstractProtocolType (extension)
  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 within 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 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.