complexType "usernamePasswordFilterType"
Namespace:
Content:
complex, 2 attributes, attr. wildcard, 1 element
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
xsd:string
    {any attribute with non-schema namespace}
    >
   
Content: 
annotations?
</...>
Content Model Elements (1):
annotations
All Direct / Indirect Based Elements (1):
username-password-filter
Known Usage Locations
Type Definition Detail
Type Derivation Tree
annotatedType (extension)
      abstractSecurityFilterType (extension)
          usernamePasswordFilterType
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="usernamePasswordFilterType">
<xsd:complexContent>
<xsd:extension base="abstractSecurityFilterType">
<xsd:attribute name="username" type="xsd:string"/>
<xsd:attribute name="password" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/3)
password
Type:
xsd:string, predefined
Use:
optional
A Mule expression which extracts the password from the message. Defaults to #[header:inbound:password].
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="password" type="xsd:string"/>

username
Type:
xsd:string, predefined
Use:
optional
A Mule expression which extracts the username from the message. Defaults to #[header:inbound:username].
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="username" 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.