2.1.2.2 NonRepudiation

This element specifies metadata concerning the generation of an XML digital signature, as specified in [XMLDSig].

Child Elements

InvalidSignedImage

ScreenDumpPNG

ScreenInformation

SignatureImage

SignatureText

SolutionInformation

SystemInformation

UntrustedSystemDateTime

ValidSignedImage

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="NonRepudiation">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="sp:UntrustedSystemDateTime" minOccurs="1"/>
       <xsd:element ref="sp:SystemInformation" minOccurs="1"/>
       <xsd:element ref="sp:ScreenInformation" minOccurs="1"/>
       <xsd:element ref="sp:SolutionInformation" minOccurs="1"/>
       <xsd:element ref="sp:ScreenDumpPNG" minOccurs="1"/>
       <xsd:choice minOccurs="0" maxOccurs="1">
         <xsd:element ref="sp:SignatureText" minOccurs="0"/>
         <xsd:element ref="sp:SignatureImage" minOccurs="0"/>
       </xsd:choice>
       <xsd:element ref="sp:ValidSignedImage" minOccurs="0"/>
       <xsd:element ref="sp:InvalidSignedImage" minOccurs="0"/>
     </xsd:sequence>
   </xsd:complexType>
 </xsd:element>