12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?>
22bde4061SEd Tanous<!---->
32bde4061SEd Tanous<!--################################################################################       -->
4*f2a8e57eSGunnar Mills<!--# Redfish Schema:  LeakDetection v1.0.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*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/RedfishExtensions_v1.xml">
212bde4061SEd Tanous    <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/>
222bde4061SEd Tanous  </edmx:Reference>
232bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml">
242bde4061SEd Tanous    <edmx:Include Namespace="Resource"/>
252bde4061SEd Tanous    <edmx:Include Namespace="Resource.v1_0_0"/>
262bde4061SEd Tanous  </edmx:Reference>
272bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Sensor_v1.xml">
282bde4061SEd Tanous    <edmx:Include Namespace="Sensor"/>
292bde4061SEd Tanous  </edmx:Reference>
302bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LeakDetector_v1.xml">
312bde4061SEd Tanous    <edmx:Include Namespace="LeakDetector"/>
322bde4061SEd Tanous  </edmx:Reference>
332bde4061SEd Tanous  <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LeakDetectorCollection_v1.xml">
342bde4061SEd Tanous    <edmx:Include Namespace="LeakDetectorCollection"/>
352bde4061SEd Tanous  </edmx:Reference>
362bde4061SEd Tanous
372bde4061SEd Tanous  <edmx:DataServices>
382bde4061SEd Tanous
392bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LeakDetection">
402bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
41*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.Language" String="en"/>
422bde4061SEd Tanous
432bde4061SEd Tanous      <EntityType Name="LeakDetection" BaseType="Resource.v1_0_0.Resource" Abstract="true">
44*f2a8e57eSGunnar Mills        <Annotation Term="OData.Description" String="The `LeakDetection` schema contains definitions for reporting leaks in liquid cooling systems or other equipment."/>
452bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This resource shall represent the leak detection functionality present in a service for a Redfish implementation."/>
462bde4061SEd Tanous        <Annotation Term="Capabilities.InsertRestrictions">
472bde4061SEd Tanous          <Record>
482bde4061SEd Tanous            <PropertyValue Property="Insertable" Bool="false"/>
492bde4061SEd Tanous          </Record>
502bde4061SEd Tanous        </Annotation>
512bde4061SEd Tanous        <Annotation Term="Capabilities.UpdateRestrictions">
522bde4061SEd Tanous          <Record>
532bde4061SEd Tanous            <PropertyValue Property="Updatable" Bool="false"/>
542bde4061SEd Tanous          </Record>
552bde4061SEd Tanous        </Annotation>
562bde4061SEd Tanous        <Annotation Term="Capabilities.DeleteRestrictions">
572bde4061SEd Tanous          <Record>
582bde4061SEd Tanous            <PropertyValue Property="Deletable" Bool="false"/>
592bde4061SEd Tanous          </Record>
602bde4061SEd Tanous        </Annotation>
612bde4061SEd Tanous        <Annotation Term="Redfish.Uris">
622bde4061SEd Tanous          <Collection>
632bde4061SEd Tanous            <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/LeakDetection</String>
642bde4061SEd Tanous            <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/LeakDetection</String>
652bde4061SEd Tanous            <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/LeakDetection</String>
662bde4061SEd Tanous            <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/LeakDetection</String>
672bde4061SEd Tanous          </Collection>
682bde4061SEd Tanous        </Annotation>
692bde4061SEd Tanous      </EntityType>
702bde4061SEd Tanous    </Schema>
712bde4061SEd Tanous
722bde4061SEd Tanous    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LeakDetection.v1_0_0">
732bde4061SEd Tanous      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
742bde4061SEd Tanous      <Annotation Term="Redfish.Release" String="2023.1"/>
752bde4061SEd Tanous
762bde4061SEd Tanous      <EntityType Name="LeakDetection" BaseType="LeakDetection.LeakDetection">
772bde4061SEd Tanous        <Property Name="Status" Type="Resource.Status" Nullable="false">
782bde4061SEd Tanous          <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/>
792bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/>
802bde4061SEd Tanous        </Property>
812bde4061SEd Tanous        <Property Name="LeakDetectorGroups" Type="Collection(LeakDetection.v1_0_0.LeakDetectorGroup)" Nullable="false">
822bde4061SEd Tanous          <Annotation Term="OData.Description" String="The groups of leak detection equipment."/>
832bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain an array of leak detection groups."/>
842bde4061SEd Tanous        </Property>
852bde4061SEd Tanous        <NavigationProperty Name="LeakDetectors" Type="LeakDetectorCollection.LeakDetectorCollection" Nullable="false">
862bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
872bde4061SEd Tanous          <Annotation Term="OData.Description" String="The link to the collection of leak detectors within this subsystem."/>
88*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `LeakDetectorCollection`."/>
892bde4061SEd Tanous          <Annotation Term="OData.AutoExpandReferences"/>
902bde4061SEd Tanous        </NavigationProperty>
912bde4061SEd Tanous        <Property Name="Actions" Type="LeakDetection.v1_0_0.Actions" Nullable="false">
922bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available actions for this resource."/>
932bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/>
942bde4061SEd Tanous        </Property>
952bde4061SEd Tanous      </EntityType>
962bde4061SEd Tanous
972bde4061SEd Tanous      <ComplexType Name="LeakDetectorGroup">
982bde4061SEd Tanous        <Annotation Term="OData.Description" String="A group of leak detection equipment."/>
992bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This object shall contain a group of leak detection equipment that reports a unified status."/>
1002bde4061SEd Tanous        <Property Name="GroupName" Type="Edm.String" Nullable="false">
1012bde4061SEd Tanous          <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/>
1022bde4061SEd Tanous          <Annotation Term="OData.Description"  String="The name of this leak detector group."/>
1032bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the name used to describe this group of leak detectors and related equipment."/>
1042bde4061SEd Tanous        </Property>
1052bde4061SEd Tanous        <NavigationProperty Name="HumidityPercent" Type="Sensor.Sensor">
1062bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy"/>
1072bde4061SEd Tanous          <Annotation Term="OData.Description" String="Humidity (percent)."/>
108*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the humidity, in percent units, for this resource.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Humidity`."/>
1092bde4061SEd Tanous        </NavigationProperty>
1102bde4061SEd Tanous        <NavigationProperty Name="Detectors" Type="Collection(LeakDetector.LeakDetector)">
1112bde4061SEd Tanous          <Annotation Term="Redfish.ExcerptCopy" String="Array"/>
1122bde4061SEd Tanous          <Annotation Term="OData.Description" String="The leak detection states from all related leak detection devices in this group."/>
113*f2a8e57eSGunnar Mills          <Annotation Term="OData.LongDescription" String="This property shall contain the states of all leak detection devices in this detector group.  The value of the `DataSourceUri` property, if present, shall reference a resource of type `LeakDetector`."/>
1142bde4061SEd Tanous        </NavigationProperty>
1152bde4061SEd Tanous      </ComplexType>
1162bde4061SEd Tanous
1172bde4061SEd Tanous      <ComplexType Name="Actions">
1182bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="false"/>
1192bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available actions for this resource."/>
1202bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/>
1212bde4061SEd Tanous        <Property Name="Oem" Type="LeakDetection.v1_0_0.OemActions" Nullable="false">
1222bde4061SEd Tanous          <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1232bde4061SEd Tanous          <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/>
1242bde4061SEd Tanous        </Property>
1252bde4061SEd Tanous      </ComplexType>
1262bde4061SEd Tanous
1272bde4061SEd Tanous      <ComplexType Name="OemActions">
1282bde4061SEd Tanous        <Annotation Term="OData.AdditionalProperties" Bool="true"/>
1292bde4061SEd Tanous        <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/>
1302bde4061SEd Tanous        <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/>
1312bde4061SEd Tanous      </ComplexType>
1322bde4061SEd Tanous    </Schema>
1332bde4061SEd Tanous
134*f2a8e57eSGunnar Mills    <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LeakDetection.v1_0_1">
135*f2a8e57eSGunnar Mills      <Annotation Term="Redfish.OwningEntity" String="DMTF"/>
136*f2a8e57eSGunnar 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."/>
137*f2a8e57eSGunnar Mills      <EntityType Name="LeakDetection" BaseType="LeakDetection.v1_0_0.LeakDetection"/>
138*f2a8e57eSGunnar Mills    </Schema>
139*f2a8e57eSGunnar Mills
1402bde4061SEd Tanous  </edmx:DataServices>
1412bde4061SEd Tanous</edmx:Edmx>
142