<xsd:complexType name="ApostilleContentType">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">Information about the apostille.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="IssuingCountry" type="tns:CountryType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The name of the country issuing the apostille.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ApostilleNumber" type="tns:ApostilleNumberType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The unique certificate number of the apostille.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ApostilleDate" type="tns:DateTimeType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The date and time of the apostille, i.e. the date and time at which the document was apostillized/certified.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element name="IssuedAtInternationalLocation" type="tns:InternationalAddressType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The international address of the signer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="IssuedAtUSLocation" type="tns:USAddressType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The US address of the signer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="SignerTitle" type="tns:PersonTitleType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The business title of the public official who signed the apostillized document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StatutoryContent" minOccurs="1" maxOccurs="1">
<xsd:simpleType>
<xsd:annotation>
<xsd:documentation xml:lang="en-US">A code list that enumerates the statutory content for an apostille. Only one enumeration is currently valid.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="(Convention de La Haye du 5 octobre 1961)"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="DocumentSigningOfficialName" type="tns:PersonNameType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The full name of the public official who signed the notarized or witnessed document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DocumentSigningOfficialTitle" type="tns:PersonTitleType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The business title of the public official who signed the notarized or witnessed document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DocumentSigningOfficialSeal" type="tns:ApostilleSealType" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation xml:lang="en-US">The content of the official seal/stamp issued to the document's signing-official.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="Id" type="xsd:ID" use="required"/>
</xsd:complexType> |