<xsd:element name="ReportedPerson" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="ReportedPersonDetail" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="PersonName" minOccurs="0" />
<xsd:element name="PersonId" type="EntityIdType" minOccurs="0" />
<xsd:element name="ContactInfo" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="DataElement" type="DataElementType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element ref="ReportingData" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|