complexType "delegateSecurityProviderType"
Namespace:
Content:
complex, 3 attributes, 1 element
Defined:
Includes:
definitions of 2 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
xsd:string
    >
   
Content: 
security-property*
</...>
Content Model Elements (1):
security-property
All Direct / Indirect Based Elements (1):
delegate-security-provider
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:securityProviderType (extension)
  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:attribute name="authenticationProvider-ref" type="xsd:string" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 2/3)
authenticationProvider-ref
Type:
xsd:string, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="authenticationProvider-ref" type="xsd:string" use="optional"/>

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 within 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 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.