12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
22bde4061SEd Tanous<!---->
32bde4061SEd Tanous<!--################################################################################       -->
42bde4061SEd Tanous<!--# Redfish Schema:  FilterCollection                                                    -->
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*f2a8e57eSGunnar Mills<!--# Copyright 2014-2024 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://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml">
182bde4061SEd Tanous    <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/>
192bde4061SEd Tanous  </edmx:Reference>
202bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
212bde4061SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
222bde4061SEd Tanous  </edmx:Reference>
232bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml">
242bde4061SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
252bde4061SEd Tanous  </edmx:Reference>
262bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Filter_v1.xml">
272bde4061SEd Tanous    <edmx:Include Namespace="Filter"/>
282bde4061SEd Tanous  </edmx:Reference>
292bde4061SEd Tanous
302bde4061SEd Tanous  <edmx:DataServices>
312bde4061SEd Tanous
322bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="FilterCollection">
332bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
34*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
352bde4061SEd Tanous
362bde4061SEd Tanous      <EntityType Name="FilterCollection" BaseType="Resource.v1_0_0.ResourceCollection">
37*f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The collection of `Filter` resource instances."/>
38*f2a8e57eSGunnar Mills        <Annotation Term="OData.LongDescription" String="This resource shall represent a resource collection of `Filter` instances for a Redfish implementation."/>
392bde4061SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
402bde4061SEd Tanous          <Record>
412bde4061SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
422bde4061SEd Tanous          </Record>
432bde4061SEd Tanous        </Annotation>
442bde4061SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
452bde4061SEd Tanous          <Record>
462bde4061SEd Tanous            <PropertyValue Property="Updatable" Bool="false"/>
472bde4061SEd Tanous          </Record>
482bde4061SEd Tanous        </Annotation>
492bde4061SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
502bde4061SEd Tanous          <Record>
512bde4061SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
522bde4061SEd Tanous          </Record>
532bde4061SEd Tanous        </Annotation>
542bde4061SEd Tanous        <Annotation Term="Redfish.Uris">
552bde4061SEd Tanous          <Collection>
562bde4061SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/Pumps/{PumpId}/Filters</String>
572bde4061SEd Tanous            <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/Filters</String>
582bde4061SEd Tanous            <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/Reservoirs/{ReservoirId}/Filters</String>
592bde4061SEd Tanous            <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/Pumps/{PumpId}/Filters</String>
602bde4061SEd Tanous            <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/Filters</String>
612bde4061SEd Tanous            <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/Reservoirs/{ReservoirId}/Filters</String>
622bde4061SEd Tanous            <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/Pumps/{PumpId}/Filters</String>
632bde4061SEd Tanous            <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/Filters</String>
642bde4061SEd Tanous            <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/Reservoirs/{ReservoirId}/Filters</String>
652bde4061SEd Tanous            <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/Pumps/{PumpId}/Filters</String>
662bde4061SEd Tanous          </Collection>
672bde4061SEd Tanous        </Annotation>
682bde4061SEd Tanous        <NavigationProperty Name="Members" Type="Collection(Filter.Filter)">
692bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
702bde4061SEd Tanous          <Annotation Term="OData.Description" String="The members of this collection."/>
712bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of links to the members of this collection."/>
722bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
732bde4061SEd Tanous          <Annotation Term="Redfish.Required"/>
742bde4061SEd Tanous        </NavigationProperty>
752bde4061SEd Tanous      </EntityType>
762bde4061SEd Tanous    </Schema>
772bde4061SEd Tanous
782bde4061SEd Tanous  </edmx:DataServices>
792bde4061SEd Tanous</edmx:Edmx>
80