2.2.1.2.106 documentSignatures

The documentSignatures element specifies the digital signatures, as specified in [MS-IPFFX], which are used to sign the form file, according to [XMLDSig].

Parent Elements

xDocumentClass

Child Elements

signedDataBlock

Attributes:

signatureLocation: This attribute MUST NOT be present.

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

 <xsd:element name="documentSignatures">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf:signedDataBlock" minOccurs="0" maxOccurs="unbounded"/>
     </xsd:sequence>
     <xsd:attribute name="signatureLocation" type="xsd:string" use="optional"/>
   </xsd:complexType>
 </xsd:element>