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
<...
   
 = 
(xsd:string | xsd:NMTOKEN)
 = 
xsd:string
 = 
xsd:string
 = 
(xsd:string | xsd:int)
/>
All Direct / Indirect Based Elements (2):
password-encryption-strategy, password-encryption-strategy
Known Usage Locations
Type Definition Detail
Type Derivation Tree
encryptionStrategyType (extension)
  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 within 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 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.