Schema Name: fpml-main-4-2.xsd
Target Namespace: http://www.fpml.org/2005/FpML-4-2
Collapse XSD Schema Code:

<!-- 
== Copyright (c) 2002-2006. 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/documents/license.html
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns="http://www.fpml.org/2005/FpML-4-2" xmlns:fpml="http://www.fpml.org/2005/FpML-4-2" targetNamespace="http://www.fpml.org/2005/FpML-4-2" elementFormDefault="qualified" attributeFormDefault="unqualified" version="$Revision: 884 $">
	<xsd:include schemaLocation="fpml-fx-4-2.xsd"/>
	<xsd:include schemaLocation="fpml-ird-4-2.xsd"/>
	<xsd:include schemaLocation="fpml-eqd-4-2.xsd"/>
	<xsd:include schemaLocation="fpml-return-swaps-4-2.xsd"/>
	<xsd:include schemaLocation="fpml-cd-4-2.xsd"/>
	<xsd:include schemaLocation="fpml-valuation-4-2.xsd"/>
	<xsd:include schemaLocation="fpml-pretrade-4-2.xsd"/>
	<xsd:include schemaLocation="fpml-tradeexec-4-2.xsd"/>
	<xsd:include schemaLocation="fpml-posttrade-4-2.xsd"/>
	<xsd:include schemaLocation="fpml-reporting-4-2.xsd"/>
	<xsd:include schemaLocation="fpml-cashflow-matching-4-2.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"/>
					<!-- pricing and risk definitions -->
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:element name="FpML" type="Document">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">The FpML element forms the root for any conforming FpML instance document. The actual structure of the document is determined by setting the 'type' attribute to an appropriate derived subtype of the complex type Document.</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
</xsd:schema>
Collapse ComplexTypes:
Collapse Elements: