XML Schema "fpml-clearing-processes-5-8.xsd"
Target Namespace:
http://www.fpml.org/FpML-5/confirmation
Version:
$Revision: 9756 $
Defined Components:
elements (4 global + 9 local), complexTypes (3)
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
D:\Tradeheader\trunk\xml\confirmation\fpml-clearing-processes-5-8.xsd; see XML source
Includes Schemas (1):
fpml-business-events-5-8.xsd [src]
Included in Schemas (1):
fpml-main-5-8.xsd [src]
All Element Summary
clearingEligibility
Type:
Content:
complex, 3 attributes, 15 elements
Defined:
globally; see XML source
Used:
never
clearingEligibilityAcknowledgement
Type:
Content:
complex, 3 attributes, 9 elements
Defined:
globally; see XML source
Used:
never
clearingEligibilityException
Type:
Content:
complex, 3 attributes, 7 elements
Defined:
globally; see XML source
Used:
never
clearingRequirements
Type:
Content:
complex, 3 elements
Defined:
locally within ClearingEligibility complexType; see XML source
deClear (in clearingEligibility)
A structure describing a declear event.
Type:
Content:
complex, 3 elements
Defined:
locally within ClearingEligibility complexType; see XML source
deClear (in requestClearingEligibility)
A structure describing a declear event.
Type:
Content:
complex, 3 elements
Defined:
eligibleForClearing
Type:
xsd:boolean
Content:
simple
Defined:
locally within ClearingEligibility complexType; see XML source
mandatorilyClearable (in clearingRequirements)
Whether the particular trade type in question is required by this regulator to be cleared.
Type:
xsd:boolean
Content:
simple
Defined:
locally within ClearingRequirements complexType; see XML source
partyTradeIdentifier (in clearingEligibility)
Type:
Content:
complex, 1 attribute, 11 elements
Defined:
locally within ClearingEligibility complexType; see XML source
reason (in clearingRequirements)
Indicates a reason supporting why the trade is mandatorily clearable or not.
Type:
Content:
complex, 5 elements
Defined:
locally within ClearingRequirements complexType; see XML source
requestClearingEligibility
Type:
Content:
complex, 3 attributes, 14 elements
Defined:
globally; see XML source
Used:
never
requestingPartyReference
Type:
Content:
empty, 1 attribute
Defined:
supervisoryBody (in clearingRequirements)
The regulator or other supervisory body to which the clearing requirements apply.
Type:
Content:
simple, 1 attribute
Defined:
locally within ClearingRequirements complexType; see XML source
Complex Type Summary
Content:
complex, 3 attributes, 15 elements
Defined:
globally; see XML source
Includes:
definitions of 4 elements
Used:
Content:
complex, 3 elements
Defined:
globally; see XML source
Includes:
definitions of 3 elements
Used:
Content:
complex, 3 attributes, 14 elements
Defined:
globally; see XML source
Includes:
definitions of 2 elements
Used:
XML Source
<?xml version="1.0" encoding="utf-8"?>
<!--
== Copyright (c) 2002- 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 attributeFormDefault="unqualified" ecore:documentRoot="FpML" ecore:nsPrefix="conf" ecore:package="org.fpml.confirmation" elementFormDefault="qualified" targetNamespace="http://www.fpml.org/FpML-5/confirmation" version="$Revision: 9756 $" xmlns="http://www.fpml.org/FpML-5/confirmation" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:fpml-annotation="http://www.fpml.org/annotation" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:include schemaLocation="fpml-business-events-5-8.xsd"/>
<xsd:complexType name="ClearingEligibility">
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:choice minOccurs="0">
<!--<xsd:group ref="Events.model"> BPWG2014 Replaced by the below - comment to be deleted before 5.8LCWD
<xsd:annotation>
<xsd:appinfo>
<view:override view="pretrade" minOccurs="1"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:group>
-->
<xsd:group ref="TradingEvents.model"/>
<xsd:element name="deClear" type="DeClear">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A structure describing a declear event. The deClear event allows a firm to request that a trade be removed from clearing, or a clearing service to request consent for this, or to report that it has been done.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="partyTradeIdentifier" type="PartyTradeIdentifier"/>
</xsd:choice>
<xsd:element name="eligibleForClearing" type="xsd:boolean"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="clearingRequirements" type="ClearingRequirements"/>
<xsd:group ref="PartiesAndAccounts.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="ClearingRequirements">
<xsd:sequence>
<xsd:element name="supervisoryBody" type="SupervisoryBody">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The regulator or other supervisory body to which the clearing requirements apply.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="mandatorilyClearable" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Whether the particular trade type in question is required by this regulator to be cleared.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="reason" type="Reason">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Indicates a reason supporting why the trade is mandatorily clearable or not.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<!--View Generation: SKIPPED Margins - Unsupported-->
<!--View Generation: SKIPPED MarketData - Unsupported-->
<!--View Generation: SKIPPED MarginQuote - Unsupported-->
<!--View Generation: SKIPPED MarginQuoteAcknowledgement - Unsupported-->
<!--View Generation: SKIPPED MarginQuoteConfirmed - Unsupported-->
<!--View Generation: SKIPPED MarginQuoteRefused - Unsupported-->
<!--View Generation: SKIPPED MarginQuoteType - Unsupported-->
<xsd:complexType name="RequestClearingEligibility">
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:element fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="Deprecated in favor of existing onBehalfOf element." minOccurs="0" name="requestingPartyReference" type="PartyReference"/>
<!--<xsd:group ref="Events.model"> BPWG2014 Replaced by the below - comment to be deleted before 5.8LCWD
<xsd:annotation>
<xsd:appinfo>
<view:override view="pretrade" minOccurs="1"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:group>
-->
<xsd:choice>
<xsd:group ref="TradingEvents.model"/>
<xsd:element name="deClear" type="DeClear">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A structure describing a declear event. The deClear event allows a firm to request that a trade be removed from clearing, or a clearing service to request consent for this, or to report that it has been done.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:group ref="PartiesAndAccounts.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<!--View Generation: SKIPPED RequestMarginQuote - Unsupported-->
<!--View Generation: SKIPPED ValuationsBasicQuotation - Unsupported-->
<xsd:element name="clearingEligibility" type="ClearingEligibility"/>
<xsd:element name="clearingEligibilityException" type="Exception"/>
<!--View Generation: SKIPPED requestMarginQuote - Unsupported-->
<!--View Generation: SKIPPED marginQuoteAcknowledgement - Unsupported-->
<!--View Generation: SKIPPED marginQuoteConfirmed - Unsupported-->
<!--View Generation: SKIPPED marginQuoteRefused - Unsupported-->
<!--View Generation: SKIPPED marginQuoteException - Unsupported-->
</xsd:schema>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.