<xsd:complexType name="MetricsInterchangeType">
<xsd:sequence>
<xsd:element name="ReportingPeriod" type="ReportingPeriodType" />
<xsd:element name="ReportDescription">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Name" type="xsd:string" minOccurs="0" />
<xsd:element name="Description" type="xsd:string" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="PrincipalRespondentOrganization">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="Organization" />
<xsd:element name="AdditionalData" type="MetricsAdditionalDataType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="ReportedMetrics" type="ReportedMetricsType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute ref="xml:lang" />
</xsd:complexType>
|