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