PKCS #5 XML Syntax (snippet)
"<xs:complexType name="PBES2ParameterType">
<xs:sequence>
<xs:element name="KeyDerivationFuncÒ
         type="AlgorithmIdentifierType"/>
<xs:element name="EncryptionSchemeÒ
  type="xenc:EncryptionMethodType"/>
</xs:sequence>
</xs:complexType>
For use in xenc:EncryptionMethod
¥<xenc:EncryptionMethod
  Algorithm = rsa.comÉ./pkcs-5#pbes2)
  <pkcs-5:PBES2-params>
    <KeyDerivationFunc
      Algorithm=Òhttp://www.rsasecurity.com/.../pkcs-5#pbkdf2Ó>
      É
    </KeyDerivationFunc>
    <EncryptionScheme  
     Algorithm=Òhttp://www.w3.org/2001/04/xmlenc#aes128-cbcÓ>
    </EncryptionScheme>
</pkcs-5:PBES2-params></xenc:EncryptionMethod>