OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (ODATA-701) Bug in Example 38: terms for LeveledHierarchy and RecursiveHierarchy incorrect annotated


    [ https://issues.oasis-open.org/browse/ODATA-701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=38140#comment-38140 ] 

Martin Zurmuehl commented on ODATA-701:
---------------------------------------

Proposed solution applied to onedrive wd03 version.

> Bug in Example 38: terms for LeveledHierarchy and  RecursiveHierarchy incorrect annotated
> -----------------------------------------------------------------------------------------
>
>                 Key: ODATA-701
>                 URL: https://issues.oasis-open.org/browse/ODATA-701
>             Project: OASIS Open Data Protocol (OData) TC
>          Issue Type: Bug
>          Components: OData Extension for Data Aggregation 
>    Affects Versions: V4.0_CSD01
>         Environment: [Proposed]
>            Reporter: Martin Zurmuehl
>             Fix For: V4.0_CSD02
>
>
> There is a mismatch betwen the terms defined in http://docs.oasis-open.org/odata/odata-data-aggregation-ext/v4.0/cs01/vocabularies/Org.OData.Aggregation.V1.xml and the usage in example 38. The term definietions are correct and fit to the normativ text.
> Wrong is (snipped from example 38):
> <Annotations Target="SalesModel.Product">
>     <Annotation Term="Aggregation.LeveledHierarchy"
>                 Qualifier="ProductHierarchy">
>      <Record>
>       <PropertyValue Property="Levels">
>         <Collection>
>           <String>Category/Name</String>
>           <String>Name</String>
>         </Collection>
>       </PropertyValue>
>      </Record>
>     </Annotation>
>    </Annotations>
>    <Annotations Target="SalesModel.Time">
>     <Annotation Term="Aggregation.LeveledHierarchy"
>                 Qualifier="TimeHierarchy">
>      <Record>
>       <PropertyValue Property="Levels">
>        <Collection>
>          <String>Year</String>
>          <String>Quarter</String>
>          <String>Month</String>
>        </Collection>
>       </PropertyValue>
>      </Record>
>     </Annotation>
>    </Annotations>
>    <Annotations Target="SalesModel.SalesOrganization">
>     <Annotation Term="Aggregation.RecursiveHierarchy"
>                 Qualifier="SalesOrgHierarchy">
>      <Record>
>       <PropertyValue Property="NodeProperty" String="ID" />
>       <PropertyValue Property="ParentNodeProperty" 
>                      String="Superordinate/ID" />
>      </Record>
>     </Annotation>
>    </Annotations>



--
This message was sent by Atlassian JIRA
(v6.2.2#6258)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]