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:
6363
6464 <Property Name =" mail" Type =" Edm.String" />
6565 <Property Name =" ssn" Type =" Edm.String" />
66- <Annotation Term =" Keys.AlternateKeys" >
66+ <Annotation Term =" OData.Community. Keys.V1 .AlternateKeys" >
6767 <Collection >
68- <Record >
68+ <Record Type = " OData.Community.Keys.V1.AlternateKey " >
6969 <PropertyValue Property =" Key" >
7070 <Collection >
71- <Record >
71+ <Record Type = " OData.Community.Keys.V1.PropertyRef " >
7272 <PropertyValue Property =" Name" PropertyPath =" mail" />
7373 </Record >
7474 </Collection >
7575 </PropertyValue >
7676 </Record >
77- <Record >
77+ <Record Type = " OData.Community.Keys.V1.AlternateKey " >
7878 <PropertyValue Property =" Key" >
7979 <Collection >
80- <Record >
80+ <Record Type = " OData.Community.Keys.V1.PropertyRef " >
8181 <PropertyValue Property =" Name" PropertyPath =" ssn" />
8282 </Record >
8383 </Collection >
You can’t perform that action at this time.
0 commit comments