VERIFICATIONDATA

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
type required

Used By

Source

<xs:element name="VERIFICATIONDATA">
  <xs:complexType>
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="PASSWORD"/>
        <xs:element ref="PUBLICKEY"/>
        <xs:element ref="PRIVATEKEY"/>
        <xs:element ref="CERTIFICATE"/>
        <xs:element ref="PARAMETER"/>
        <xs:element ref="DIGEST"/>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="type" use="required"/>
  </xs:complexType>
</xs:element>

Sample