[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] (ODATA-1407) No way to $select instance annotations on primitive types
Michael Pizzo created ODATA-1407:
------------------------------------
Summary: No way to $select instance annotations on primitive types
Key: ODATA-1407
URL: https://issues.oasis-open.org/browse/ODATA-1407
Project: OASIS Open Data Protocol (OData) TC
Issue Type: New Feature
Components: ABNF, URL Conventions
Affects Versions: V4.01_OS
Reporter: Michael Pizzo
Fix For: V4.01_ERRATA01
We added the ability to explicitly $select/$expand an instance annotation by including the annotation in the $select list. However, according to the ABNF, this annotation is of the form @ns.termName[#qualifier] which makes it impossible to $select an annotation applied to a primitive, enum, or collection-valued property (which would be of the form propertyName@ns.termName):
annotationInQuery = AT [ namespace "." ] termName [ HASH annotationQualifier ]
--
This message was sent by Atlassian Jira
(v8.3.3#803004)
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]