<?xml version="1.0" standalone="yes"?>
<PasswordPolicy>
  <Password>
    <minLength>8</minLength>
    <maxLength>100</maxLength>
    <numsLength>1</numsLength>
    <upperLength>1</upperLength>
    <lowerCaseLength>1</lowerCaseLength>
    <specialLength>1</specialLength>
    <specialChars>!@#%&amp;^?</specialChars>    
    <barColor>Green</barColor>
    <barWidth>250</barWidth>
    <useMultipleColors>1</useMultipleColors>
  </Password>
</PasswordPolicy>