FpML Issues Tracker
closed
Minor
Always
Validation Rules
Admin
None
Summary
The value "BreakageFee" currently looks like an XPath, not a value in ln-27.
Rule today: " ln-27 (Mandatory) Context: OneOffFeeNotice (complex type) [feePayment/feeType = BreakageFee] loanContractSummary must exist. "
There are two things I need to know: 1. "BreakageFee" is a value. 2. The type of "BreakageFee".
If we wrote it out like the other rules, then it would be: " ln-27 (Mandatory) Context: OneOffFeeNotice (complex type) [feePayment/feeType = OneOffFeeTypeEnum("BreakageFee")] loanContractSummary must exist. "
Also, there needs to be the special HTML format on the value used for other values.
Notes:
lyteck
09/30/08 7:35 pm
marked as resolved – see related issue 822 for more explanation
matthew
09/30/08 8:15 pm
The HTML change of font was successful, but the work to say the type of the value is yet to be completed.
lyteck
10/07/08 8:55 pm
as agreed at the valWG 2008-10-07, quotes are added around strings.
ln-27 fixed accordingly as:
ln-27 (Mandatory)
Context: OneOffFeeNotice (complex type)
[feePayment/feeType = “BreakageFee”]
loanContractSummary must exist.
Note: a new @type attribute (of value “string”) is introduced which triggers the addition of quotes automatically when converted to HTML.
e.g.,BreakageFee
(related issue 822 will take care implementing quotes throughout the rules. Therefore closing 829 which only relates to ln-27.)
matthew
10/07/08 9:14 pm
The content of the rule is updated, but the makehtml.bat doesn’t add the quotes in.
lyteck
10/07/08 9:16 pm
Apologies, I forgot to check in the modified XSL.
Please retry.
matthewdr
10/08/08 2:37 pm
Closing after testing.