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-1607) Latest updates for Aggregation vocabulary use wrong-typed DefaultValue for Core.OptionalParameter


Evan Ireland created ODATA-1607:
-----------------------------------

             Summary: Latest updates for Aggregation vocabulary use wrong-typed DefaultValue for Core.OptionalParameter
                 Key: ODATA-1607
                 URL: https://issues.oasis-open.org/browse/ODATA-1607
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Improvement
    Affects Versions: V4.01_OS
            Reporter: Evan Ireland


See for example:

        <Parameter Name="MaxDistance" Type="Edm.Int16" Nullable="false">
          <Annotation Term="Core.OptionalParameter">
            <Record>
             * <PropertyValue Property="DefaultValue" Int="32767" />*
            </Record>
          </Annotation>
          <Annotation Term="Validation.Minimum" Int="1" />
        </Parameter>

The DefaultValue property in Core.OptionalParameterType is defined as a TypeDefinition with UnderlyingType Edm.String.  So using Int="..." is not valid.



--
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]