complexType "abstractSecurityManagerType"
Namespace:
Content:
empty, 2 attributes
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 2 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    id
 = 
"_muleSecurityManager"
    name
 = 
"_muleSecurityManager"
/>
Known Direct Subtypes (5):
All Direct / Indirect Based Elements (6):
Known Usage Locations
Annotation
An empty holder that can be extended by modules that want to provide security managers. Typically it will contain elements called 'module:type-security-provider', which extend securityProviderType where "module" might be "acegi" and "type" might de "delegate", for example. It can also contain encryption strategies, which should follow a similar scheme and extend encryptionStrategyType.
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="abstractSecurityManagerType">
<xsd:attribute fixed="_muleSecurityManager" name="id"/>
<xsd:attribute fixed="_muleSecurityManager" name="name"/>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 2/2)
id
Type:
xsd:anySimpleType
Use:
optional
Attribute Value
Fixed:
"_muleSecurityManager"
XML Source (see within schema source)
<xsd:attribute fixed="_muleSecurityManager" name="id"/>

name
Type:
xsd:anySimpleType
Use:
optional
Attribute Value
Fixed:
"_muleSecurityManager"
XML Source (see within schema source)
<xsd:attribute fixed="_muleSecurityManager" name="name"/>

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.