complexType "delegateSecurityProviderType"
Namespace:
Content:
complex, 2 attributes, 1 element
Defined:
globally in mule-acegi.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    delegate-ref
 = 
xsd:string
    >
   
Content: 
security-property*
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  delegateSecurityProviderType
XML Source (see within schema source)
<xsd:complexType name="delegateSecurityProviderType">
<xsd:complexContent>
<xsd:extension base="mule:securityProviderType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="security-property" type="securityProperty"/>
</xsd:sequence>
<xsd:attribute name="delegate-ref" type="xsd:string" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 1/2)
delegate-ref
Type:
xsd:string, predefined
Use:
required
XML Source (see within schema source)
<xsd:attribute name="delegate-ref" type="xsd:string" use="required"/>
Content Element Detail (all declarations; defined in this component only; 1/1)
security-property
Type:
securityProperty, empty content
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="security-property" type="securityProperty"/>

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.