complexType "customProtocolType"
Namespace:
Content:
empty, 3 attributes
Defined:
globally in mule-tcp.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:boolean)
 = 
(xsd:string | xsd:string)
 = 
xsd:NMTOKEN
/>
All Direct / Indirect Based Elements (1):
custom-protocol
Known Usage Locations
Type Definition Detail
Type Derivation Tree
abstractProtocolType (extension)
  customProtocolType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="customProtocolType">
<xsd:complexContent>
<xsd:extension base="abstractProtocolType">
<xsd:attribute name="class" type="mule:substitutableClass" use="optional"/>
<xsd:attribute name="ref" type="xsd:NMTOKEN" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/3)
class
Type:
Use:
optional
A class that implements the TcpProtocol interface.
Attribute Value
xsd:string | xsd:string
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="class" type="mule:substitutableClass" use="optional"/>

ref
Type:
xsd:NMTOKEN, predefined
Use:
optional
Reference to a spring bean that implements the TcpProtocol interface.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="ref" type="xsd:NMTOKEN" use="optional"/>

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.