<!--
== Copyright (c) 2002-2018 All rights reserved.
== Financial Products Markup Language is subject to the FpML public license.
== A copy of this license is available at http://www.fpml.org/license/license.html
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns="http://www.fpml.org/FpML-5/confirmation" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:fpml-annotation="http://www.fpml.org/annotation" targetNamespace="http://www.fpml.org/FpML-5/confirmation" ecore:documentRoot="FpML" ecore:nsPrefix="conf" ecore:package="org.fpml.confirmation" version="$Revision: 13171 $" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xsd:annotation>
<xsd:documentation xml:lang="en">products</xsd:documentation>
</xsd:annotation>
<xsd:include schemaLocation="fpml-generic-5-10.xsd" />
<xsd:include schemaLocation="fpml-standard-5-10.xsd" />
<xsd:include schemaLocation="fpml-ird-5-10.xsd" />
<xsd:include schemaLocation="fpml-fx-5-10.xsd" />
<xsd:include schemaLocation="fpml-fx-targets-5-10.xsd" />
<xsd:include schemaLocation="fpml-fx-accruals-5-10.xsd" />
<xsd:include schemaLocation="fpml-eqd-5-10.xsd" />
<xsd:include schemaLocation="fpml-return-swaps-5-10.xsd" />
<xsd:include schemaLocation="fpml-cd-5-10.xsd" />
<xsd:include schemaLocation="fpml-bond-option-5-10.xsd" />
<xsd:include schemaLocation="fpml-correlation-swaps-5-10.xsd" />
<xsd:include schemaLocation="fpml-dividend-swaps-5-10.xsd" />
<xsd:include schemaLocation="fpml-variance-swaps-5-10.xsd" />
<xsd:include schemaLocation="fpml-volatility-swaps-5-10.xsd" />
<xsd:include schemaLocation="fpml-com-5-10.xsd" />
<xsd:include schemaLocation="fpml-repo-5-10.xsd" />
<xsd:annotation>
<xsd:documentation xml:lang="en">business process messaging</xsd:documentation>
</xsd:annotation>
<xsd:include schemaLocation="fpml-clearing-processes-5-10.xsd" />
<xsd:include schemaLocation="fpml-confirmation-processes-5-10.xsd" />
<xsd:annotation>
<xsd:documentation xml:lang="en">reporting and settlement</xsd:documentation>
</xsd:annotation>
<xsd:include schemaLocation="fpml-credit-event-notification-5-10.xsd" />
<xsd:include schemaLocation="fpml-valuation-5-10.xsd" />
<xsd:include schemaLocation="fpml-loan-5-10.xsd" />
<xsd:complexType name="ValuationDocument">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining a content model that includes valuation (pricing and risk) data without expressing any processing intention.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="DataDocument">
<xsd:sequence>
<xsd:element ref="market" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="valuationSet" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:element name="dataDocument" type="DataDocument">
<xsd:annotation>
<xsd:documentation xml:lang="en">A document containing trade and/or portfolio and/or party data without expressing any processing intention.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="valuationDocument" type="ValuationDocument">
<xsd:annotation>
<xsd:documentation xml:lang="en">A document that includes trade and/or valuation (pricing and risk) data without expressing any processing intention.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:schema>
|