<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>
|