-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: V4.0_CS01
-
Component/s: CSDL XML
-
None
-
Environment:
[Applied]
The second sentence in section 14.5.15 Expression UrlRef states that
The edm:UrlRef element MUST contain exactly one expression of type Edm.String.
This caused questions whether the correct form is
<UrlRef>http://some/url </UrlRef>
or
<UrlRef><String>http://some/url <String></UrlRef>
Only the second form is allowed.