DSAKeyValue

/FundsXML4/Signature/KeyInfo/KeyValue/DSAKeyValue

Diagram

DSAKeyValue P ds:CryptoBinary [1] Q ds:CryptoBinary [1] G ds:CryptoBinary [1] Y ds:CryptoBinary [1] J ds:CryptoBinary [1] Seed ds:CryptoBinary [1] PgenCounter ds:CryptoBinary [1]

Properties

Type
ds:DSAKeyValueType
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
4
Sample Data

Child Elements & Attributes

Element Definition

<element xmlns="http://www.w3.org/2001/XMLSchema"
         xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
         name="DSAKeyValue"
         type="ds:DSAKeyValueType"/>

Referenced Type Definition (DSAKeyValueType)

<complexType xmlns="http://www.w3.org/2001/XMLSchema"
             xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
             name="DSAKeyValueType">
   <sequence>
      <sequence minOccurs="0">
         <element name="P" type="ds:CryptoBinary"/>
         <element name="Q" type="ds:CryptoBinary"/>
      </sequence>
      <element minOccurs="0" name="G" type="ds:CryptoBinary"/>
      <element name="Y" type="ds:CryptoBinary"/>
      <element minOccurs="0" name="J" type="ds:CryptoBinary"/>
      <sequence minOccurs="0">
         <element name="Seed" type="ds:CryptoBinary"/>
         <element name="PgenCounter" type="ds:CryptoBinary"/>
      </sequence>
   </sequence>
</complexType>