attributeGroup "simpleServiceTypes"
Namespace:
Content:
Defined:
globally in mule.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
("direct" | "jax-ws" | "jax-rs")
...>
Known Usage Locations
XML Source (w/o annotations (4); see within schema source)
<xsd:attributeGroup name="simpleServiceTypes">
<xsd:attribute name="type">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="direct"/>
<xsd:enumeration value="jax-ws"/>
<xsd:enumeration value="jax-rs"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 1/1)
type
Type:
anonymous simpleType (restriction of xsd:NMTOKEN)
Use:
optional
Defines the type of simple service.
Attribute Value
enumeration of xsd:NMTOKEN
Enumeration:
"direct"
 - 
Pass the inbound messages unaltered to the component.
"jax-ws"
 - 
Expose a JAX-WS annoted component as a web service. The CXF module is required to have this working.
"jax-rs"
 - 
Expose a JAX-RS annoted component as a web service. The Jersey module is required to have this working.
Anonymous simpleType
Type Derivation Tree
xsd:NMTOKEN (restriction)
  simpleType
Derivation:
restriction of xsd:NMTOKEN
Facets:
enumeration:
"direct"
 - 
Pass the inbound messages unaltered to the component.
"jax-ws"
 - 
Expose a JAX-WS annoted component as a web service. The CXF module is required to have this working.
"jax-rs"
 - 
Expose a JAX-RS annoted component as a web service. The Jersey module is required to have this working.
XML Source (w/o annotations (4); see within schema source)
<xsd:attribute name="type">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="direct"/>
<xsd:enumeration value="jax-ws"/>
<xsd:enumeration value="jax-rs"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

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.