File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -63,21 +63,21 @@ Declare `mail` and `ssn` as alternate keys on an entity:
63
63
64
64
<Property Name =" mail" Type =" Edm.String" />
65
65
<Property Name =" ssn" Type =" Edm.String" />
66
- <Annotation Term =" Keys.AlternateKeys" >
66
+ <Annotation Term =" OData.Community. Keys.V1 .AlternateKeys" >
67
67
<Collection >
68
- <Record >
68
+ <Record Type = " OData.Community.Keys.V1.AlternateKey " >
69
69
<PropertyValue Property =" Key" >
70
70
<Collection >
71
- <Record >
71
+ <Record Type = " OData.Community.Keys.V1.PropertyRef " >
72
72
<PropertyValue Property =" Name" PropertyPath =" mail" />
73
73
</Record >
74
74
</Collection >
75
75
</PropertyValue >
76
76
</Record >
77
- <Record >
77
+ <Record Type = " OData.Community.Keys.V1.AlternateKey " >
78
78
<PropertyValue Property =" Key" >
79
79
<Collection >
80
- <Record >
80
+ <Record Type = " OData.Community.Keys.V1.PropertyRef " >
81
81
<PropertyValue Property =" Name" PropertyPath =" ssn" />
82
82
</Record >
83
83
</Collection >
You can’t perform that action at this time.
0 commit comments