xref: /openbmc/bmcweb/features/redfish/schema/dmtf/csdl/CollectionCapabilities_v1.xml (revision d125652e8a30dfeaad88bbfa5b1e04a80610469c)
12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
22bde4061SEd Tanous<!---->
32bde4061SEd Tanous<!--################################################################################       -->
4f2a8e57eSGunnar Mills<!--# Redfish Schema:  CollectionCapabilities v1.4.1                                       -->
52bde4061SEd Tanous<!--#                                                                                      -->
62bde4061SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle,      -->
72bde4061SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish                                   -->
8*d125652eSGunnar Mills<!--# Copyright 2014-2025 DMTF.                                                            -->
92bde4061SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright -->
102bde4061SEd Tanous<!--################################################################################       -->
112bde4061SEd Tanous<!---->
122bde4061SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0">
132bde4061SEd Tanous
142bde4061SEd Tanous  <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml">
152bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/>
162bde4061SEd Tanous  </edmx:Reference>
172bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
182bde4061SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
192bde4061SEd Tanous    <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/>
202bde4061SEd Tanous  </edmx:Reference>
212bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
222bde4061SEd Tanous    <edmx:Include Namespace="Resource"/>
232bde4061SEd Tanous  </edmx:Reference>
242bde4061SEd Tanous
252bde4061SEd Tanous  <edmx:DataServices>
262bde4061SEd Tanous
272bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities">
282bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
29f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
302bde4061SEd Tanous
312bde4061SEd Tanous      <ComplexType Name="CollectionCapabilities" Abstract="true">
322bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
332bde4061SEd Tanous        <Annotation Term="OData.Description" String="This type describes the capabilities of a collection."/>
342bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall describe any capabilities of a resource collection in terms of how a client can create resources within the resource collection."/>
352bde4061SEd Tanous      </ComplexType>
362bde4061SEd Tanous    </Schema>
372bde4061SEd Tanous
382bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities.v1_0_0">
392bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
402bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2017.1"/>
412bde4061SEd Tanous
422bde4061SEd Tanous      <ComplexType Name="CollectionCapabilities" BaseType="CollectionCapabilities.CollectionCapabilities">
432bde4061SEd Tanous        <Property Name="Capabilities" Type="Collection(CollectionCapabilities.v1_0_0.Capability)" Nullable="false">
442bde4061SEd Tanous          <Annotation Term="OData.Description" String="The list of capabilities supported by this resource."/>
452bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of objects that describe the capabilities of this resource collection."/>
462bde4061SEd Tanous        </Property>
472bde4061SEd Tanous      </ComplexType>
482bde4061SEd Tanous
492bde4061SEd Tanous      <ComplexType Name="Capability">
502bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
512bde4061SEd Tanous        <Annotation Term="OData.Description" String="This type describes a capability of a collection for a specific use case."/>
522bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall describe a capability of a resource collection in terms of how a client can create resources within the collection for the specified use case."/>
532bde4061SEd Tanous        <NavigationProperty Name="CapabilitiesObject" Type="Resource.Item" Nullable="false">
542bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
55f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The link to the resource the client can issue a `GET` request against to understand how to form a `POST` request for a collection."/>
56f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource that matches the type for a resource collection and shall contain annotations that describe the properties allowed in the `POST` request."/>
572bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
582bde4061SEd Tanous          <Annotation Term="Redfish.Required"/>
592bde4061SEd Tanous        </NavigationProperty>
602bde4061SEd Tanous        <Property Name="UseCase" Type="CollectionCapabilities.v1_0_0.UseCase" Nullable="false">
612bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
62f2a8e57eSGunnar Mills          <Annotation Term="OData.Description" String="The use case in which a client can issue a `POST` request to the collection."/>
632bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an enumerated value that describes the use case for this capability instance."/>
642bde4061SEd Tanous          <Annotation Term="Redfish.Required"/>
652bde4061SEd Tanous        </Property>
662bde4061SEd Tanous        <Property Name="Links" Type="CollectionCapabilities.v1_0_0.Links" Nullable="false">
672bde4061SEd Tanous          <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
682bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
692bde4061SEd Tanous          <Annotation Term="Redfish.Required"/>
702bde4061SEd Tanous        </Property>
712bde4061SEd Tanous      </ComplexType>
722bde4061SEd Tanous
732bde4061SEd Tanous      <EnumType Name="UseCase">
742bde4061SEd Tanous        <Member Name="ComputerSystemComposition">
752bde4061SEd Tanous          <Annotation Term="OData.Description" String="This capability describes a client creating a new computer system resource from a set of disaggregated hardware."/>
762bde4061SEd Tanous        </Member>
772bde4061SEd Tanous        <Member Name="ComputerSystemConstrainedComposition">
782bde4061SEd Tanous          <Annotation Term="OData.Description" String="This capability describes a client creating a new computer system resource from a set of constraints."/>
792bde4061SEd Tanous          <Annotation Term="Redfish.Revisions">
802bde4061SEd Tanous            <Collection>
812bde4061SEd Tanous              <Record>
822bde4061SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
832bde4061SEd Tanous                <PropertyValue Property="Version" String="v1_1_0"/>
842bde4061SEd Tanous              </Record>
852bde4061SEd Tanous            </Collection>
862bde4061SEd Tanous          </Annotation>
872bde4061SEd Tanous        </Member>
882bde4061SEd Tanous        <Member Name="VolumeCreation">
892bde4061SEd Tanous          <Annotation Term="OData.Description" String="This capability describes a client creating a new volume resource as part of an existing storage subsystem."/>
902bde4061SEd Tanous        </Member>
912bde4061SEd Tanous        <Member Name="ResourceBlockComposition">
922bde4061SEd Tanous          <Annotation Term="OData.Description" String="This capability describes a client creating a new resource block from a set of other resource blocks."/>
932bde4061SEd Tanous          <Annotation Term="Redfish.Revisions">
942bde4061SEd Tanous            <Collection>
952bde4061SEd Tanous              <Record>
962bde4061SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
972bde4061SEd Tanous                <PropertyValue Property="Version" String="v1_3_0"/>
982bde4061SEd Tanous              </Record>
992bde4061SEd Tanous            </Collection>
1002bde4061SEd Tanous          </Annotation>
1012bde4061SEd Tanous        </Member>
1022bde4061SEd Tanous        <Member Name="ResourceBlockConstrainedComposition">
1032bde4061SEd Tanous          <Annotation Term="OData.Description" String="This capability describes a client creating a new resource block from a set of constraints."/>
1042bde4061SEd Tanous          <Annotation Term="Redfish.Revisions">
1052bde4061SEd Tanous            <Collection>
1062bde4061SEd Tanous              <Record>
1072bde4061SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1082bde4061SEd Tanous                <PropertyValue Property="Version" String="v1_3_0"/>
1092bde4061SEd Tanous              </Record>
1102bde4061SEd Tanous            </Collection>
1112bde4061SEd Tanous          </Annotation>
1122bde4061SEd Tanous        </Member>
1132bde4061SEd Tanous        <Member Name="RegisterResourceBlock">
1142bde4061SEd Tanous          <Annotation Term="OData.Description" String="This capability describes a client creating a new resource block from an existing computer system to enable it to be used by the composition service."/>
1152bde4061SEd Tanous          <Annotation Term="Redfish.Revisions">
1162bde4061SEd Tanous            <Collection>
1172bde4061SEd Tanous              <Record>
1182bde4061SEd Tanous                <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/>
1192bde4061SEd Tanous                <PropertyValue Property="Version" String="v1_4_0"/>
1202bde4061SEd Tanous              </Record>
1212bde4061SEd Tanous            </Collection>
1222bde4061SEd Tanous          </Annotation>
1232bde4061SEd Tanous        </Member>
1242bde4061SEd Tanous      </EnumType>
1252bde4061SEd Tanous
1262bde4061SEd Tanous      <ComplexType Name="Links" BaseType="Resource.Links">
1272bde4061SEd Tanous        <Annotation Term="OData.Description" String="The links to other resources that are related to this resource."/>
1282bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource."/>
1292bde4061SEd Tanous        <NavigationProperty Name="TargetCollection" Type="Resource.ResourceCollection" Nullable="false">
1302bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1312bde4061SEd Tanous          <Annotation Term="OData.Description" String="The link to the collection that this capabilities structure is describing."/>
132f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection that this structure describes.  A client can use this structure to understand how to form the `POST` request for the collection."/>
1332bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1342bde4061SEd Tanous          <Annotation Term="Redfish.Required"/>
1352bde4061SEd Tanous        </NavigationProperty>
1362bde4061SEd Tanous        <NavigationProperty Name="RelatedItem" Type="Collection(Resource.Item)">
1372bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1382bde4061SEd Tanous          <Annotation Term="OData.Description" String="An array of links to resources associated with this capability."/>
1392bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to resources that are related to this capability."/>
1402bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
1412bde4061SEd Tanous        </NavigationProperty>
1422bde4061SEd Tanous      </ComplexType>
1432bde4061SEd Tanous    </Schema>
1442bde4061SEd Tanous
1452bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities.v1_0_1">
1462bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1472bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that OData properties are marked as required, and integer properties are marked as integer rather than number."/>
1482bde4061SEd Tanous      <ComplexType Name="CollectionCapabilities" BaseType="CollectionCapabilities.v1_0_0.CollectionCapabilities"/>
1492bde4061SEd Tanous    </Schema>
1502bde4061SEd Tanous
1512bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities.v1_0_2">
1522bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1532bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1542bde4061SEd Tanous      <ComplexType Name="CollectionCapabilities" BaseType="CollectionCapabilities.v1_0_1.CollectionCapabilities"/>
1552bde4061SEd Tanous    </Schema>
1562bde4061SEd Tanous
1572bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities.v1_0_3">
1582bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1592bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1602bde4061SEd Tanous      <ComplexType Name="CollectionCapabilities" BaseType="CollectionCapabilities.v1_0_2.CollectionCapabilities"/>
1612bde4061SEd Tanous    </Schema>
1622bde4061SEd Tanous
1632bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities.v1_0_4">
1642bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1652bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1662bde4061SEd Tanous      <ComplexType Name="CollectionCapabilities" BaseType="CollectionCapabilities.v1_0_3.CollectionCapabilities"/>
1672bde4061SEd Tanous    </Schema>
1682bde4061SEd Tanous
169f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities.v1_0_5">
170f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
171f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
172f2a8e57eSGunnar Mills      <ComplexType Name="CollectionCapabilities" BaseType="CollectionCapabilities.v1_0_4.CollectionCapabilities"/>
173f2a8e57eSGunnar Mills    </Schema>
174f2a8e57eSGunnar Mills
1752bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities.v1_1_0">
1762bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1772bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2018.2"/>
178f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add `ComputerSystemConstrainedComposition` to the `UseCase` enumeration."/>
1792bde4061SEd Tanous
1802bde4061SEd Tanous      <ComplexType Name="CollectionCapabilities" BaseType="CollectionCapabilities.v1_0_1.CollectionCapabilities"/>
1812bde4061SEd Tanous    </Schema>
1822bde4061SEd Tanous
1832bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities.v1_1_1">
1842bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1852bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to use the new revisions annotation."/>
1862bde4061SEd Tanous      <ComplexType Name="CollectionCapabilities" BaseType="CollectionCapabilities.v1_1_0.CollectionCapabilities"/>
1872bde4061SEd Tanous    </Schema>
1882bde4061SEd Tanous
1892bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities.v1_1_2">
1902bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1912bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to update descriptions that this schema defines."/>
1922bde4061SEd Tanous      <ComplexType Name="CollectionCapabilities" BaseType="CollectionCapabilities.v1_1_1.CollectionCapabilities"/>
1932bde4061SEd Tanous    </Schema>
1942bde4061SEd Tanous
1952bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities.v1_1_3">
1962bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
1972bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
1982bde4061SEd Tanous      <ComplexType Name="CollectionCapabilities" BaseType="CollectionCapabilities.v1_1_2.CollectionCapabilities"/>
1992bde4061SEd Tanous    </Schema>
2002bde4061SEd Tanous
201f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities.v1_1_4">
202f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
203f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
204f2a8e57eSGunnar Mills      <ComplexType Name="CollectionCapabilities" BaseType="CollectionCapabilities.v1_1_3.CollectionCapabilities"/>
205f2a8e57eSGunnar Mills    </Schema>
206f2a8e57eSGunnar Mills
2072bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities.v1_2_0">
2082bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2092bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2019.2"/>
2102bde4061SEd Tanous
2112bde4061SEd Tanous      <ComplexType Name="CollectionCapabilities" BaseType="CollectionCapabilities.v1_1_2.CollectionCapabilities">
2122bde4061SEd Tanous        <Property Name="MaxMembers" Type="Edm.Int64" Nullable="false">
2132bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
2142bde4061SEd Tanous          <Annotation Term="OData.Description" String="The maximum number of members allowed in this collection."/>
2152bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the maximum number of members allowed in this resource collection."/>
2162bde4061SEd Tanous          <Annotation Term="Validation.Minimum" Int="1"/>
2172bde4061SEd Tanous        </Property>
2182bde4061SEd Tanous      </ComplexType>
2192bde4061SEd Tanous    </Schema>
2202bde4061SEd Tanous
2212bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities.v1_2_1">
2222bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2232bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/>
2242bde4061SEd Tanous      <ComplexType Name="CollectionCapabilities" BaseType="CollectionCapabilities.v1_2_0.CollectionCapabilities"/>
2252bde4061SEd Tanous    </Schema>
2262bde4061SEd Tanous
2272bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities.v1_2_2">
2282bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2292bde4061SEd Tanous      <Annotation Term="OData.Description" String="This version was created to specify 64-bit integers in OpenAPI."/>
2302bde4061SEd Tanous      <ComplexType Name="CollectionCapabilities" BaseType="CollectionCapabilities.v1_2_1.CollectionCapabilities"/>
2312bde4061SEd Tanous    </Schema>
2322bde4061SEd Tanous
233f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities.v1_2_3">
234f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
235f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
236f2a8e57eSGunnar Mills      <ComplexType Name="CollectionCapabilities" BaseType="CollectionCapabilities.v1_2_2.CollectionCapabilities"/>
237f2a8e57eSGunnar Mills    </Schema>
238f2a8e57eSGunnar Mills
2392bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities.v1_3_0">
2402bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2412bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2020.4"/>
242f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add `ResourceBlockComposition` and `ResourceBlockConstrainedComposition` to the `UseCase` enumeration."/>
2432bde4061SEd Tanous
2442bde4061SEd Tanous      <ComplexType Name="CollectionCapabilities" BaseType="CollectionCapabilities.v1_2_2.CollectionCapabilities"/>
2452bde4061SEd Tanous    </Schema>
2462bde4061SEd Tanous
247f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities.v1_3_1">
248f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
249f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
250f2a8e57eSGunnar Mills      <ComplexType Name="CollectionCapabilities" BaseType="CollectionCapabilities.v1_3_0.CollectionCapabilities"/>
251f2a8e57eSGunnar Mills    </Schema>
252f2a8e57eSGunnar Mills
2532bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities.v1_4_0">
2542bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
2552bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2022.1"/>
256f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to add `ExpandableResourceComposition` to the `UseCase` enumeration."/>
2572bde4061SEd Tanous
2582bde4061SEd Tanous      <ComplexType Name="CollectionCapabilities" BaseType="CollectionCapabilities.v1_3_0.CollectionCapabilities"/>
2592bde4061SEd Tanous    </Schema>
2602bde4061SEd Tanous
261f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="CollectionCapabilities.v1_4_1">
262f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
263f2a8e57eSGunnar Mills      <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references.  It was also created to correct various typographical errors."/>
264f2a8e57eSGunnar Mills      <ComplexType Name="CollectionCapabilities" BaseType="CollectionCapabilities.v1_4_0.CollectionCapabilities"/>
265f2a8e57eSGunnar Mills    </Schema>
266f2a8e57eSGunnar Mills
2672bde4061SEd Tanous  </edmx:DataServices>
2682bde4061SEd Tanous</edmx:Edmx>
269