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