<xsd:complexType name="IdentityVerification_Type">
<xsd:sequence>
<xsd:element ref="IdentityVerificationKey" minOccurs="0" />
<xsd:element ref="IdentityVerificationSysKey" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="VerificationDate" minOccurs="0" />
<xsd:element ref="Identification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="VerifierParticipant" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="OLifEExtension" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
<xsd:attribute name="DataRep" type="DATAREP_TYPES" />
<xsd:attribute name="VerifiedPartyID" type="xsd:IDREF" />
</xsd:complexType>
|