complexType "routeFilterType"
Namespace:
Content:
empty, 3 attributes
Defined:
globally in mule-atom.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    route
 = 
xsd:string
    verbs
 = 
xsd:string
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  mule:abstractFilterType (extension)
      routeFilterType
XML Source (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 in this component only; 2/3)
route
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="route" type="xsd:string"/>

verbs
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="verbs" type="xsd:string"/>

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.