FpML Issues Tracker
closed
Crash
Always
Schema
Admin
mgratacos
Summary
The following types should be positiveInteger and not just integer:
fpml-asset.xsd(325):
closed
Crash
Always
Schema
Admin
mgratacos
The following types should be positiveInteger and not just integer:
fpml-asset.xsd(325):
Notes:
ggurden
02/23/07 7:32 pm
We should carefully review the context in which each of these elements is used because not all should necessarily be restricted to positiveInteger. For example, fpml-shared.xsd(1344): is used widely (for example in Rates) and it’s perfectly valid and necessary to support 0 and negative integer values. Indeed the documentation already states:
mgratacos
03/08/07 3:38 pm
AWG agreed to make these changes (not to periodMultiplier).
mgratacos
03/08/07 5:40 pm
Changes have been committed into the trunk. All FpML examples continue to pass schema validation.