Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The documentSignatures element specifies the digital signatures, as specified by [MS-IPFFX], that are used to sign the form file according to [XMLDSig].
Parent Elements |
---|
Child Elements |
---|
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>