-
Type: Bug
-
Status: Closed
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: V4.01_OS
-
Fix Version/s: V4.01_ERRATA01
-
Component/s: Vocabularies
-
Labels:None
-
Proposal:
-
Resolution:
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.