← Prev in month
← Prev in thread
RE: [odata] Groups - Minutes of 2020-12-10 Meeting #325.docx uploaded
Before I forget it during the holiday season. Regarding the path annotation syntax: Syntax for expressions in annotations. A subset of CSDL expressions need to be supported for RSDL annotations. The members of the subset are not decided. Need to support $path. Syntax is still open question. One option of using './' For now, we'll support path expressions but not other annotation expressions. We will explore a simplified syntax that the parser can recognize as a path (i.e., starts with ./ or /) The prefix before the path is required in order to distinguish paths from other keywords like true and false. But can we instead avoid these other keywords? Instead of @Personal.isMale: true @Personal.isFemale: false @Measures.currency: ./currency one could omit the colon from Boolean annotations and write @Personal.isMale (Boolean annotation on its own means true) [email protected] (negated Boolean annotation means false) @Measures.currency: currency (relative paths start with a letter, absolute paths with a /) or in Record notation @Personal: {isMale, !isFemale} @Measures.currency: currency Heiko From: <> On Behalf Of George Ericson Sent: Donnerstag, 10. Dezember 2020 19:05 To: Subject: [odata] Groups - Minutes of 2020-12-10 Meeting #325.docx uploaded Document Name: Minutes of 2020-12-10 Meeting #325.docx Description Minutes of 12-10-2020 See you next year... Download Latest Revision Public Download Link Submitter: Mr. George Ericson Group: OASIS Open Data Protocol (OData) TC Folder: Meeting Notes Date submitted: 2020-12-10 10:04:32
← Prev in month
← Prev in thread