complexType "customServiceType"
Namespace:
Content:
complex, 3 attributes, 8 elements
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string)
    initialState
 = 
("started" | "stopped" | "paused") : "started"
    class
 = 
(xsd:string | xsd:string)
    >
   
Content: 
description?, inbound?, abstract-component?, outbound?, async-reply?, abstract-exception-strategy?, abstract-message-info-mapping?, spring:property*
</...>
Content Model Elements (8):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  baseServiceType (extension)
      customServiceType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="customServiceType">
<xsd:complexContent>
<xsd:extension base="baseServiceType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="spring:property"/>
</xsd:sequence>
<xsd:attribute name="class" type="substitutableClass" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/3)
class
Type:
Use:
required
The class to use for the service.
Attribute Value
xsd:string | xsd:string
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="class" type="substitutableClass" use="required"/>
Content Element Detail (all declarations; defined in this component only; 1/8)
spring:property
Type:
spring:propertyType, complex content
Spring-style property element for custom configuration.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="spring:property"/>

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.