385: Ban on floating comments

Add a section to the Architecture document that prohibits the use of floating comments. xsd:annotation must be used instead.

384: Remove floating comments

Line 97 of fpml-credit-event-notification Describes the resource that contains the media representation of a business event. For example, can describe a file or a URL that represents the event.

382: Deprecated annotation

Add a deprecated flag as an attribute to the FpML XML Schema for deprecated features. Visual Studio uses “vs:deprecated” in XML Schema as XSD anntotation. I suggest we use “fpa:deprecated” to mark something as deprecated.

380: Feedback on FpML extensions in ext2

Please find my feedback on the ext2 extensions: 1. Why is ext:flatOfAccruedInterest a property of the bond contract rather than the price? 2. I thought clean and flat were equivalent? 3. ext:Bond is not a bond but the reference to identify the Bond. This is analgous to the difference between a country definition and a … Continued

379: Rule to require href target to be in scope

Add a rule to the architecture that requires the target of an href to be in scope of the schema referring to it. For example the schema containing the complex type AssetReference must directly or indirectly include or import the schema containing the complex type Asset. The effect of this rule was request by Simon … Continued

376: Typo in documentation of Trade (fpml-doc-4-x.xsd)

The annotation/documentation for complexType “Trade” in fpml-doc-4-x.xsd reads: “A type definiting an FpML trade.” – should read: “A type defining an FpML trade.” (we’ll leave the definition of what a “trade” actually means to another time …)