<xsd:complexType name="ScreeningPersonNameType">
<xsd:sequence>
<xsd:element ref="ID" minOccurs="0">
<xsd:annotation>
<xsd:documentation>In recognition that there may be mulitple names to search. Allows each to be associated with an identifier.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="ScreeningID" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>This is provided so that a particular name (e.g., current, former, alias, etc.) can be associated with a particular screening.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="PersonName" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|