complexType "passwordEncryptionStrategyType"
Namespace:
Content:
empty, 4 attributes
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    name
 = 
(xsd:string | xsd:NMTOKEN)
    password
 = 
xsd:string
    salt
 = 
xsd:string
    iterationCount
 = 
(xsd:string | xsd:int)
/>
All Direct / Indirect Based Elements (2):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  passwordEncryptionStrategyType
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="passwordEncryptionStrategyType">
<xsd:complexContent>
<xsd:extension base="encryptionStrategyType">
<xsd:attribute name="password" type="xsd:string" use="required"/>
<xsd:attribute name="salt" type="xsd:string"/>
<xsd:attribute name="iterationCount" type="substitutableInt"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 3/4)
iterationCount
Type:
Use:
optional
The number of iterations to use.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="iterationCount" type="substitutableInt"/>

password
Type:
xsd:string, predefined
Use:
required
The password to use.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="password" type="xsd:string" use="required"/>

salt
Type:
xsd:string, predefined
Use:
optional
The salt to use (this helps prevent dictionary attacks).
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="salt" 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.