complexType "jerseyComponentType"
Namespace:
Content:
complex, attr. wildcard, 6 elements
Defined:
globally in mule-jersey.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, ((mule:abstract-interceptor | mule:interceptor-stack)+)?, mule:abstract-component+, exception-mapper*, context-resolver*
</...>
Content Model Elements (6):
context-resolver,
exception-mapper,
mule:abstract-component,
mule:abstract-interceptor,
mule:annotations,
mule:interceptor-stack (type mule:refInterceptorStackType)
All Direct / Indirect Based Elements (1):
resources
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:abstractComponentType (extension)
          jerseyComponentType
XML Source (see within schema source)
<xsd:complexType name="jerseyComponentType">
<xsd:complexContent>
<xsd:extension base="mule:abstractComponentType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="1" ref="mule:abstract-component"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="exception-mapper"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="context-resolver"/>
</xsd:sequence>
<xsd:attributeGroup ref="componentAttributes"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/6)
context-resolver
Type:
otherResourcesType, complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="context-resolver"/>

exception-mapper
Type:
otherResourcesType, complex content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="exception-mapper"/>

mule:abstract-component
Type:
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
affiliated to substitution group abstract-message-processor; may be substituted with 16 elements
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="1" ref="mule:abstract-component"/>

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.