ProbabilisticPersonSearchBObj

<xsd:element name="ProbabilisticPersonSearchBObj" substitutionGroup="CommonBObj" type="ProbabilisticPersonSearchBObjType">
	<xsd:annotation>
		<xsd:documentation>
			Probabilistic Person Search Business Object
		</xsd:documentation>
	</xsd:annotation>
</xsd:element>

This business object is used in the following transaction:

ProbabilisticPersonSearchBObjType

<xsd:complexType name="ProbabilisticPersonSearchBObjType">
	<xsd:complexContent>
		<xsd:extension base="CommonBObjType">
			<xsd:sequence minOccurs="1" maxOccurs="1">
				<xsd:element ref="MinSuspectType" minOccurs="0" maxOccurs="1" />
				<xsd:element ref="MinScore" minOccurs="0" maxOccurs="1" />
				<xsd:element ref="MaxReturn" minOccurs="0" maxOccurs="1" />
				<xsd:element ref="PMEContextKey" minOccurs="0" maxOccurs="1"/>
				<xsd:element ref="TCRMPersonNameBObj" minOccurs="0" maxOccurs="unbounded" />
				<xsd:element ref="TCRMPersonBObj" minOccurs="0" maxOccurs="1" />
				<xsd:element ref="TCRMPartyAddressBObj" minOccurs="0" maxOccurs="unbounded" />
				<xsd:element ref="TCRMPartyIdentificationBObj" minOccurs="0" maxOccurs="unbounded" />
				<xsd:element ref="TCRMPartyContactMethodBObj" minOccurs="0" maxOccurs="unbounded" />
				<xsd:element ref="TCRMPartyBankAccountBObj" minOccurs="0" maxOccurs="unbounded" />
				<xsd:element ref="TCRMPartyChargeCardBObj" minOccurs="0" maxOccurs="unbounded" />
			</xsd:sequence>
		</xsd:extension>
	</xsd:complexContent>
</xsd:complexType>