HomeAbout FpML®SpecificationsDocumentsWorking Groups & CommitteesToolsFpML® ServicesJoin UsContact UsIssues Forum

The FpML Issues Tracker is designed to facilitate public interaction in the standard.
By registering to the Issue Tracker you will be able to submit corrections and comments, generate reports, and view the complete issues archive for FpML.


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000570 [FpML] Architecture major always 2008-02-13 16:18 2008-02-19 09:20
Reporter apparry View Status public  
Assigned To BrianLynn
Priority high Resolution fixed  
Status closed Target Version Product Version 5.0 First Working Draft 2007-08-10 (build 1)
Summary 0000570: Remove unsatisfied dependency
Description Caused by complex type BasicQuotation

<xsd:complexType name="Product" abstract="true">
        <xsd:annotation>
            <xsd:documentation xml:lang="en">The base type which all FpML products extend.</xsd:documentation>
        </xsd:annotation>
        <xsd:sequence>
            <xsd:group ref="Product.model"/>
            <xsd:element name="quotation" type="BasicQuotation" minOccurs="0" maxOccurs="4">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Per R. Stowsky proposal for pre-trade. TODO: This will require migrating BasicQuotation into shared to eliminate the dependency errors.</xsd:documentation>
                    <xsd:appinfo>
                        <view:exclusive view="pretrade"/>
                    </xsd:appinfo>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:attribute name="id" type="xsd:ID"/>
    </xsd:complexType>
Additional Information
Tags No tags attached.
XML Tool Type
Attached Files

- Relationships

-  Notes
(0001040)
mgratacos (administrator)
2008-02-19 09:20

This has been removed from the FpML-5-0 branch.

- Issue History
Date Modified Username Field Change
2008-02-13 16:18 apparry New Issue
2008-02-13 16:19 apparry Assigned To andrew => BrianLynn
2008-02-13 16:19 apparry version 6.0 First Working Draft (Publication Date TBA) => 5.0 First Working Draft (Publication Date TBA)
2008-02-19 09:20 mgratacos Note Added: 0001040
2008-02-19 09:20 mgratacos Status assigned => closed
2008-02-19 09:20 mgratacos Resolution open => fixed