<xsd:complexType name="NotarySignaturesType">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">This type contains either digital signatures conformant with the XML Signature standard, or a notary signature of any type, which includes symmetric-key based signatures or null signatures.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element ref="ds:Signature" minOccurs="1" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The X509 digital signature of the signer. If this element is used, it will typically contain the signer's signature and digital certificate elements.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NotarySignature" type="xsd:anyType" minOccurs="1" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The signature of the notary. This can be any type of electronic signature, an image of a signature or thumb-print, or anything that can be captured electronically and which is acceptable by law.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType> |