<xsd:complexType name="ReportedExposure">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the content model for an exposure record to a specific set of counterparty and market risk factors, as well as optionally to a series of sub-factors</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="ExposureCategory.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A description of the exposure category or categories (within the report or any parent exposure record) covered by this exposure record.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="quote" type="BasicQuotation" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">One or more numerical exposure values relating to the exposure category</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="exposure" type="ReportedExposure" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Sub-divisions of this total expsoure.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|