← Prev in month ← Prev in thread
Next in thread → Next in month →

[OASIS Issue Tracker] Created: (ODATA-535) Define specialization for terms

From
OASIS Issues Tracker <>
Date
2013-09-26T09:25:46+00:00
ID
1739909731.15301380187600177.JavaMail.tomcat@customer-jira
Thread
[OASIS Issue Tracker] Created: (ODATA-535) Define specialization for terms
Define specialization for terms
-------------------------------

                 Key: ODATA-535
                 URL: http://tools.oasis-open.org/issues/browse/ODATA-535
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Improvement
          Components: OData CSDL
    Affects Versions: V4.0_CS01
         Environment: [Proposed]
            Reporter: Ralf Handl
             Fix For: V4.0_CSD03


When merging type terms and value terms we lost the possibility to define terms that are a specialization of other terms, e.g. "developers are also people".

What we can currently do:
- define a term Person using complex PersonType
- define a complex DeveloperType that inherits from PersonType
- annotate something with term Person and use a record of type DeveloperType

So someone knowing the term Person will find this term with additional properties defined on the DeveloperType. 
(If we don't accept ODATA-513 that someone may only find the additional properties and none of the PersonType properties.)





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
← Prev in month ← Prev in thread
Next in thread → Next in month →