<xsd:complexType name="ApostillizedDocumentType">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">A certification issued by the jurisdictional authority of a state, where the signature of the public-official signing the document in their official capacity, is authenticated.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice>
<xsd:element name="NotarizedDocument" type="tns:NotarizedDocumentType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The actual notarized documents being apostillized.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="WitnessedDocument" type="tns:WitnessedDocumentType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The actual witnessed documents being apostillized.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="ApostilleContent" type="tns:ApostilleContentType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The content that makes up the apostille.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element ref="ds:Signature" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The X509 digital signature of the signer of the apostille. 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="ApostilleSignature" type="xsd:anyType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The signature of the authority signing the apostille. 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:sequence>
<xsd:attribute name="Id" type="xsd:ID" use="required"/>
</xsd:complexType> |