<xsd:complexType name="ReportedMetricsType">
<xsd:choice>
<xsd:element name="ReportedOrganization" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="OrganizationName" type="xsd:string" minOccurs="0" />
<xsd:element name="OrganizationId" type="EntityIdType" minOccurs="0" />
<xsd:element name="RelatedReportedOrganization" type="RelatedReportedOrganizationType" minOccurs="0" />
<xsd:choice>
<xsd:element name="IsRespondentOrganization" type="xsd:string" fixed="true" />
<xsd:element name="RelationshipToRespondent" type="xsd:string" />
</xsd:choice>
<xsd:element name="ContactInfo" type="OrganizationContactType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="OrganizationDescriptors" type="MetricsOrganizationDescriptorsType" />
<xsd:element ref="ReportingData" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<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>
</xsd:choice>
</xsd:complexType>
|