1<?xml version="1.0" encoding="UTF-8"?> 2<!----> 3<!--################################################################################ --> 4<!--# Redfish Schema: LeakDetection v1.0.1 --> 5<!--# --> 6<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 7<!--# available at http://www.dmtf.org/standards/redfish --> 8<!--# Copyright 2014-2024 DMTF. --> 9<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 10<!--################################################################################ --> 11<!----> 12<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> 13 14 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 15 <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 16 </edmx:Reference> 17 <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> 18 <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> 19 </edmx:Reference> 20 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 21 <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 22 </edmx:Reference> 23 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 24 <edmx:Include Namespace="Resource"/> 25 <edmx:Include Namespace="Resource.v1_0_0"/> 26 </edmx:Reference> 27 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Sensor_v1.xml"> 28 <edmx:Include Namespace="Sensor"/> 29 </edmx:Reference> 30 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LeakDetector_v1.xml"> 31 <edmx:Include Namespace="LeakDetector"/> 32 </edmx:Reference> 33 <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/LeakDetectorCollection_v1.xml"> 34 <edmx:Include Namespace="LeakDetectorCollection"/> 35 </edmx:Reference> 36 37 <edmx:DataServices> 38 39 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LeakDetection"> 40 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 41 <Annotation Term="Redfish.Language" String="en"/> 42 43 <EntityType Name="LeakDetection" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 44 <Annotation Term="OData.Description" String="The `LeakDetection` schema contains definitions for reporting leaks in liquid cooling systems or other equipment."/> 45 <Annotation Term="OData.LongDescription" String="This resource shall represent the leak detection functionality present in a service for a Redfish implementation."/> 46 <Annotation Term="Capabilities.InsertRestrictions"> 47 <Record> 48 <PropertyValue Property="Insertable" Bool="false"/> 49 </Record> 50 </Annotation> 51 <Annotation Term="Capabilities.UpdateRestrictions"> 52 <Record> 53 <PropertyValue Property="Updatable" Bool="false"/> 54 </Record> 55 </Annotation> 56 <Annotation Term="Capabilities.DeleteRestrictions"> 57 <Record> 58 <PropertyValue Property="Deletable" Bool="false"/> 59 </Record> 60 </Annotation> 61 <Annotation Term="Redfish.Uris"> 62 <Collection> 63 <String>/redfish/v1/Chassis/{ChassisId}/ThermalSubsystem/LeakDetection</String> 64 <String>/redfish/v1/ThermalEquipment/CDUs/{CoolingUnitId}/LeakDetection</String> 65 <String>/redfish/v1/ThermalEquipment/ImmersionUnits/{CoolingUnitId}/LeakDetection</String> 66 <String>/redfish/v1/ThermalEquipment/HeatExchangers/{CoolingUnitId}/LeakDetection</String> 67 </Collection> 68 </Annotation> 69 </EntityType> 70 </Schema> 71 72 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LeakDetection.v1_0_0"> 73 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 74 <Annotation Term="Redfish.Release" String="2023.1"/> 75 76 <EntityType Name="LeakDetection" BaseType="LeakDetection.LeakDetection"> 77 <Property Name="Status" Type="Resource.Status" Nullable="false"> 78 <Annotation Term="OData.Description" String="The status and health of the resource and its subordinate or dependent resources."/> 79 <Annotation Term="OData.LongDescription" String="This property shall contain any status or health properties of the resource."/> 80 </Property> 81 <Property Name="LeakDetectorGroups" Type="Collection(LeakDetection.v1_0_0.LeakDetectorGroup)" Nullable="false"> 82 <Annotation Term="OData.Description" String="The groups of leak detection equipment."/> 83 <Annotation Term="OData.LongDescription" String="This property shall contain an array of leak detection groups."/> 84 </Property> 85 <NavigationProperty Name="LeakDetectors" Type="LeakDetectorCollection.LeakDetectorCollection" Nullable="false"> 86 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 87 <Annotation Term="OData.Description" String="The link to the collection of leak detectors within this subsystem."/> 88 <Annotation Term="OData.LongDescription" String="This property shall contain a link to a resource collection of type `LeakDetectorCollection`."/> 89 <Annotation Term="OData.AutoExpandReferences"/> 90 </NavigationProperty> 91 <Property Name="Actions" Type="LeakDetection.v1_0_0.Actions" Nullable="false"> 92 <Annotation Term="OData.Description" String="The available actions for this resource."/> 93 <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 94 </Property> 95 </EntityType> 96 97 <ComplexType Name="LeakDetectorGroup"> 98 <Annotation Term="OData.Description" String="A group of leak detection equipment."/> 99 <Annotation Term="OData.LongDescription" String="This object shall contain a group of leak detection equipment that reports a unified status."/> 100 <Property Name="GroupName" Type="Edm.String" Nullable="false"> 101 <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 102 <Annotation Term="OData.Description" String="The name of this leak detector group."/> 103 <Annotation Term="OData.LongDescription" String="This property shall contain the name used to describe this group of leak detectors and related equipment."/> 104 </Property> 105 <NavigationProperty Name="HumidityPercent" Type="Sensor.Sensor"> 106 <Annotation Term="Redfish.ExcerptCopy"/> 107 <Annotation Term="OData.Description" String="Humidity (percent)."/> 108 <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`."/> 109 </NavigationProperty> 110 <NavigationProperty Name="Detectors" Type="Collection(LeakDetector.LeakDetector)"> 111 <Annotation Term="Redfish.ExcerptCopy" String="Array"/> 112 <Annotation Term="OData.Description" String="The leak detection states from all related leak detection devices in this group."/> 113 <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`."/> 114 </NavigationProperty> 115 </ComplexType> 116 117 <ComplexType Name="Actions"> 118 <Annotation Term="OData.AdditionalProperties" Bool="false"/> 119 <Annotation Term="OData.Description" String="The available actions for this resource."/> 120 <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 121 <Property Name="Oem" Type="LeakDetection.v1_0_0.OemActions" Nullable="false"> 122 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 123 <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 124 </Property> 125 </ComplexType> 126 127 <ComplexType Name="OemActions"> 128 <Annotation Term="OData.AdditionalProperties" Bool="true"/> 129 <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 130 <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 131 </ComplexType> 132 </Schema> 133 134 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="LeakDetection.v1_0_1"> 135 <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 136 <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 <EntityType Name="LeakDetection" BaseType="LeakDetection.v1_0_0.LeakDetection"/> 138 </Schema> 139 140 </edmx:DataServices> 141</edmx:Edmx> 142