tns:DocumentType

The Base64-encoded document being notarized.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Id xsd:ID optional

Used By

Source

<xsd:complexType name="DocumentType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">The Base64-encoded document being notarized.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="xsd:base64Binary">
      <xsd:attribute name="Id" type="xsd:ID" use="optional"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>