<Term Name="SelectSupport" Type="Capabilities.SelectSupportType" Nullable="false" AppliesTo="EntityContainer EntitySet Singleton">
<Annotation Term="Core.Description" String="Support for $select and nested query options within $select" />
</Term>
<ComplexType Name="SelectSupportType">
<Property Name="Supported" Type="Edm.Boolean" Nullable="false" DefaultValue="true">
<Annotation Term="Core.Description" String="Supports $select" />
</Property>
<Property Name="Expandable" Type="Edm.Boolean" Nullable="false" DefaultValue="false">
<Annotation Term="Core.Description" String="$expand within $select is supported" />
</Property>
<Property Name="Filterable" Type="Edm.Boolean" Nullable="false" DefaultValue="false">
<Annotation Term="Core.Description" String="$filter within $select is supported" />
</Property>
<Property Name="Searchable" Type="Edm.Boolean" Nullable="false" DefaultValue="false">
<Annotation Term="Core.Description" String="$search within $select is supported" />
</Property>
<Property Name="TopSupported" Type="Core.Tag" Nullable="false" DefaultValue="false">
<Annotation Term="Core.Description" String="$top within $select is supported" />
</Property>
<Property Name="SkipSupported" Type="Core.Tag" Nullable="false" DefaultValue="false">
<Annotation Term="Core.Description" String="$skip within $select is supported" />
</Property>
<Property Name="ComputeSupported" Type="Core.Tag" Nullable="false" DefaultValue="false">
<Annotation Term="Core.Description" String="$compute within $select is supported" />
</Property>
<Property Name="Countable" Type="Edm.Boolean" Nullable="false" DefaultValue="false">
<Annotation Term="Core.Description" String="$count within $select is supported" />
</Property>
<Property Name="Sortable" Type="Edm.Boolean" Nullable="false" DefaultValue="false">
<Annotation Term="Core.Description" String="$orderby within $select is supported" />
</Property>
</ComplexType>