<xsd:element name="GovernmentId" minOccurs="0">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="countryCode" type="xsd:string" />
<xsd:attribute name="jurisdiction" type="xsd:string" />
<xsd:attribute name="issuingAuthority" type="xsd:string" />
<xsd:attribute name="document" type="xsd:string" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
|