<xsd:complexType name="PersonalIdType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="countryCode" type="xsd:string" use="optional" />
<xsd:attribute name="jurisdiction" type="xsd:string" use="optional" />
<xsd:attribute name="issuingAuthority" type="xsd:string" use="optional" />
<xsd:attribute name="issuingRegion" type="xsd:string" use="optional" />
<xsd:attribute name="documentType" type="xsd:string" use="optional" />
<xsd:attribute name="validFrom" type="AnyLocalYearMonthDateNkNaType" use="optional" />
<xsd:attribute name="validTo" type="AnyLocalYearMonthDateNkNaType" use="optional" />
<xsd:attribute name="idSource" type="xsd:string" use="optional" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|