Schema "fpml-transparency-processes-5-3.xsd"
Target Namespace:
http://www.fpml.org/FpML-5/transparency
Version:
$Revision: 7629 $
Defined Components:
global elements, 4 local elements, 3 complexTypes
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
C:\Irina-Local\SVN-FpML\branches\FpML-5-3-6-REC-1\xml\transparency\fpml-transparency-processes-5-3.xsd; see XML source
Includes Schema:
fpml-business-events-5-3.xsd [src]
Included in Schema:
fpml-main-5-3.xsd [src]
All Element Summary
eventIdentifier (in publicExecutionReportRetracted) Individual parties should only use a single event identifier to identify a retraction.
Type:
Content:
complex, 1 attribute, 2 elements
Defined:
message (defined in TransparencyViewRequestMessage complexType)
Type:
anonymous complexType
Content:
complex, elem. wildcard
Defined:
Includes:
definition of elem. wildcard
primaryAssetClass (in publicExecutionReportRetracted)
Type:
Content:
simple, 1 attribute
Defined:
publicExecutionReport
Type:
Content:
complex, 3 attributes, 16 elements
Defined:
globally; see XML source
Used:
publicExecutionReportAcknowledgement
Type:
Content:
complex, 3 attributes, 8 elements
Defined:
globally; see XML source
Used:
never
publicExecutionReportException
Type:
Content:
complex, 3 attributes, 6 elements
Defined:
globally; see XML source
Used:
never
publicExecutionReportRetracted
Type:
Content:
complex, 3 attributes, 17 elements
Defined:
globally; see XML source
Used:
tradeIdentifier (in publicExecutionReportRetracted)
Type:
Content:
complex, 1 attribute, 6 elements
Defined:
Complex Type Summary
Content:
complex, 3 attributes, 16 elements
Defined:
globally; see XML source
Used:
Content:
complex, 3 attributes, 17 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:
never
XML Source
<?xml version="1.0" encoding="utf-8"?>
<!--
== Copyright (c) 2002-2012 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="trnsp" ecore:package="org.fpml.transparency" elementFormDefault="qualified" targetNamespace="http://www.fpml.org/FpML-5/transparency" version="$Revision: 7629 $" xmlns="http://www.fpml.org/FpML-5/transparency" 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-3.xsd"/>
<xsd:complexType name="PublicExecutionReport">
<xsd:complexContent>
<xsd:extension base="CorrectableRequestMessage">
<xsd:sequence>
<xsd:group ref="Events.model"/>
<xsd:group minOccurs="0" ref="EventValuation.model"/>
<xsd:group minOccurs="0" ref="PartiesAndAccounts.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="PublicExecutionReportRetracted">
<xsd:complexContent>
<xsd:extension base="NonCorrectableRequestMessage">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:group minOccurs="0" ref="Events.model"/>
<xsd:sequence>
<xsd:element minOccurs="0" name="primaryAssetClass" type="AssetClass"/>
<xsd:element minOccurs="0" name="tradeIdentifier" type="PartyTradeIdentifier"/>
<xsd:element maxOccurs="2" minOccurs="0" name="eventIdentifier" type="BusinessEventIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Individual parties should only use a single event identifier to identify a retraction. Platforms providing services on behalf of both parties in a transaction may provide event identifiers for both parties; in this case it is up to the recipient (the trade repository) to validate that the event IDs refer to the same event.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
<xsd:group minOccurs="0" ref="PartiesAndAccounts.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<!--
<xsd:complexType name="PublicExecutionReportAcknowledgement">
<xsd:complexContent>
<xsd:extension base="ResponseMessage">
<xsd:sequence>
<xsd:element name="originalMessage" type="TransparencyViewRequestMessage" minOccurs="0"/>

<xsd:group ref="PartiesAndAccounts.model" minOccurs="0"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
-->
<xsd:complexType name="TransparencyViewRequestMessage">
<xsd:choice>
<xsd:element ref="publicExecutionReport"/>
<xsd:element ref="publicExecutionReportRetracted"/>
<xsd:element name="message">
<xsd:complexType>
<xsd:sequence>
<xsd:any processContents="skip"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
<xsd:element name="publicExecutionReport" type="PublicExecutionReport"/>
<xsd:element name="publicExecutionReportException" type="Exception"/>
</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.