Schema "fpml-clearing-processes-5-5.xsd"
Target Namespace:
http://www.fpml.org/FpML-5/confirmation
Version:
$Revision: 9756 $
Defined Components:
global elements, 7 local elements, 3 complexTypes
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
C:\Irina-Local\SVN-FpML\trunk\xml\confirmation\fpml-clearing-processes-5-5.xsd; see XML source
Includes Schema:
fpml-business-events-5-5.xsd [src]
Included in Schema:
fpml-main-5-5.xsd [src]
All Element Summary
clearingEligibility
Type:
Content:
complex, 3 attributes, 24 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 witnin ClearingEligibility complexType; see XML source
eligibleForClearing
Type:
xsd:boolean
Content:
simple
Defined:
locally witnin 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 witnin ClearingRequirements complexType; see XML source
partyTradeIdentifier (in clearingEligibility)
Type:
Content:
complex, 1 attribute, 11 elements
Defined:
locally witnin 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 witnin ClearingRequirements complexType; see XML source
requestClearingEligibilty
Type:
Content:
complex, 3 attributes, 23 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 witnin ClearingRequirements complexType; see XML source
Complex Type Summary
Content:
complex, 3 attributes, 24 elements
Defined:
globally; see XML source
Includes:
definitions of 3 elements
Used:
Content:
complex, 3 elements
Defined:
globally; see XML source
Includes:
definitions of 3 elements
Used:
Content:
complex, 3 attributes, 23 elements
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
XML Source
<?xml version="1.0" encoding="utf-8"?>
<!--
== Copyright (c) 2002-2013 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-5.xsd"/>
<!-- clearing eligibility -->
<xsd:complexType name="RequestClearingEligibility">
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:element name="requestingPartyReference" type="PartyReference"/>
<xsd:group ref="Events.model"/>
<xsd:group ref="PartiesAndAccounts.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="ClearingEligibility">
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:group ref="Events.model"/>
<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>
<!-- ***************************************************************** -->
<!-- Request Limit Check / Messages -->
<!-- ***************************************************************** -->
<xsd:element name="clearingEligibility" type="ClearingEligibility"/>
<xsd:element name="clearingEligibilityException" type="Exception"/>
<!-- Other existing messages used: serviceNotification -->
</xsd:schema>

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