complexType "routeFilterType"
Namespace:
Content:
complex, 3 attributes, attr. wildcard, 1 element
Defined:
globally in mule-atom.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?
</...>
Content Model Elements (1):
mule:annotations
All Direct / Indirect Based Elements (1):
route-filter
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
      mule:commonFilterType (extension)
          mule:abstractFilterType (extension)
              routeFilterType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="routeFilterType">
<xsd:complexContent>
<xsd:extension base="mule:abstractFilterType">
<xsd:attribute name="route" type="xsd:string"/>
<xsd:attribute name="verbs" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/4)
route
Type:
xsd:string, predefined
Use:
optional
The URI request path made for an ATOM request. This matches against the path of the request URL. The route attribute defines a type of URI Template loosely based on Ruby on Rails style Routes. For example: "feed" or ":feed/:entry". For reference, see the Ruby On Rails routing http://guides.rubyonrails.org/routing.html
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="route" type="xsd:string"/>

verbs
Type:
xsd:string, predefined
Use:
optional
A comma-separated list of HTTP verbs that will be accepted by this filter. By default all verbs are accepted.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="verbs" type="xsd:string"/>

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.