Skip to content

Commit

Permalink
UI.LeadingEntitySet (#199)
Browse files Browse the repository at this point in the history
* UI.LeadingEntitySet

* UI.LeadingEntitySet is experimental
  • Loading branch information
ralfhandl authored Sep 28, 2022
1 parent c9a6079 commit 8467d82
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vocabularies/UI.json
Original file line number Diff line number Diff line change
Expand Up @@ -2068,6 +2068,14 @@
"@Common.Experimental": true,
"@Core.Description": "Do not check the number of fractional digits of the annotated measured quantity",
"@Core.LongDescription": "The annotated property contains a measured quantity, and the user may enter more fractional digits than defined for the corresponding unit of measure.\n\nThis switches off the validation of user input with respect to decimals."
},
"LeadingEntitySet": {
"$Kind": "Term",
"$AppliesTo": [
"EntityContainer"
],
"@Common.Experimental": true,
"@Core.Description": "The referenced entity set is the preferred starting point for UIs using this service"
}
}
}
1 change: 1 addition & 0 deletions vocabularies/UI.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Term|Type|Description
[RecommendationList](./UI.xml#L1725:~:text=<Term%20Name="-,RecommendationList,-")|[RecommendationListType](#RecommendationListType)|<a name="RecommendationList"></a>Specifies how to get a list of recommended values for a property or parameter<br>Intelligent systems can help users by recommending input the user may "prefer".
[ExcludeFromNavigationContext](./UI.xml#L1757:~:text=<Term%20Name="-,ExcludeFromNavigationContext,-")|[Tag](https://github.com/oasis-tcs/odata-vocabularies/blob/main/vocabularies/Org.OData.Core.V1.md#Tag)|<a name="ExcludeFromNavigationContext"></a>The contents of this property must not be propagated to the app-to-app navigation context
[DoNotCheckScaleOfMeasuredQuantity](./UI.xml#L1761:~:text=<Term%20Name="-,DoNotCheckScaleOfMeasuredQuantity,-") *([Experimental](Common.md#Experimental))*|Boolean|<a name="DoNotCheckScaleOfMeasuredQuantity"></a>Do not check the number of fractional digits of the annotated measured quantity<br>The annotated property contains a measured quantity, and the user may enter more fractional digits than defined for the corresponding unit of measure.<br/>This switches off the validation of user input with respect to decimals.
[LeadingEntitySet](./UI.xml#L1771:~:text=<Term%20Name="-,LeadingEntitySet,-") *([Experimental](Common.md#Experimental))*|String|<a name="LeadingEntitySet"></a>The referenced entity set is the preferred starting point for UIs using this service

## <a name="HeaderInfoType"></a>[HeaderInfoType](./UI.xml#L68:~:text=<ComplexType%20Name="-,HeaderInfoType,-")

Expand Down
5 changes: 5 additions & 0 deletions vocabularies/UI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1768,6 +1768,11 @@ This switches off the validation of user input with respect to decimals.</String
</Annotation>
</Term>

<Term Name="LeadingEntitySet" Type="Edm.String" Nullable="false" AppliesTo="EntityContainer">
<Annotation Term="Common.Experimental" />
<Annotation Term="Core.Description" String="The referenced entity set is the preferred starting point for UIs using this service" />
</Term>

</Schema>
</edmx:DataServices>
</edmx:Edmx>

0 comments on commit 8467d82

Please sign in to comment.