<xsd:complexType name="ApostilleSealType">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">Information about the official seal/stamp issued by an authority to the public official signing the document in the apostille. It can be a text element, a GIF, JPEG or PNG graphic in Base64-encoded form, or an X509 digital certificate in Base64-encoded form.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="TextSeal">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="1024"/>
<xsd:whiteSpace value="preserve"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="GIFImageSeal" type="xsd:base64Binary"/>
<xsd:element name="JPEGImageSeal" type="xsd:base64Binary"/>
<xsd:element name="PNGImageSeal" type="xsd:base64Binary"/>
<xsd:element name="X509CertificateSeal" type="xsd:base64Binary"/>
</xsd:choice>
</xsd:complexType> |